Searched refs:hess_thresh (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | matchers.hpp | 107 SurfFeaturesFinder(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4, 139 SurfFeaturesFinderGpu(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4,
|
/external/opencv3/modules/stitching/src/ |
D | matchers.cpp | 319 SurfFeaturesFinder::SurfFeaturesFinder(double hess_thresh, int num_octaves, int num_layers, in SurfFeaturesFinder() argument 328 surf_->setHessianThreshold(hess_thresh); in SurfFeaturesFinder() 341 sdetector_->setHessianThreshold(hess_thresh); in SurfFeaturesFinder() 352 (void)hess_thresh; in SurfFeaturesFinder() 458 SurfFeaturesFinderGpu::SurfFeaturesFinderGpu(double hess_thresh, int num_octaves, int num_layers, in SurfFeaturesFinderGpu() argument 462 surf_.hessianThreshold = hess_thresh; in SurfFeaturesFinderGpu()
|