Skip to content

Commit dccdaae

Browse files
committed
Merge pull request #2199 from wugulabs:extend_interface_ORB
2 parents 3ad82f9 + a197133 commit dccdaae

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)