Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmatchers.cpp335 Ptr<SURF> sdetector_ = SURF::create(); in SurfFeaturesFinder() local
338 if( !sdetector_ || !sextractor_ ) in SurfFeaturesFinder()
341 sdetector_->setHessianThreshold(hess_thresh); in SurfFeaturesFinder()
342 sdetector_->setNOctaves(num_octaves); in SurfFeaturesFinder()
343 sdetector_->setNOctaveLayers(num_layers); in SurfFeaturesFinder()
348 detector_ = sdetector_; in SurfFeaturesFinder()