|
MorphologicalAttributeFilters
Public API documentation
|
Extrema, their sparse node scores, and the projected contour map. More...
#include <ShapeSpaceSaliency.hpp>

Public Attributes | |
| std::vector< ShapeSpaceExtremum< Real > > | extrema |
| Regional extrema ordered by the computation. | |
| std::vector< Real > | nodeScores |
| Sparse extinction score stored in the dense node-id domain. | |
| EdgeSaliencyMap< Real > | edgeMap |
| Image-adjacency edge map obtained from the node scores. | |
Extrema, their sparse node scores, and the projected contour map.
Definition at line 58 of file ShapeSpaceSaliency.hpp.
| EdgeSaliencyMap<Real> mmcfilters::ShapeSpaceSaliencyResult< Real >::edgeMap |
Image-adjacency edge map obtained from the node scores.
Definition at line 64 of file ShapeSpaceSaliency.hpp.
| std::vector<ShapeSpaceExtremum<Real> > mmcfilters::ShapeSpaceSaliencyResult< Real >::extrema |
Regional extrema ordered by the computation.
Definition at line 60 of file ShapeSpaceSaliency.hpp.
| std::vector<Real> mmcfilters::ShapeSpaceSaliencyResult< Real >::nodeScores |
Sparse extinction score stored in the dense node-id domain.
Definition at line 62 of file ShapeSpaceSaliency.hpp.