mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
minor stitching optimization (improve buffer reuse)
This commit is contained in:
@@ -1462,6 +1462,8 @@ namespace cv
|
||||
void operator()(const GpuMat& img, const GpuMat& mask, std::vector<KeyPoint>& keypoints, std::vector<float>& descriptors,
|
||||
bool useProvidedKeypoints = false);
|
||||
|
||||
void releaseMemory();
|
||||
|
||||
//! max keypoints = min(keypointsRatio * img.size().area(), 65535)
|
||||
float keypointsRatio;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user