Point Cloud Library (PCL)  1.8.0
List of all members | Public Member Functions | Protected Attributes
pcl::gpu::people::trees::HistogramPair Struct Reference

#include </build/pcl-ykqcJu/pcl-1.8.0+dfsg1/gpu/people/include/pcl/gpu/people/tree_train.h>

Public Member Functions

void accumTrue (const Label label)
 
void accumFalse (const Label label)
 
Histogramh_false ()
 
Histogramh_true ()
 
const Histogram h_false () const
 
const Histogram h_true () const
 

Protected Attributes

Histogram m_h_false
 
Histogram m_h_true
 

Detailed Description

Definition at line 30 of file tree_train.h.

Member Function Documentation

§ accumFalse()

void pcl::gpu::people::trees::HistogramPair::accumFalse ( const Label  label)
inline

Definition at line 36 of file tree_train.h.

§ accumTrue()

void pcl::gpu::people::trees::HistogramPair::accumTrue ( const Label  label)
inline

Definition at line 33 of file tree_train.h.

§ h_false() [1/2]

Histogram& pcl::gpu::people::trees::HistogramPair::h_false ( )
inline

§ h_false() [2/2]

const Histogram pcl::gpu::people::trees::HistogramPair::h_false ( ) const
inline

Definition at line 43 of file tree_train.h.

§ h_true() [1/2]

Histogram& pcl::gpu::people::trees::HistogramPair::h_true ( )
inline

§ h_true() [2/2]

const Histogram pcl::gpu::people::trees::HistogramPair::h_true ( ) const
inline

Definition at line 44 of file tree_train.h.

Member Data Documentation

§ m_h_false

Histogram pcl::gpu::people::trees::HistogramPair::m_h_false
protected

Definition at line 47 of file tree_train.h.

§ m_h_true

Histogram pcl::gpu::people::trees::HistogramPair::m_h_true
protected

Definition at line 48 of file tree_train.h.


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