fixed SURF_GPU bug (features count > max dimension of grid)
minor gpu docs fixes
This commit is contained in:
@@ -1576,7 +1576,7 @@ namespace cv
|
||||
void operator()(const GpuMat& img, const GpuMat& mask, std::vector<KeyPoint>& keypoints, std::vector<float>& descriptors,
|
||||
bool useProvidedKeypoints = false);
|
||||
|
||||
//! max keypoints = keypointsRatio * img.size().area()
|
||||
//! max keypoints = min(keypointsRatio * img.size().area(), 65535)
|
||||
float keypointsRatio;
|
||||
|
||||
bool upright;
|
||||
|
Reference in New Issue
Block a user