Point Cloud Library (PCL) 1.12.1
Loading...
Searching...
No Matches
pcl::MLSResult::MLSProjectionResults Struct Reference

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.
double v
 The v-coordinate of the projected point in local MLS frame.
Eigen::Vector3d point
 The projected point.
Eigen::Vector3d normal
 The projected point's normal.

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.

References u, and v.

Member Data Documentation

◆ normal

◆ point

◆ u

double pcl::MLSResult::MLSProjectionResults::u

◆ v

double pcl::MLSResult::MLSProjectionResults::v

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