mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
5f30a0a076
* 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. |
||
---|---|---|
.. | ||
doc | ||
include/opencv2 | ||
misc/java | ||
perf | ||
src | ||
test | ||
CMakeLists.txt |