mmcfilters
Public API documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmcfilters::ShapeSpaceSaliencyResult< Real > Struct Template Reference

Extrema, their sparse node scores, and the projected contour map. More...

#include <ShapeSpaceSaliency.hpp>

Collaboration diagram for mmcfilters::ShapeSpaceSaliencyResult< Real >:
Collaboration graph
[legend]

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.
 

Detailed Description

template<std::floating_point Real>
struct mmcfilters::ShapeSpaceSaliencyResult< Real >

Extrema, their sparse node scores, and the projected contour map.

Definition at line 58 of file ShapeSpaceSaliency.hpp.

Member Data Documentation

◆ edgeMap

template<std::floating_point Real>
EdgeSaliencyMap<Real> mmcfilters::ShapeSpaceSaliencyResult< Real >::edgeMap

Image-adjacency edge map obtained from the node scores.

Definition at line 64 of file ShapeSpaceSaliency.hpp.

◆ extrema

template<std::floating_point Real>
std::vector<ShapeSpaceExtremum<Real> > mmcfilters::ShapeSpaceSaliencyResult< Real >::extrema

Regional extrema ordered by the computation.

Definition at line 60 of file ShapeSpaceSaliency.hpp.

◆ nodeScores

template<std::floating_point Real>
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.


The documentation for this struct was generated from the following file: