|
mmcfilters
Public API documentation
|
Soft subtractive filter using scores in [0,1] to gate zero-baseline residues. More...
#include <AttributeReconstructionFilters.hpp>
Public Types | |
| using | ReconstructionPolicy = SubtractiveResidueModulation |
| Reconstruction policy implemented by this filter. | |
Public Member Functions | |
| SoftSubtractiveAttributeFilter (ValuedMorphologicalTreeView< T > valuedTree) | |
| Creates a soft subtractive filter over a valued-tree view. | |
| SoftSubtractiveAttributeFilter (const ValuedMorphologicalTree< T > &valuedTree) | |
| Creates a soft subtractive filter over an owning valued tree. | |
| ImagePtr< Real > | applySoftSubtractiveAttributeFilter (std::span< const Real > nodePreservationScores) const |
| Reconstructs from residues modulated by preservation scores. | |
Soft subtractive filter using scores in [0,1] to gate zero-baseline residues.
| T | Node-altitude value type. |
| Real | Floating-point score and output type. |
Definition at line 200 of file AttributeReconstructionFilters.hpp.
| using mmcfilters::SoftSubtractiveAttributeFilter< T, Real >::ReconstructionPolicy = SubtractiveResidueModulation |
Reconstruction policy implemented by this filter.
Definition at line 206 of file AttributeReconstructionFilters.hpp.
|
inlineexplicit |
Creates a soft subtractive filter over a valued-tree view.
| valuedTree | Valued tree whose residues drive reconstruction. |
Definition at line 212 of file AttributeReconstructionFilters.hpp.
|
inlineexplicit |
Creates a soft subtractive filter over an owning valued tree.
| valuedTree | Valued tree whose residues drive reconstruction. |
Definition at line 218 of file AttributeReconstructionFilters.hpp.
|
inline |
Reconstructs from residues modulated by preservation scores.
| nodePreservationScores | Dense score buffer indexed by the internal node-slot domain. |
Definition at line 225 of file AttributeReconstructionFilters.hpp.