|
Point Cloud Library (PCL) 1.15.1
|
Disparity to PointCloudAOS generator. More...
Public Member Functions | |
| template<template< typename > class Storage> | |
| void | compute (const openni_wrapper::DepthImage::Ptr &depth_image, const openni_wrapper::Image::Ptr &image, float constant, typename PointCloudAOS< Storage >::Ptr &output, bool downsample=false, int stride=2, int smoothing_nr_iterations=0, int smoothing_filter_size=2) |
| template<template< typename > class Storage> | |
| void | compute (const std::uint16_t *depth_image, const OpenNIRGB *rgb_image, int width, int height, float constant, typename PointCloudAOS< Storage >::Ptr &output, int smoothing_nr_iterations=0, int smoothing_filter_size=2) |
| void | compute (const openni_wrapper::DepthImage::Ptr &depth_image, float constant, PointCloudAOS< Device >::Ptr &output) |
| void | compute (const openni_wrapper::DepthImage::Ptr &depth_image, float constant, PointCloudAOS< Host >::Ptr &output) |
Disparity to PointCloudAOS generator.
Definition at line 91 of file disparity_to_cloud.h.
| void pcl::cuda::DisparityToCloud::compute | ( | const openni_wrapper::DepthImage::Ptr & | depth_image, |
| const openni_wrapper::Image::Ptr & | image, | ||
| float | constant, | ||
| typename PointCloudAOS< Storage >::Ptr & | output, | ||
| bool | downsample = false, | ||
| int | stride = 2, | ||
| int | smoothing_nr_iterations = 0, | ||
| int | smoothing_filter_size = 2 ) |
| void pcl::cuda::DisparityToCloud::compute | ( | const openni_wrapper::DepthImage::Ptr & | depth_image, |
| float | constant, | ||
| PointCloudAOS< Device >::Ptr & | output ) |
| void pcl::cuda::DisparityToCloud::compute | ( | const openni_wrapper::DepthImage::Ptr & | depth_image, |
| float | constant, | ||
| PointCloudAOS< Host >::Ptr & | output ) |
| void pcl::cuda::DisparityToCloud::compute | ( | const std::uint16_t * | depth_image, |
| const OpenNIRGB * | rgb_image, | ||
| int | width, | ||
| int | height, | ||
| float | constant, | ||
| typename PointCloudAOS< Storage >::Ptr & | output, | ||
| int | smoothing_nr_iterations = 0, | ||
| int | smoothing_filter_size = 2 ) |