Home
last modified time | relevance | path

Searched defs:nn_index (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dintensity_gradient.hpp63 for (const auto &nn_index : indices) in computePointIntensityGradient() local
175 for (const auto &nn_index : nn_indices) in computeFeature() local
215 for (const auto &nn_index : nn_indices) in computeFeature() local
H A Dfpfh_omp.hpp161 for (auto &nn_index : nn_indices) in computeFeature() local
H A Dfpfh.hpp266 for (auto &nn_index : nn_indices) in computeFeature() local
293 for (auto &nn_index : nn_indices) in computeFeature() local
H A Dstatistical_multiscale_interest_region_extraction.hpp215 for (const auto &nn_index : nn_indices) in extractExtrema() local
H A Dgfpfh.hpp257 for (const auto &nn_index : indices) in getDominantLabel() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/keypoints/include/pcl/keypoints/impl/
H A Dsmoothed_surfaces_keypoint.hpp105 for (const auto &nn_index : nn_indices) in detectKeypoints() local
129 for (const auto &nn_index : nn_indices) in detectKeypoints() local
H A Dsusan.hpp431 for (const auto& nn_index : nn_indices) in detectKeypoints() local
H A Diss_3d.hpp319 for (const auto &nn_index : nn_indices) in detectKeypoints() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/keypoints/
H A Dtest_keypoints.cpp161 for (const auto &nn_index : nn_indices) in TEST() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/impl/
H A Dia_ransac.hpp169 pcl::Indices nn_index(1); in computeErrorMetric() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/impl/
H A Dsurfel_smoothing.hpp303 for (const auto &nn_index : nn_indices) in extractSalientFeaturesBetweenScales() local
/dports/math/flann/flann-1.9.1-29-g1d04523/src/python/pyflann/
H A Dindex.py247 def nn_index(self, qpts, num_neighbors=1, **kwargs): member in FLANN
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/segmentation/include/pcl/segmentation/impl/
H A Dgrabcut_segmentation.hpp406 for (const auto& nn_index : links.indices) in computeBetaNonOrganized() local
/dports/math/R-cran-recipes/recipes/R/
H A Dimpute_knn.R211 nn_index <- function(miss_data, ref_data, vars, K, opt) { function