We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ad82f9 + a197133 commit dccdaaeCopy full SHA for dccdaae
modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp
@@ -474,6 +474,9 @@ class CV_EXPORTS_W ORB : public Feature2DAsync
474
//! if true, image will be blurred before descriptors calculation
475
CV_WRAP virtual void setBlurForDescriptor(bool blurForDescriptor) = 0;
476
CV_WRAP virtual bool getBlurForDescriptor() const = 0;
477
+
478
+ CV_WRAP virtual void setFastThreshold(int fastThreshold) = 0;
479
+ CV_WRAP virtual int getFastThreshold() const = 0;
480
};
481
482
//! @}
0 commit comments