opencv3-android-sdk-with-contrib icon indicating copy to clipboard operation
opencv3-android-sdk-with-contrib copied to clipboard

How to use the 'line_descriptor' module

Open liukunlucky opened this issue 7 years ago • 1 comments

hello. there is a question.

The opencv-contrib contains the module named 'line_descriptor', but i can not see it in your file. I want use this module on Android for a test. Can you help me ? thanks..

liukunlucky avatar Jun 26 '18 08:06 liukunlucky

line_descriptor is here already:

  • libopencv_line_descriptor.a: https://github.com/chaoyangnz/opencv3-android-sdk-with-contrib/blob/master/OpenCV-android-sdk/sdk/native/libs/x86/libopencv_line_descriptor.a

But there is no java files. because this module doesn't provide java binding in its build script: https://github.com/opencv/opencv_contrib/blob/master/modules/line_descriptor/CMakeLists.txt

chaoyangnz avatar Jun 30 '18 07:06 chaoyangnz