Commit 421b093f authored by biagio montesano's avatar biagio montesano

insertion of using namespace cv

parent f1dbf5eb
......@@ -44,7 +44,10 @@
#include "precomp.hpp"
using namespace cv;
//using namespace cv;
namespace cv
{
/* combinations of internal indeces for binary descriptor extractor */
static const int combinations[32][2] =
......@@ -1213,3 +1216,4 @@ int BinaryDescriptor::computeLBD( ScaleLines &keyLines )
return 1;
}
}
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