Point Cloud Library (PCL)  1.11.1-dev
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes | Friends
pcl::GFPFHSignature16 Struct Reference

A point structure representing the GFPFH descriptor with 16 bins. More...

#include <pcl/impl/point_types.hpp>

Public Member Functions

 GFPFHSignature16 ()=default
 

Static Public Member Functions

static int descriptorSize ()
 

Public Attributes

float histogram [16] = {0.f}
 

Friends

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

Detailed Description

A point structure representing the GFPFH descriptor with 16 bins.

Definition at line 1592 of file point_types.hpp.

Constructor & Destructor Documentation

◆ GFPFHSignature16()

pcl::GFPFHSignature16::GFPFHSignature16 ( )
inlinedefault

Member Function Documentation

◆ descriptorSize()

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

Definition at line 1595 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ histogram

float pcl::GFPFHSignature16::histogram[16] = {0.f}

Definition at line 1594 of file point_types.hpp.


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