MorphologicalAttributeFilters
Public API documentation
Loading...
Searching...
No Matches
ResidualTreePolicies.hpp
Go to the documentation of this file.
1#pragma once
2
9
10namespace mmcfilters::sdrt {
11
18
24
28 SaturatedMinMaxLcaPolicy lcaPolicy = SaturatedMinMaxLcaPolicy::ParentClimb;
29 SaturatedMinMaxFallbackPolicy fallbackPolicy = SaturatedMinMaxFallbackPolicy::BoundaryMultiSource;
30};
31
36
37} // namespace mmcfilters::sdrt
Normative values used by self-dual residual-tree evolution.
SaturatedMinMaxFallbackPolicy
Exact complement-connectivity fallback after an inconclusive certificate.
@ BoundaryMultiSource
Grow and merge all boundary components.
@ SingleSourceDepthFirst
Traverse the complement from one boundary pixel.
SaturatedMinMaxLcaPolicy
Lowest-common-ancestor strategy used by saturated certification.
@ BlockedSnapshot
Use periodically rebuilt Euler/RMQ snapshots.
@ ParentClimb
Climb current parent paths.
@ LinkCut
Maintain the rooted forest with link-cut operations.
Dense row-major spatial order used by default.
Total order over the pixels of one construction domain.
Options that affect saturated residual-tree construction.
SpatialOrder spatialOrder
Total order defining each support's spatial minimum.
SaturatedMinMaxFallbackPolicy fallbackPolicy
Exact fallback strategy.
SaturatedMinMaxLcaPolicy lcaPolicy
Dynamic LCA strategy.
Options that affect unrestricted residual-tree construction.
SpatialOrder spatialOrder
Total order defining each support's spatial minimum.