insertion of using namespace cv

pull/38/head
biagio montesano 10 years ago
parent f1dbf5eb53
commit 421b093f7b
  1. 6
      modules/line_descriptor/src/binary_descriptor.cpp

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

Loading…
Cancel
Save