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

#include </__w/1/s/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 29 of file tree_train.h.

Member Function Documentation

◆ accumFalse()

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

Definition at line 35 of file tree_train.h.

References m_h_false.

◆ accumTrue()

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

Definition at line 32 of file tree_train.h.

References m_h_true.

◆ 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 42 of file tree_train.h.

References m_h_false.

◆ 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 43 of file tree_train.h.

References m_h_true.

Member Data Documentation

◆ m_h_false

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

Definition at line 46 of file tree_train.h.

Referenced by accumFalse(), and h_false().

◆ m_h_true

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

Definition at line 47 of file tree_train.h.

Referenced by accumTrue(), and h_true().


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