|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of binary image segmentation. More...
#include <net_apps.H>
Public Attributes | |
| std::vector< std::vector< int > > | labels |
| 0 or 1 for each pixel | |
| double | energy {0} |
| Total energy of segmentation. | |
Result of binary image segmentation.
Definition at line 756 of file net_apps.H.
| double Aleph::SegmentationResult::energy {0} |
Total energy of segmentation.
Definition at line 759 of file net_apps.H.
Referenced by Aleph::segment_image().
| 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().