replaced brute force matcher with flann based one (opencv_stitching)

This commit is contained in:
Alexey Spizhevoy
2011-05-26 07:10:44 +00:00
parent 24e5ff7ab6
commit fd83d6fe59
2 changed files with 10 additions and 24 deletions

View File

@@ -48,7 +48,6 @@ struct ImageFeatures
{
int img_idx;
cv::Size img_size;
cv::Mat hist;
std::vector<cv::KeyPoint> keypoints;
cv::Mat descriptors;
};