Ask Your Question
0

How to search an element of one cvsequence into another cvsequence?

asked 2013-03-20 11:14:40 -0600

Sagar gravatar image

I have extracted two cvsequence from two different images Now I want to find that how many elements of one sequence are present in the other sequence for the purpose of matching.... there is one function in opencv for the same purpose named cvSeqSearch but I am unable to use it
so please guide regarding the same as early as possible

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-03-20 12:50:31 -0600

rics gravatar image

The documentation of SeqSort contains a usage example. SeqSearch can be used in a similar manner. The key is that you have to define a comparison function to compare sequence elements with your data in question.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-20 11:14:40 -0600

Seen: 127 times

Last updated: Mar 20 '13