Private Member Functions
pcl::RIFTEstimation< PointInT, GradientT, Eigen::MatrixXf > Class Template Reference

RIFTEstimation estimates the Rotation Invariant Feature Transform descriptors for a given point cloud dataset containing points and intensity. For more information about the RIFT descriptor, see: More...

#include <rift.h>

Inheritance diagram for pcl::RIFTEstimation< PointInT, GradientT, Eigen::MatrixXf >:
Inheritance graph
[legend]

List of all members.

Private Member Functions

void compute (pcl::PointCloud< pcl::Normal > &)
 Make the compute (&PointCloudOut); inaccessible from outside the class.
void computeFeatureEigen (pcl::PointCloud< Eigen::MatrixXf > &output)
 Estimate the Rotation Invariant Feature Transform (RIFT) descriptors at a set of points given by <setInputCloud (), setIndices ()> using the surface in setSearchSurface (), the gradient in setInputGradient (), and the spatial locator in setSearchMethod ()

Detailed Description

template<typename PointInT, typename GradientT>
class pcl::RIFTEstimation< PointInT, GradientT, Eigen::MatrixXf >

RIFTEstimation estimates the Rotation Invariant Feature Transform descriptors for a given point cloud dataset containing points and intensity. For more information about the RIFT descriptor, see:

Svetlana Lazebnik, Cordelia Schmid, and Jean Ponce. A sparse texture representation using local affine regions. In IEEE Transactions on Pattern Analysis and Machine Intelligence, volume 27, pages 1265-1278, August 2005.

Author:
Michael Dixon

Definition at line 172 of file rift.h.


Member Function Documentation

template<typename PointInT , typename GradientT >
void pcl::RIFTEstimation< PointInT, GradientT, Eigen::MatrixXf >::compute ( pcl::PointCloud< pcl::Normal > &  ) [inline, private]

Make the compute (&PointCloudOut); inaccessible from outside the class.

Parameters:
[out]outputthe output point cloud

Definition at line 198 of file rift.h.

template<typename PointInT , typename GradientT >
void pcl::RIFTEstimation< PointInT, GradientT, Eigen::MatrixXf >::computeFeatureEigen ( pcl::PointCloud< Eigen::MatrixXf > &  output) [private, virtual]

Estimate the Rotation Invariant Feature Transform (RIFT) descriptors at a set of points given by <setInputCloud (), setIndices ()> using the surface in setSearchSurface (), the gradient in setInputGradient (), and the spatial locator in setSearchMethod ()

Parameters:
[out]outputthe resultant point cloud model dataset that contains the RIFT feature estimates

Reimplemented from pcl::RIFTEstimation< PointInT, GradientT, pcl::Histogram< 32 > >.

Definition at line 182 of file rift.hpp.


The documentation for this class was generated from the following files:


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:19:59