|
MorphologicalAttributeFilters
Public API documentation
|
Direct attribute filter using reconstructed-parent altitude propagation. More...
#include <AttributeReconstructionFilters.hpp>
Public Types | |
| using | ReconstructionPolicy = DirectReconstruction |
| Reconstruction policy implemented by this filter. | |
Public Member Functions | |
| DirectAttributeFilter (ValuedMorphologicalTreeView< T > valuedTree) | |
| Creates a direct filter over a valued-tree view. | |
| DirectAttributeFilter (const ValuedMorphologicalTree< T > &valuedTree) | |
| Creates a direct filter over an owning valued tree. | |
| ImagePtr< T > | applyDirectAttributeFilter (const NodePreservationMask &nodePreservationMask) const |
| Applies direct reconstruction under node-preservation decisions. | |
Direct attribute filter using reconstructed-parent altitude propagation.
| T | Node-altitude value type. |
Definition at line 122 of file AttributeReconstructionFilters.hpp.
| using mmcfilters::DirectAttributeFilter< T >::ReconstructionPolicy = DirectReconstruction |
Reconstruction policy implemented by this filter.
Definition at line 128 of file AttributeReconstructionFilters.hpp.
|
inlineexplicit |
Creates a direct filter over a valued-tree view.
| valuedTree | Valued tree whose topology and altitudes drive reconstruction. |
Definition at line 134 of file AttributeReconstructionFilters.hpp.
|
inlineexplicit |
Creates a direct filter over an owning valued tree.
| valuedTree | Valued tree whose topology and altitudes drive reconstruction. |
Definition at line 140 of file AttributeReconstructionFilters.hpp.
|
inline |
Applies direct reconstruction under node-preservation decisions.
| nodePreservationMask | Dense mask where true preserves the node altitude. |
Definition at line 147 of file AttributeReconstructionFilters.hpp.