Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/lib/VLFeat/
H A Dsift.h165 VL_INLINE void vl_sift_set_peak_thresh (VlSiftFilt *f, double t) ;
361 vl_sift_set_peak_thresh (VlSiftFilt *f, double t) in vl_sift_set_peak_thresh() function
/dports/misc/openmvg/openMVG-2.0/src/nonFree/sift/vl/
H A Dsift.h173 VL_INLINE void vl_sift_set_peak_thresh (VlSiftFilt *f, double t) ;
369 vl_sift_set_peak_thresh (VlSiftFilt *f, double t) in vl_sift_set_peak_thresh() function
/dports/misc/openmvg/openMVG-2.0/src/nonFree/sift/
H A DSIFT_describer.hpp155 vl_sift_set_peak_thresh(filt, 255*_params._peak_threshold/_params._num_scales); in DescribeSIFT()
/dports/graphics/colmap/colmap-3.6/src/feature/
H A Dsift.cc426 vl_sift_set_peak_thresh(sift.get(), options.peak_threshold); in ExtractSiftFeaturesCPU()