parent
8d79285d02
commit
3d85e7ac0d
@ -7961,6 +7961,7 @@ public:
|
|||||||
cvtColor( _image, ogray, COLOR_BGR2GRAY );
|
cvtColor( _image, ogray, COLOR_BGR2GRAY );
|
||||||
gray = ogray;
|
gray = ogray;
|
||||||
}
|
}
|
||||||
|
keypoints.clear();
|
||||||
AGAST( gray, keypoints, threshold, nonmaxSuppression, type );
|
AGAST( gray, keypoints, threshold, nonmaxSuppression, type );
|
||||||
KeyPointsFilter::runByPixelsMask( keypoints, mask );
|
KeyPointsFilter::runByPixelsMask( keypoints, mask );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user