Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/lib/VLFeat/
H A Dcovdet.h200 VL_EXPORT void vl_covdet_detect (VlCovDet * self, vl_size max_num_features) ;
H A Dcovdet.c1921 vl_covdet_detect (VlCovDet * self, vl_size max_num_features) in vl_covdet_detect() function
/dports/graphics/colmap/colmap-3.6/src/feature/
H A Dsift.cc616 vl_covdet_detect(covdet.get(), options.max_num_features); in ExtractCovariantSiftFeaturesCPU()