Ask Your Question
0

How to retrieve the matched lines from the BinaryDescriptorMatcher

asked 2017-01-20 11:04:37 -0600

Raziel gravatar image

Hi,

How to get the matched lines after using the BinaryDescriptor with the match function?

edit retag flag offensive close merge delete

Comments

could you addsome more detail to your question ? (probably noone knows, what you're talking about)

berak gravatar imageberak ( 2017-01-20 11:11:57 -0600 )edit
1

I am trying to run this code about line matching and I want to get the properties of the extracted lines

http://docs.opencv.org/3.0-beta/modul...

Raziel gravatar imageRaziel ( 2017-01-20 11:16:22 -0600 )edit

and which lines is matched to what

Raziel gravatar imageRaziel ( 2017-01-20 11:20:53 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-01-21 02:39:07 -0600

berak gravatar image

that example only extracts line segments from a single image, so there's nothing to match in the 1rst place.

if you are looking for an example of matching keyline features between 2 images (similar, like it is done with ORB or SIFT), rather use this one

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-01-20 11:04:37 -0600

Seen: 69 times

Last updated: Jan 21 '17