Point Cloud Library (PCL)  1.7.2
List of all members | Static Public Member Functions | Public Attributes | Friends
pcl::FPFHSignature33 Struct Reference

A point structure representing the Fast Point Feature Histogram (FPFH). More...

#include <pcl/impl/point_types.hpp>

Static Public Member Functions

static int descriptorSize ()
 

Public Attributes

float histogram [33]
 

Friends

std::ostream & operator<< (std::ostream &os, const FPFHSignature33 &p)
 

Detailed Description

A point structure representing the Fast Point Feature Histogram (FPFH).

Definition at line 1281 of file point_types.hpp.

Member Function Documentation

static int pcl::FPFHSignature33::descriptorSize ( )
inlinestatic

Definition at line 1284 of file point_types.hpp.

Friends And Related Function Documentation

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

Member Data Documentation

float pcl::FPFHSignature33::histogram[33]

Definition at line 1283 of file point_types.hpp.


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