mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
parent
8d79285d02
commit
3d85e7ac0d
@ -7961,6 +7961,7 @@ public:
|
||||
cvtColor( _image, ogray, COLOR_BGR2GRAY );
|
||||
gray = ogray;
|
||||
}
|
||||
keypoints.clear();
|
||||
AGAST( gray, keypoints, threshold, nonmaxSuppression, type );
|
||||
KeyPointsFilter::runByPixelsMask( keypoints, mask );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user