renamed cv::flann to cv::cvflann to avoid name conflicts
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace cv;
|
||||
using namespace cv::flann;
|
||||
using namespace cv::cvflann;
|
||||
|
||||
//--------------------------------------------------------------------------------
|
||||
class NearestNeighborTest : public CvTest
|
||||
|
Reference in New Issue
Block a user