Commit cfb8c841 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

minor fix

parent 26dd71d9
...@@ -1532,8 +1532,6 @@ namespace cv ...@@ -1532,8 +1532,6 @@ namespace cv
//! max keypoints = min(keypointsRatio * img.size().area(), 65535) //! max keypoints = min(keypointsRatio * img.size().area(), 65535)
float keypointsRatio; float keypointsRatio;
bool upright;
GpuMat sum, mask1, maskSum, intBuffer; GpuMat sum, mask1, maskSum, intBuffer;
GpuMat det, trace; GpuMat det, trace;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment