1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

renamed cv::flann to cv::cvflann to avoid name conflicts

This commit is contained in:
Vadim Pisarevsky
2010-05-21 20:37:05 +00:00
parent 60019422e8
commit b94e09bfeb
39 changed files with 155 additions and 144 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
#include <iostream>
using namespace cv;
using namespace cv::flann;
using namespace cv::cvflann;
//--------------------------------------------------------------------------------
class NearestNeighborTest : public CvTest