• mschoeneck's avatar
    Merge pull request #6958 from mschoeneck:Common-Canny-parallelization · 5f30a0a0
    mschoeneck authored
    * 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.
    5f30a0a0
Name
Last commit
Last update
..
doc Loading commit data...
include/opencv2 Loading commit data...
misc/java Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...