1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +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
@@ -36,7 +36,7 @@
#include <stdexcept>
namespace flann
namespace cvflann
{
class FLANNException : public std::runtime_error {
public:
+1 -1
View File
@@ -40,7 +40,7 @@
#include "flann.h"
namespace flann
namespace cvflann
{
class NNIndex;
+1 -1
View File
@@ -35,7 +35,7 @@
#include "random.h"
namespace flann
namespace cvflann
{
/**
* Class implementing a generic rectangular dataset.
+1 -1
View File
@@ -37,7 +37,7 @@
using namespace std;
namespace flann
namespace cvflann
{
/**