W3cubDocs

/PointCloudLibrary

A point structure representing an interest point with Euclidean xyz coordinates, and an interest value. More...

#include <pcl/impl/point_types.hpp>

Public Attributes

PCL_ADD_POINT4D
union {
struct {
float strength
}
float data_c [4]
};

Friends

PCL_MAKE_ALIGNED_OPERATOR_NEW friend std::ostream & operator<< (std::ostream &os, const InterestPoint &p)

Detailed Description

A point structure representing an interest point with Euclidean xyz coordinates, and an interest value.

Definition at line 878 of file point_types.hpp.

Friends And Related Function Documentation

operator<<

PCL_MAKE_ALIGNED_OPERATOR_NEW friend std::ostream& operator<< ( std::ostream & os,
const InterestPoint & p
)
friend

Member Data Documentation

@19

union { ... }

data_c

float pcl::InterestPoint::data_c[4]

Definition at line 887 of file point_types.hpp.

PCL_ADD_POINT4D

pcl::InterestPoint::PCL_ADD_POINT4D

Definition at line 880 of file point_types.hpp.

strength


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_interest_point.html