Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/gpu/people/include/pcl/gpu/people/tree_train.h>
Public Member Functions | |
void | accumTrue (const Label label) |
void | accumFalse (const Label label) |
Histogram & | h_false () |
Histogram & | h_true () |
const Histogram | h_false () const |
const Histogram | h_true () const |
Protected Attributes | |
Histogram | m_h_false |
Histogram | m_h_true |
Definition at line 29 of file tree_train.h.
|
inline |
Definition at line 35 of file tree_train.h.
References m_h_false.
|
inline |
Definition at line 32 of file tree_train.h.
References m_h_true.
|
inline |
Definition at line 39 of file tree_train.h.
References m_h_false.
Referenced by pcl::gpu::people::trees::entropy_merged(), pcl::gpu::people::trees::informationGain(), pcl::gpu::people::trees::operator<<(), and pcl::gpu::people::trees::operator>>().
|
inline |
Definition at line 42 of file tree_train.h.
References m_h_false.
|
inline |
Definition at line 40 of file tree_train.h.
References m_h_true.
Referenced by pcl::gpu::people::trees::entropy_merged(), pcl::gpu::people::trees::informationGain(), pcl::gpu::people::trees::operator<<(), and pcl::gpu::people::trees::operator>>().
|
inline |
Definition at line 43 of file tree_train.h.
References m_h_true.
|
protected |
Definition at line 46 of file tree_train.h.
Referenced by accumFalse(), and h_false().
|
protected |
Definition at line 47 of file tree_train.h.
Referenced by accumTrue(), and h_true().