|
MorphologicalAttributeFilters
Public API documentation
|
Edge-indexed contour set induced by thresholding a saliency map. More...
#include <HierarchySaliencyMapProjection.hpp>
Public Member Functions | |
| std::size_t | size () const noexcept |
| Returns the number of selected edges. | |
| bool | empty () const noexcept |
| Returns whether no contour edge is selected. | |
Public Attributes | |
| int | numRows = 0 |
| Number of rows in the proper-part grid. | |
| int | numColumns = 0 |
| Number of columns in the proper-part grid. | |
| double | adjacencyRadius = 0.0 |
| Radius of the adjacency used to enumerate the edges. | |
| std::vector< NodeId > | sources |
| Source proper-part id of each selected edge. | |
| std::vector< NodeId > | targets |
| Target proper-part id of each selected edge. | |
Edge-indexed contour set induced by thresholding a saliency map.
The arrays are parallel: sources[i] and targets[i] describe one undirected image-domain graph edge selected as a contour edge.
Definition at line 23 of file HierarchySaliencyMapProjection.hpp.
|
inlinenoexcept |
Returns whether no contour edge is selected.
Definition at line 47 of file HierarchySaliencyMapProjection.hpp.
|
inlinenoexcept |
Returns the number of selected edges.
Definition at line 40 of file HierarchySaliencyMapProjection.hpp.
| double mmcfilters::EdgeContourMap::adjacencyRadius = 0.0 |
Radius of the adjacency used to enumerate the edges.
Definition at line 29 of file HierarchySaliencyMapProjection.hpp.
| int mmcfilters::EdgeContourMap::numColumns = 0 |
Number of columns in the proper-part grid.
Definition at line 27 of file HierarchySaliencyMapProjection.hpp.
| int mmcfilters::EdgeContourMap::numRows = 0 |
Number of rows in the proper-part grid.
Definition at line 25 of file HierarchySaliencyMapProjection.hpp.
| std::vector<NodeId> mmcfilters::EdgeContourMap::sources |
Source proper-part id of each selected edge.
Definition at line 31 of file HierarchySaliencyMapProjection.hpp.
| std::vector<NodeId> mmcfilters::EdgeContourMap::targets |
Target proper-part id of each selected edge.
Definition at line 33 of file HierarchySaliencyMapProjection.hpp.