Modified init function

pull/38/head
biagio montesano 10 years ago
parent 308b1ce264
commit f1dbf5eb53
  1. 9
      modules/line_descriptor/src/line_descriptor_init.cpp

@ -41,15 +41,14 @@
#include "precomp.hpp"
using namespace cv;
//namespace cv
//{
namespace cv
{
CV_INIT_ALGORITHM( BinaryDescriptor, "BINARY.DESCRIPTOR", );
CV_INIT_ALGORITHM( BinaryDescriptorMatcher, "BINARY.DESCRIPTOR.MATCHER", );
CV_INIT_ALGORITHM( LSDDetector, "LSDDETECTOR", );
bool cv::initModule_line_descriptor( void )
bool initModule_line_descriptor( void )
{
bool all = true;
all &= !BinaryDescriptor_info_auto.name().empty();
@ -59,4 +58,4 @@ bool cv::initModule_line_descriptor( void )
return all;
}
//}
}

Loading…
Cancel
Save