Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/
H A Dppf.h75 class PPFEstimation : public FeatureFromNormals<PointInT, PointNT, PointOutT>
78 using Ptr = shared_ptr<PPFEstimation<PointInT, PointNT, PointOutT> >;
79 using ConstPtr = shared_ptr<const PPFEstimation<PointInT, PointNT, PointOutT> >;
89 PPFEstimation ();
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dppf.hpp49 pcl::PPFEstimation<PointInT, PointNT, PointOutT>::PPFEstimation () in PPFEstimation() function in pcl::PPFEstimation
61 pcl::PPFEstimation<PointInT, PointNT, PointOutT>::computeFeature (PointCloudOut &output) in computeFeature()
121 #define PCL_INSTANTIATE_PPFEstimation(T,NT,OutT) template class PCL_EXPORTS pcl::PPFEstimation<T,NT…
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/test/
H A Dtest_ppf.cpp66 pcl::gpu::PPFEstimation::PointCloud cloud_gpu; in TEST()
69 pcl::gpu::PPFEstimation::Normals normals_gpu; in TEST()
72 pcl::gpu::PPFEstimation::Indices indices_gpu; in TEST()
77 gpu::PPFEstimation pph_gpu; in TEST()
87 pcl::PPFEstimation<PointXYZ, Normal, PPFSignature> fe; in TEST()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/src/
H A Dppf.cpp70 …PCL_INSTANTIATE_PRODUCT(PPFEstimation, ((pcl::PointXYZ)(pcl::PointXYZI)(pcl::PointNormal)(pcl::Poi…
75 …PCL_INSTANTIATE_PRODUCT(PPFEstimation, (PCL_XYZ_POINT_TYPES)(PCL_NORMAL_POINT_TYPES)((pcl::PPFSign…
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/features/
H A Dtest_ppf_estimation.cpp56 TEST (PCL, PPFEstimation) in TEST() argument
68 PPFEstimation <PointXYZ, Normal, PPFSignature> ppf_estimation; in TEST()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/src/
H A Dfeatures.cpp281 void pcl::gpu::PPFEstimation::compute(DeviceArray<PPFSignature>& features) in compute()
283 Static<sizeof(PPFEstimation:: PointType) == sizeof(device:: PointType)>::check(); in compute()
284 Static<sizeof(PPFEstimation::NormalType) == sizeof(device::NormalType)>::check(); in compute()
301 Static<sizeof(PPFEstimation:: PointType) == sizeof(device:: PointType)>::check(); in compute()
302 Static<sizeof(PPFEstimation::NormalType) == sizeof(device::NormalType)>::check(); in compute()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/src/
H A Dpyramid_surface_matching.cpp72 PPFEstimation<PointNormal, PointNormal, PPFSignature> ppf_estimator; in main()
H A Dppf_object_recognition.cpp110 PPFEstimation<PointNormal, PointNormal, PPFSignature> ppf_estimator; in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/include/pcl/gpu/features/
H A Dfeatures.hpp162 class PCL_EXPORTS PPFEstimation : public FeatureFromNormals class
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/registration/
H A Dtest_registration.cpp667 PPFEstimation<PointXYZ, Normal, PPFSignature> ppf_estimator; in TEST()
764 PPFEstimation<PointXYZ, Normal, PPFSignature> ppf_estimator;