Struct CudaSiftParameters
Defined in File image_processing.hpp
Struct Documentation
-
struct CudaSiftParameters
structure variable with all the important parameters for CudaSift.
Public Members
-
int numOctaves = 3
Number of octaves in Gaussian pyramid.
-
double initBlur = 1.5
Amount of initial Gaussian blurring in standard deviations.
-
double thresh = 1.5
Threshold on difference of Gaussians for feature pruning.
-
double minScale = 0.0
Minimum acceptable scale to remove fine-scale features.
-
bool upScale = false
Whether to upscale image before extraction.
-
int numOctaves = 3