Searched refs:sderivatives (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/features2d/src/kaze/ |
D | KAZEConfig.h | 29 , sderivatives(1.0f) in KAZEOptions() 45 float sderivatives; member
|
D | AKAZEConfig.h | 24 , sderivatives(1.0) in AKAZEOptions() 47 float sderivatives; ///< Smoothing factor for the derivatives member
|
D | KAZEFeatures.cpp | 105 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()
|