The canny-edge-detector tag has no wiki summary.
0
votes
1answer
49 views
Is the Canny algorithm enough for creating a feature descriptor image for input to an SVM?
I retrieve contours from images by using the Canny algorithm.
Is this enough preprocessing to have a descriptor image for input into an SVM to find similarities?
Do I need other features like ...
1
vote
0answers
193 views
Edge detection gives pixel ids, why?
This questions is in conjugation with this one here!
Canny edge detector gives ids of pixels in an image. Not the locations of the edges. To be specific, after all it should be an edge between two ...
10
votes
1answer
168 views
Could you describe the effects for varying different parameters of a canny edge detector?
Last couple of questions touched upon Canny edge detector
What are the limitations of a Canny edge detector? and
Best way of segmenting veins in leaves?
The basic outline of the algorithm is as ...