opencv - Correlation between two image(binary image) -


i have 2 binary image this. have data set lots of picture @ bottom differents signs.

enter image description here

and

enter image description here

i compare them in order know if it's same figure or not (especially inside triangle). took in sift , surf feature it's doesn't work on type of picture (it find matchning point whereas 2 picture different,especially inside).

i hear svm don't know if have implement type of problem.

do have idea ?

thank you

i think should not use surf features on binary image have discarded lot of information @ stage edge detector.

you use linear or circle hough transform in case tell lot image differences.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -