|
Point Cloud Library (PCL)
1.6.0
|
A packed HSI specialization of the comparison object. More...
#include <pcl/filters/conditional_removal.h>


Public Types | |
| enum | ComponentId { H, S, I } |
| typedef boost::shared_ptr < ComparisonBase< PointT > > | Ptr |
| typedef boost::shared_ptr < const ComparisonBase< PointT > > | ConstPtr |
Public Member Functions | |
| PackedHSIComparison (std::string component_name, ComparisonOps::CompareOp op, double compare_val) | |
| Construct a PackedHSIComparison. More... | |
| virtual | ~PackedHSIComparison () |
| Destructor. More... | |
| virtual bool | evaluate (const PointT &point) const |
| Determine the result of this comparison. More... | |
| bool | isCapable () const |
| Return if the comparison is capable. More... | |
A packed HSI specialization of the comparison object.
Definition at line 235 of file conditional_removal.h.
|
inherited |
Definition at line 92 of file conditional_removal.h.
|
inherited |
Definition at line 91 of file conditional_removal.h.
| enum pcl::PackedHSIComparison::ComponentId |
| Enumerator | |
|---|---|
| H | |
| S | |
| I | |
Definition at line 258 of file conditional_removal.h.
| pcl::PackedHSIComparison< PointT >::PackedHSIComparison | ( | std::string | component_name, |
| ComparisonOps::CompareOp | op, | ||
| double | compare_val | ||
| ) |
Construct a PackedHSIComparison.
| component_name | either "h", "s" or "i" |
| op | the operator to use when making the comparison |
| compare_val | the constant value to compare the component value too |
Definition at line 232 of file conditional_removal.hpp.
|
inlinevirtual |
Destructor.
Definition at line 249 of file conditional_removal.h.
|
virtual |
Determine the result of this comparison.
| point | the point to evaluate |
Implements pcl::ComparisonBase< PointT >.
Definition at line 302 of file conditional_removal.hpp.
|
inlineinherited |
Return if the comparison is capable.
Definition at line 102 of file conditional_removal.h.
1.8.4