Commit 82b46f15 authored by biagio montesano's avatar biagio montesano

modified init file

parent 5318dba4
...@@ -48,7 +48,7 @@ CV_INIT_ALGORITHM( BinaryDescriptor, "BINARY.DESCRIPTOR", ); ...@@ -48,7 +48,7 @@ CV_INIT_ALGORITHM( BinaryDescriptor, "BINARY.DESCRIPTOR", );
CV_INIT_ALGORITHM( BinaryDescriptorMatcher, "BINARY.DESCRIPTOR.MATCHER", ); CV_INIT_ALGORITHM( BinaryDescriptorMatcher, "BINARY.DESCRIPTOR.MATCHER", );
CV_INIT_ALGORITHM( LSDDetector, "LSDDETECTOR", ); CV_INIT_ALGORITHM( LSDDetector, "LSDDETECTOR", );
bool initModule_line_descriptor( void ) bool cv::initModule_line_descriptor( void )
{ {
bool all = true; bool all = true;
all &= !BinaryDescriptor_info_auto.name().empty(); all &= !BinaryDescriptor_info_auto.name().empty();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment