Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
pcl::PFHRGBSignature250 Struct Reference

A point structure representing the Point Feature Histogram with colors (PFHRGB). More...

#include <pcl/impl/point_types.hpp>

Public Member Functions

constexpr PFHRGBSignature250 ()=default

Static Public Member Functions

static constexpr int descriptorSize ()

Public Attributes

float histogram [250] = {0.f}

Friends

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

Detailed Description

A point structure representing the Point Feature Histogram with colors (PFHRGB).

Definition at line 1204 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PFHRGBSignature250()

pcl::PFHRGBSignature250::PFHRGBSignature250 ( )
inlineconstexprdefault

Referenced by operator<<.

Member Function Documentation

◆ descriptorSize()

constexpr int pcl::PFHRGBSignature250::descriptorSize ( )
inlinestaticconstexpr

Definition at line 1207 of file point_types.hpp.

References pcl::detail::traits::descriptorSize_v.

◆ operator<<

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

References PFHRGBSignature250().

Member Data Documentation

◆ histogram

float pcl::PFHRGBSignature250::histogram[250] = {0.f}

Definition at line 1206 of file point_types.hpp.


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