error the function/feature is not implement

asked 2019-07-10 02:35:54 -0600

zzrr gravatar image

updated 2019-07-10 04:22:51 -0600

first i have install opencv4.1.0 and it's contrib modules,but when i set up my own project by using line_descriptor, my projection allways have this problems.

OpenCV(4.1.0) Error: The function/feature is not implemented (Implementation has been removed due original code license issues) in cv::line_descriptor::BinaryDescriptor::OctaveKeyLines, file D:\opencv_contrib-master\modules\line_descriptor\src\binary_descriptor.cpp, line 1030

whether i need to change the version that i use to code??? maybe low version , opencv 3.4?????

edit retag flag offensive close merge delete

Comments

1

it is a license issue , code had to be removed, because it is incompatible to the MIT license used here.

what are you trying to achieve ? using which code ? please updateyour question, maybe we can help to find alternatives.

berak gravatar imageberak ( 2019-07-10 02:53:45 -0600 )edit
1

the version that i use is opencv 4.1.0, so if i want to solve this problem ,i need to change the version that i use??? just change the opencv 3.4????

zzrr gravatar imagezzrr ( 2019-07-10 04:19:32 -0600 )edit
1

just change the opencv 3.4?

3.4.5, maybe . however, relying on otherwise removed code does not seem a good idea.

berak gravatar imageberak ( 2019-07-10 04:32:30 -0600 )edit