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

Regional extrema and their sparse dense-domain node scores. 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.
 

Detailed Description

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

Regional extrema and their sparse dense-domain node scores.

Definition at line 48 of file ShapeSpaceSaliency.hpp.

Member Data Documentation

◆ extrema

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

Regional extrema ordered by the computation.

Definition at line 50 of file ShapeSpaceSaliency.hpp.

◆ nodeScores

template<std::floating_point Real>
std::vector<Real> mmcfilters::ShapeSpaceExtinctionResult< Real >::nodeScores

Sparse extinction score stored in the dense node-id domain.

Definition at line 52 of file ShapeSpaceSaliency.hpp.


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