DoubangoTelecom / compv

Insanely fast Open Source Computer Vision library for ARM and x86 devices (Up to #50 times faster than OpenCV)
https://doubango.org
GNU General Public License v3.0
189 stars 39 forks source link

Canny, should be "colStart = (imageWidthMinus1 & -mpw))" instead of "colStart = (imageWidthMinus1 & -(mpw - 1))" #163

Open DoubangoTelecom opened 6 years ago