fixed opencv_java build

This commit is contained in:
Vadim Pisarevsky
2014-10-16 22:52:04 +04:00
parent 25a7d023dd
commit 61cddd8b63
4 changed files with 46 additions and 53 deletions

View File

@@ -75,9 +75,6 @@ protected:
}
vector<KeyPoint> keypoints;
vector<vector<Point> > msers;
CvMat src = image;
detector->detect(image, keypoints);
if(keypoints.empty())