Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/keypoints/include/pcl/keypoints/
H A Dnarf_keypoint.h80 max_no_of_threads(1), use_recursive_scale_reduction(false), in Parameters()
112 …bool use_recursive_scale_reduction; /**< Try to decrease runtime by extracting interest points at… member
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/keypoints/src/
H A Dnarf_keypoint.cpp113 if (!parameters_.use_recursive_scale_reduction) in calculateScaleSpace()