/external/opencv3/modules/features2d/src/kaze/ |
KAZEConfig.h | 29 , sderivatives(1.0f) 45 float sderivatives; member in struct:cv::KAZEOptions
|
AKAZEConfig.h | 24 , sderivatives(1.0) 47 float sderivatives; ///< Smoothing factor for the derivatives member in struct:cv::AKAZEOptions
|
KAZEFeatures.cpp | 105 gaussian_2D_convolution(evolution_[0].Lt, evolution_[0].Lsmooth, 0, 0, options_.sderivatives); 118 gaussian_2D_convolution(evolution_[i - 1].Lt, evolution_[i].Lsmooth, 0, 0, options_.sderivatives); 148 options_.kcontrast = compute_k_percentile(img, kpercentile, options_.sderivatives, options_.kcontrast_bins, 0, 0); [all...] |