• mschoeneck's avatar
    Improve canny (#7227) · 9e61a28b
    mschoeneck authored
    * Improve Canny by using _mm_movemask_epi8 to find next pixel magnitude greater than lower threshold. Added parallelized finalPass to Canny with variable gradients. Little changes in finalPass.
    
    * Some things fixed
    9e61a28b
canny.cpp 47.4 KB