• 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
canny.cpp 41.2 KB