Ask Your Question
0

images matching using canny edge detection algorithm

asked Apr 13 '13

hussain gravatar image

I am trying to implement a project to compare the one image with the images in the database. In details a have a database of around 500 images . i have a input image and i have to compare that image with the database images to find wheater it is matches to any image or not .if matches how much percentage(%) it matches to the image i have to do it by using Canny Egde detection algorithm... i am very new to OpenCV. so i am confusion wheater it is posible to do it using canny edge detection algorithm or not?? if it is posible please tell me the algorithm or step to do it .

thanks in advance

waiting for good responce.............

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Apr 13 '13

Preview: (hide)

Comments

1

If you really have to do it with canny edge detection than you need to use a shape matching algorithm, e.g. w. http://docs.opencv.org/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=shape%20context#matchshapes

Guanta gravatar imageGuanta (Apr 13 '13)edit

Question Tools

Stats

Asked: Apr 13 '13

Seen: 13,739 times

Last updated: Apr 13 '13