mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
fixed another SIFT constructor (#23272)
This commit is contained in:
parent
f48939c2d7
commit
ca48e217f1
@ -320,11 +320,11 @@ public:
|
||||
|
||||
@param enable_precise_upscale Whether to enable precise upscaling in the scale pyramid, which maps
|
||||
index \f$\texttt{x}\f$ to \f$\texttt{2x}\f$. This prevents localization bias. The option
|
||||
to disable it (which is deprecated and issues a warning) is provided to keep the original behavior.
|
||||
is disabled by default.
|
||||
*/
|
||||
CV_WRAP static Ptr<SIFT> create(int nfeatures, int nOctaveLayers,
|
||||
double contrastThreshold, double edgeThreshold,
|
||||
double sigma, int descriptorType, bool enable_precise_upscale = true);
|
||||
double sigma, int descriptorType, bool enable_precise_upscale = false);
|
||||
|
||||
CV_WRAP virtual String getDefaultName() const CV_OVERRIDE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user