|
MorphologicalAttributeFilters
Public API documentation
|
Record describing one regional extremum and its extinction value. More...
#include <ExtinctionValues.hpp>
Public Member Functions | |
| RegionalExtremaNode (NodeId leaf, NodeId cutoffNode, Real extinction) | |
| Builds one extinction-value record. | |
Public Attributes | |
| NodeId | leaf |
| Leaf node that represents the regional extremum in a max-tree/min-tree. | |
| NodeId | cutoffNode |
| Highest node retained before the extremum merges with a stronger branch. | |
| Real | extinction |
Attribute value at cutoffNode, or numeric_limits<Real>::max() for the dominant extremum that survives until the root. | |
Record describing one regional extremum and its extinction value.
Definition at line 26 of file ExtinctionValues.hpp.
|
inline |
Builds one extinction-value record.
| leaf | Leaf node representing the regional extremum. |
| cutoffNode | Node where the extremum stops being dominant. |
| extinction | Attribute value associated with the cutoff. |
Definition at line 44 of file ExtinctionValues.hpp.
| NodeId mmcfilters::RegionalExtremaNode< Real >::cutoffNode |
Highest node retained before the extremum merges with a stronger branch.
Definition at line 31 of file ExtinctionValues.hpp.
| Real mmcfilters::RegionalExtremaNode< Real >::extinction |
Attribute value at cutoffNode, or numeric_limits<Real>::max() for the dominant extremum that survives until the root.
Definition at line 35 of file ExtinctionValues.hpp.
| NodeId mmcfilters::RegionalExtremaNode< Real >::leaf |
Leaf node that represents the regional extremum in a max-tree/min-tree.
Definition at line 28 of file ExtinctionValues.hpp.