Ask Your Question
0

sobel for image matching

asked 2014-04-08 07:04:59 -0600

shmm91 gravatar image

I want to use the sobel filter for the image matching ,but i don't know how to make the sobel descriptor in the opencv? For example ,if I want to use the 5*5 sobel block as the matching descripotr,what should i do?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-04-08 19:23:15 -0600

wuling gravatar image

updated 2014-04-08 19:25:13 -0600

you can ref: http://www.codeproject.com/Articles/99457/Edge-Based-Template-Matching

But the important thing is it based on Edge Based

edit flag offensive delete link more

Comments

thank you! I have readed the ref,but it's not suitable for my use.Could you give me some advice about how to make my own sobel descriptor? Is there any function in the opencv ?

shmm91 gravatar imageshmm91 ( 2014-04-08 20:44:24 -0600 )edit

well,if you want feature based ,as i know,it is the same. you can use sobel(src,dst1,1,0,5);sobel(src,dst2,0,1,5); you can reference here in detial http://courses.cs.washington.edu/courses/cse576/05sp/projects/proj1/artifacts/cavender/Project1.htm

wuling gravatar imagewuling ( 2014-04-09 09:04:52 -0600 )edit

Question Tools

Stats

Asked: 2014-04-08 07:04:59 -0600

Seen: 550 times

Last updated: Apr 08 '14