cv::cvflann -> cv::flann
This commit is contained in:
@@ -52,7 +52,7 @@ namespace cvflann
|
||||
|
||||
namespace cv {
|
||||
|
||||
namespace cvflann {
|
||||
namespace flann {
|
||||
|
||||
/* Nearest neighbor index algorithms */
|
||||
enum flann_algorithm_t {
|
||||
|
@@ -38,7 +38,7 @@
|
||||
namespace cv
|
||||
{
|
||||
|
||||
namespace cvflann {
|
||||
namespace flann {
|
||||
|
||||
::cvflann::Index* LinearIndexParams::createIndex(const Mat& dataset) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user