W3cubDocs

/PointCloudLibrary

A point structure representing an N-D histogram. More...

#include <pcl/impl/point_types.hpp>

Static Public Member Functions

static constexpr int descriptorSize ()

Public Attributes

float histogram [N]

Detailed Description

template<int N>
struct pcl::Histogram< N >

A point structure representing an N-D histogram.

Members: float histogram[N].

Definition at line 1770 of file point_types.hpp.

Member Function Documentation

descriptorSize()

template<int N>
static constexpr int pcl::Histogram< N >::descriptorSize ( )
inlinestaticconstexpr

Definition at line 1773 of file point_types.hpp.

Member Data Documentation

histogram

template<int N>
float pcl::Histogram< N >::histogram[N]

Definition at line 1772 of file point_types.hpp.

Referenced by pcl::operator<<().


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