|
Point Cloud Library (PCL)
1.8.1
|
Branch estimator for ternary trees where one branch is used for missing data (indicated by flag != 0). More...
#include <pcl/ml/branch_estimator.h>
Inheritance diagram for pcl::TernaryTreeMissingDataBranchEstimator:Public Member Functions | |
| TernaryTreeMissingDataBranchEstimator () | |
| Constructor. More... | |
| virtual | ~TernaryTreeMissingDataBranchEstimator () |
| Destructor. More... | |
| size_t | getNumOfBranches () const |
| Returns the number of branches the corresponding tree has. More... | |
| void | computeBranchIndex (const float result, const unsigned char flag, const float threshold, unsigned char &branch_index) const |
| Computes the branch index for the specified result. More... | |
Public Member Functions inherited from pcl::BranchEstimator | |
| virtual | ~BranchEstimator () |
| Destructor. More... | |
Branch estimator for ternary trees where one branch is used for missing data (indicated by flag != 0).
Definition at line 111 of file branch_estimator.h.
|
inline |
Constructor.
Definition at line 116 of file branch_estimator.h.
|
inlinevirtual |
Destructor.
Definition at line 118 of file branch_estimator.h.
|
inlinevirtual |
Computes the branch index for the specified result.
| [in] | result | The result the branch index will be computed for. |
| [in] | flag | The flag corresponding to the specified result. |
| [in] | threshold | The threshold used to compute the branch index. |
| [out] | branch_index | The destination for the computed branch index. |
Implements pcl::BranchEstimator.
Definition at line 134 of file branch_estimator.h.
|
inlinevirtual |
Returns the number of branches the corresponding tree has.
Implements pcl::BranchEstimator.
Definition at line 122 of file branch_estimator.h.