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 897 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 p.
Definition at line 910 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 924 of file MorphologicalOperator.h.
|
inlineoverridevirtual |
Returns a human-readable description of this morphological operator.
Reimplemented from pcl::MorphologicalOperator.
Definition at line 948 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 966 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 957 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 984 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 993 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 975 of file MorphologicalOperator.h.
|
inline |
Returns the selection point of this morphological selection operator.
Definition at line 932 of file MorphologicalOperator.h.
|
inline |
Sets the selection point of this morphological selection operator.
Definition at line 940 of file MorphologicalOperator.h.
References pcl::Range().