Home
last modified time | relevance | path

Searched refs:PFHRGBEstimation (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/
H A Dpfhrgb.h47 class PFHRGBEstimation : public FeatureFromNormals<PointInT, PointNT, PointOutT>
50 using Ptr = shared_ptr<PFHRGBEstimation<PointInT, PointNT, PointOutT> >;
51 using ConstPtr = shared_ptr<const PFHRGBEstimation<PointInT, PointNT, PointOutT> >;
61 PFHRGBEstimation () in PFHRGBEstimation() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dpfhrgb.hpp47 pcl::PFHRGBEstimation<PointInT, PointNT, PointOutT>::computeRGBPairFeatures ( in computeRGBPairFeatures()
64 pcl::PFHRGBEstimation<PointInT, PointNT, PointOutT>::computePointPFHRGBSignature ( in computePointPFHRGBSignature()
135 pcl::PFHRGBEstimation<PointInT, PointNT, PointOutT>::computeFeature (PointCloudOut &output) in computeFeature()
159 …NSTANTIATE_PFHRGBEstimation(T,NT,OutT) template class PCL_EXPORTS pcl::PFHRGBEstimation<T,NT,OutT>;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/src/
H A Dpfh.cpp172 …PCL_INSTANTIATE_PRODUCT(PFHRGBEstimation, ((pcl::PointXYZRGBA)(pcl::PointXYZRGB)(pcl::PointXYZRGBN…
177 …PCL_INSTANTIATE_PRODUCT(PFHRGBEstimation, ((pcl::PointXYZRGB)(pcl::PointXYZRGBA)(pcl::PointXYZRGBN…
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/test/
H A Dtest_pfh.cpp446 pcl::gpu::PFHRGBEstimation::PointCloud cloud_gpu; in TEST()
449 pcl::gpu::PFHRGBEstimation::Normals normals_gpu; in TEST()
459 pcl::gpu::PFHRGBEstimation fe_gpu; in TEST()
470 pcl::PFHRGBEstimation<PointXYZRGB, Normal, PFHRGBSignature250> fe; in TEST()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/include/pcl/gpu/features/
H A Dfeatures.hpp127 class PCL_EXPORTS PFHRGBEstimation : public FeatureFromNormals class
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/src/
H A Dfeatures.cpp167 void pcl::gpu::PFHRGBEstimation::compute(const PointCloud& cloud, const Normals& normals, const Nei… in compute()
183 void pcl::gpu::PFHRGBEstimation::compute(DeviceArray2D<PFHRGBSignature250>& features) in compute()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/src/
H A Dfeature_matching.cpp711 PFHRGBEstimation<pcl::PointXYZRGB, pcl::Normal, pcl::PFHRGBSignature250>); in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iccv2011/src/
H A Dtutorial.cpp654 …ntXYZRGB, pcl::PFHRGBSignature250>::Ptr feature_extractor (new pcl::PFHRGBEstimation<pcl::PointXYZ… in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/
H A DCHANGES.md2864 * Fixed PFHRGBEstimation bug, thanks Luis