Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::SegmentationResult Struct Reference

Result of binary image segmentation. More...

#include <net_apps.H>

Collaboration diagram for Aleph::SegmentationResult:
[legend]

Public Attributes

std::vector< std::vector< int > > labels
 0 or 1 for each pixel
 
double energy {0}
 Total energy of segmentation.
 

Detailed Description

Result of binary image segmentation.

Definition at line 756 of file net_apps.H.

Member Data Documentation

◆ energy

double Aleph::SegmentationResult::energy {0}

Total energy of segmentation.

Definition at line 759 of file net_apps.H.

Referenced by Aleph::segment_image().

◆ labels

std::vector<std::vector<int> > Aleph::SegmentationResult::labels

0 or 1 for each pixel

Definition at line 758 of file net_apps.H.

Referenced by Aleph::segment_image().


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