point_cloud_library / 1.12.1 / structpcl_1_1_m_l_s_result_1_1_m_l_s_projection_results.html /

Data structure used to store the MLS projection results. More...

#include <pcl/surface/mls.h>

Public Member Functions

MLSProjectionResults ()

Public Attributes

double u
The u-coordinate of the projected point in local MLS frame. More...
double v
The v-coordinate of the projected point in local MLS frame. More...
Eigen::Vector3d point
The projected point. More...
Eigen::Vector3d normal
The projected point's normal. More...

Detailed Description

Data structure used to store the MLS projection results.

Definition at line 80 of file mls.h.

Constructor & Destructor Documentation

MLSProjectionResults()

pcl::MLSResult::MLSProjectionResults::MLSProjectionResults ( )
inline

Definition at line 82 of file mls.h.

Member Data Documentation

normal

point

u

double pcl::MLSResult::MLSProjectionResults::u

The u-coordinate of the projected point in local MLS frame.

Definition at line 84 of file mls.h.

Referenced by pcl::MLSResult::projectPointOrthogonalToPolynomialSurface(), pcl::MLSResult::projectPointSimpleToPolynomialSurface(), and pcl::MLSResult::projectPointToMLSPlane().

v

double pcl::MLSResult::MLSProjectionResults::v

The v-coordinate of the projected point in local MLS frame.

Definition at line 85 of file mls.h.

Referenced by pcl::MLSResult::projectPointOrthogonalToPolynomialSurface(), pcl::MLSResult::projectPointSimpleToPolynomialSurface(), and pcl::MLSResult::projectPointToMLSPlane().


The documentation for this struct was generated from the following file:

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_m_l_s_result_1_1_m_l_s_projection_results.html