Commit 308b1ce2 authored by biagio montesano's avatar biagio montesano

Modified initialization syntax

parent 82b46f15
......@@ -41,8 +41,9 @@
#include "precomp.hpp"
namespace cv
{
using namespace cv;
//namespace cv
//{
CV_INIT_ALGORITHM( BinaryDescriptor, "BINARY.DESCRIPTOR", );
CV_INIT_ALGORITHM( BinaryDescriptorMatcher, "BINARY.DESCRIPTOR.MATCHER", );
......@@ -58,4 +59,4 @@ bool cv::initModule_line_descriptor( void )
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