|
MorphologicalAttributeFilters
Public API documentation
|
Contrast-invariant key of one current residual candidate. More...
#include <ResidualEvolution.hpp>
Public Attributes | |
| std::size_t | supportCardinality = 0 |
| Cardinality of the current candidate support. | |
| PixelId | spatialMinimum = InvalidPixel |
| Least support pixel in the configured spatial order. | |
Friends | |
| bool | operator== (const SelfDualResidualKey &, const SelfDualResidualKey &)=default |
| Compares both coordinates of two residual keys. | |
Contrast-invariant key of one current residual candidate.
Definition at line 135 of file ResidualEvolution.hpp.
| PixelId mmcfilters::sdrt::SelfDualResidualKey::spatialMinimum = InvalidPixel |
Least support pixel in the configured spatial order.
Definition at line 137 of file ResidualEvolution.hpp.
| std::size_t mmcfilters::sdrt::SelfDualResidualKey::supportCardinality = 0 |
Cardinality of the current candidate support.
Definition at line 136 of file ResidualEvolution.hpp.