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:
Vendored
+1
-1
@@ -36,7 +36,7 @@
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
namespace flann
|
||||
namespace cvflann
|
||||
{
|
||||
class FLANNException : public std::runtime_error {
|
||||
public:
|
||||
|
||||
Vendored
+1
-1
@@ -40,7 +40,7 @@
|
||||
|
||||
#include "flann.h"
|
||||
|
||||
namespace flann
|
||||
namespace cvflann
|
||||
{
|
||||
|
||||
class NNIndex;
|
||||
|
||||
Vendored
+1
-1
@@ -35,7 +35,7 @@
|
||||
#include "random.h"
|
||||
|
||||
|
||||
namespace flann
|
||||
namespace cvflann
|
||||
{
|
||||
/**
|
||||
* Class implementing a generic rectangular dataset.
|
||||
|
||||
Vendored
+1
-1
@@ -37,7 +37,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace flann
|
||||
namespace cvflann
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user