In the canny edge detector the input required is a gray image...
Is there any direct color edge detector function in open-cv ? Or is it same if i convert to gray scale and use canny ?
I ask this because I need to see the edge detection map of a color image for further processing... That is I need to calculate all the horizontal and vertical line segments in a color image... Thus i was thinking of first calculating all edges of the image ...
Can someone help me how i should progress ...