cv::cvflann -> cv::flann

This commit is contained in:
Victor Erukhimov
2010-05-26 19:50:20 +00:00
parent 583a08d5c7
commit c4631573a4
12 changed files with 43 additions and 20 deletions

View File

@@ -52,7 +52,7 @@ namespace cvflann
namespace cv {
namespace cvflann {
namespace flann {
/* Nearest neighbor index algorithms */
enum flann_algorithm_t {

View File

@@ -38,7 +38,7 @@
namespace cv
{
namespace cvflann {
namespace flann {
::cvflann::Index* LinearIndexParams::createIndex(const Mat& dataset) const
{