Commit f1dbf5eb authored by biagio montesano's avatar biagio montesano

Modified init function

parent 308b1ce2
...@@ -41,15 +41,14 @@ ...@@ -41,15 +41,14 @@
#include "precomp.hpp" #include "precomp.hpp"
using namespace cv; namespace cv
//namespace cv {
//{
CV_INIT_ALGORITHM( BinaryDescriptor, "BINARY.DESCRIPTOR", ); 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 cv::initModule_line_descriptor( void ) bool initModule_line_descriptor( void )
{ {
bool all = true; bool all = true;
all &= !BinaryDescriptor_info_auto.name().empty(); all &= !BinaryDescriptor_info_auto.name().empty();
...@@ -59,4 +58,4 @@ bool cv::initModule_line_descriptor( void ) ...@@ -59,4 +58,4 @@ bool cv::initModule_line_descriptor( void )
return all; return all;
} }
//} }
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