Skip to content

Commit a197133

Browse files
author
Geert Willems
committed
add get/set for FastThreshold
1 parent 0915b7e commit a197133

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,9 @@ class CV_EXPORTS_W ORB : public Feature2DAsync
474474
//! if true, image will be blurred before descriptors calculation
475475
CV_WRAP virtual void setBlurForDescriptor(bool blurForDescriptor) = 0;
476476
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;
477480
};
478481

479482
//! @}

0 commit comments

Comments
 (0)