fixed opencv_java build

This commit is contained in:
Vadim Pisarevsky
2014-10-16 22:52:04 +04:00
parent fa76c634ec
commit 9c9ecc22e2
4 changed files with 46 additions and 53 deletions
@@ -75,9 +75,6 @@ protected:
}
vector<KeyPoint> keypoints;
vector<vector<Point> > msers;
CvMat src = image;
detector->detect(image, keypoints);
if(keypoints.empty())