Improve canny (#7227)
authormschoeneck <matthias.schoeneck@gmx.de>
Mon, 5 Sep 2016 10:51:36 +0000 (12:51 +0200)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Mon, 5 Sep 2016 10:51:36 +0000 (13:51 +0300)
commit9e61a28b2e79e8fc65bcc5609206b70ce7a98e1d
tree63e80f2f6c6953d74dbe322e7d9c95c0eef8d593
parentc62931f00014b14a5315602afd153f2f1bfae0c6
Improve canny (#7227)

* 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
modules/imgproc/src/canny.cpp