Home
last modified time | relevance | path

Searched refs:sderivatives (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEConfig.h29 , sderivatives(1.0f) in KAZEOptions()
45 float sderivatives; member
DAKAZEConfig.h24 , sderivatives(1.0) in AKAZEOptions()
47 float sderivatives; ///< Smoothing factor for the derivatives member
DKAZEFeatures.cpp105 gaussian_2D_convolution(evolution_[0].Lt, evolution_[0].Lsmooth, 0, 0, options_.sderivatives); in Create_Nonlinear_Scale_Space()
118 … gaussian_2D_convolution(evolution_[i - 1].Lt, evolution_[i].Lsmooth, 0, 0, options_.sderivatives); in Create_Nonlinear_Scale_Space()
148 …options_.kcontrast = compute_k_percentile(img, kpercentile, options_.sderivatives, options_.kcontr… in Compute_KContrast()