opencv/modules/imgproc
mschoeneck 5f30a0a076 Merge pull request #6958 from mschoeneck:Common-Canny-parallelization
* Common Canny parallelization added. TBB and single thread code removed. Final pass vectorized with SSE2 intrinsics.

* wrong #ifdef replaced with #if

* Merged to actual Canny version

* Merged common parallelized Canny with actual Canny implementation

* Remove 'Mutex *mutex' and pass 'Mutex mutex' from outside to parallelCanny

* Replaced extern Mutex with intern mutable Mutex.
2016-08-05 17:20:56 +03:00
..
doc Adding the syntax and usage for cv2.undistortPoints(). 2016-03-13 13:32:24 +01:00
include/opencv2 imgproc: Canny with custom gradient 2016-07-19 17:15:36 +03:00
misc/java Java wrapper for moments: do not truncate values in set method 2016-03-31 12:57:10 +03:00
perf Visual Studio 2015 warning and test fixes 2015-10-20 12:48:37 +03:00
src Merge pull request #6958 from mschoeneck:Common-Canny-parallelization 2016-08-05 17:20:56 +03:00
test imgproc test: Canny with custom gradient 2016-07-19 17:15:36 +03:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00