Home
last modified time | relevance | path

Searched refs:kcontrast_nbins (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DAKAZEConfig.h37 , kcontrast_nbins(300) in AKAZEOptions()
60 int kcontrast_nbins; ///< Number of bins for the contrast factor histogram member
DAKAZEFeatures.cpp114 …t = compute_k_percentile(img, options_.kcontrast_percentile, 1.0f, options_.kcontrast_nbins, 0, 0); in Create_Nonlinear_Scale_Space()