nested classes support

This commit is contained in:
Alexander Mordvintsev
2014-08-18 16:15:30 +04:00
parent 5ad7f9910f
commit 4a519a25f3
2 changed files with 14 additions and 15 deletions

View File

@@ -83,8 +83,6 @@ catch (const cv::Exception &e) \
}
using namespace cv;
using cv::flann::IndexParams;
using cv::flann::SearchParams;
typedef std::vector<uchar> vector_uchar;
typedef std::vector<char> vector_char;