| MATLAB File Help: cv.KeyPointsFilter.retainBest | Index |
Retain the specified number of the best keypoints (according to the response).
keypoints = cv.KeyPointsFilter.retainBest(keypoints, npoints)
This method takes keypoints and culls them by the response.
| Access | public |
| Sealed | false |
| Static | true |