Ask Your Question

tk's profile - activity

2016-01-29 22:37:38 -0600 asked a question Keylines with Java

There is an example in OpenCV (http://docs.opencv.org/3.0-beta/modul...) to matching keylines with cpp.

I would like to use java. I have lines from probabilistic Hough transform but I don't find a solution to detect keylines and for matching lines from two images in java. Is there an equivalent function in java like BinaryDescriptor or BinaryDescriptorMatcher as in the link above?