PCL
|
Morphological selection operator. More...
#include <MorphologicalOperator.h>
The selection morphological operator (or selection order-statistic filter) computes the value corresponding to a prescribed percentile in the ranked set of values from a pixel neighborhood.
The selection point k of the selection operator defines the working percentile: for k=0, we have an erosion (or minimum) operator; for k=1 we have a dilation (or maximum) operator; k=0.5 defines the median operator. Other values work as a balance between erosion and dilation.
Definition at line 632 of file MorphologicalOperator.h.
|
default |
Default constructor. The default selection point is 0.5, equivalent to a median operator.
|
inline |
Constructs a SelectionFilter with selection point k.
Definition at line 645 of file MorphologicalOperator.h.
|
default |
Copy constructor.
|
inlineoverridevirtual |
Returns a pointer to a dynamically allocated duplicate of this morphological operator.
Implements pcl::MorphologicalOperator.
Definition at line 659 of file MorphologicalOperator.h.
|
inlineoverridevirtual |
Returns a human-readable description of this morphological operator.
Reimplemented from pcl::MorphologicalOperator.
Definition at line 683 of file MorphologicalOperator.h.
|
inlineoverridevirtual |
Applies this morphological operator to a vector f of n 64-bit floating point pixel samples.
Reimplemented from pcl::MorphologicalOperator.
Definition at line 701 of file MorphologicalOperator.h.
|
inlineoverridevirtual |
Applies this morphological operator to a vector f of n 32-bit floating point pixel samples.
Reimplemented from pcl::MorphologicalOperator.
Definition at line 692 of file MorphologicalOperator.h.
|
inlineoverridevirtual |
Applies this morphological operator to a vector f of n 16-bit unsigned integer pixel samples.
Reimplemented from pcl::MorphologicalOperator.
Definition at line 719 of file MorphologicalOperator.h.
|
inlineoverridevirtual |
Applies this morphological operator to a vector f of n 32-bit unsigned integer pixel samples.
Reimplemented from pcl::MorphologicalOperator.
Definition at line 728 of file MorphologicalOperator.h.
|
inlineoverridevirtual |
Applies this morphological operator to a vector f of n 8-bit unsigned integer pixel samples.
Reimplemented from pcl::MorphologicalOperator.
Definition at line 710 of file MorphologicalOperator.h.
|
inline |
Returns the selection point of this morphological selection operator.
Definition at line 667 of file MorphologicalOperator.h.
|
inline |
Sets the selection point k of this morphological selection operator.
Definition at line 675 of file MorphologicalOperator.h.
References pcl::Range().