Point Cloud Library (PCL)  1.9.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
List of all members | Public Member Functions | Protected Attributes
pcl::gpu::people::trees::HistogramPair Struct Reference

#include </tmp/B.ja8W1J/BUILD/pcl-pcl-1.9.1/gpu/people/include/pcl/gpu/people/tree_train.h>

+ Collaboration diagram for pcl::gpu::people::trees::HistogramPair:

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

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

Definition at line 36 of file tree_train.h.

References m_h_false.

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

Definition at line 33 of file tree_train.h.

References m_h_true.

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

Definition at line 43 of file tree_train.h.

References m_h_false.

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

Definition at line 44 of file tree_train.h.

References m_h_true.

Member Data Documentation

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

Definition at line 47 of file tree_train.h.

Referenced by accumFalse(), and h_false().

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

Definition at line 48 of file tree_train.h.

Referenced by accumTrue(), and h_true().


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