|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//}
|
|
|
|
|
} |
|
|
|
|