I know that an edge detection problem was previously published (in Java: Count the number of objects in an image , regardless of language: Edge detection of an image ), but I want to know how to implement it in python.
I am doing edge detection and calculating edge curvature on some simple shapes (binary form with some noise). I know there is a shell for OpenCV, but I'm not sure which one is better: pyopencv, pycv, pycvf?
Since I mainly perform only two tasks, I am also not sure whether it will be faster to implement it independently, and not use the library.
python image-processing computer-vision
clwen
source share