mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
* Fixed bug that made cuda::filter give corrupted output when different filters called in different threads. This was due to use of global texture variable shared by all filters. * REV: fixed tab issue for opencv coding style...