|
mmcfilters
Public API documentation
|
Subtractive filter using independently gated zero-baseline residues. More...
#include <AttributeReconstructionFilters.hpp>
Public Types | |
| using | ReconstructionPolicy = SubtractiveResidueModulation |
| Reconstruction policy implemented by this filter. | |
| using | OutputValue = AltitudeDifference< T > |
| Signed value type produced by residue accumulation. | |
Public Member Functions | |
| SubtractiveAttributeFilter (ValuedMorphologicalTreeView< T > valuedTree) | |
| Creates a subtractive filter over a valued-tree view. | |
| SubtractiveAttributeFilter (const ValuedMorphologicalTree< T > &valuedTree) | |
| Creates a subtractive filter over an owning valued tree. | |
| ImagePtr< OutputValue > | applySubtractiveAttributeFilter (const NodePreservationMask &nodePreservationMask) const |
| Reconstructs from residues selected by preservation decisions. | |
Subtractive filter using independently gated zero-baseline residues.
| T | Node-altitude value type. |
Definition at line 158 of file AttributeReconstructionFilters.hpp.
| using mmcfilters::SubtractiveAttributeFilter< T >::OutputValue = AltitudeDifference<T> |
Signed value type produced by residue accumulation.
Definition at line 167 of file AttributeReconstructionFilters.hpp.
| using mmcfilters::SubtractiveAttributeFilter< T >::ReconstructionPolicy = SubtractiveResidueModulation |
Reconstruction policy implemented by this filter.
Definition at line 164 of file AttributeReconstructionFilters.hpp.
|
inlineexplicit |
Creates a subtractive filter over a valued-tree view.
| valuedTree | Valued tree whose residues drive reconstruction. |
Definition at line 173 of file AttributeReconstructionFilters.hpp.
|
inlineexplicit |
Creates a subtractive filter over an owning valued tree.
| valuedTree | Valued tree whose residues drive reconstruction. |
Definition at line 179 of file AttributeReconstructionFilters.hpp.
|
inline |
Reconstructs from residues selected by preservation decisions.
| nodePreservationMask | Dense mask where true retains the node residue. |
Definition at line 186 of file AttributeReconstructionFilters.hpp.