Main Page | Alphabetical List | Class List | File List | Class Members | File Members

_SegmentationParameters Struct Reference

Parameters used in the segmentation algorithm. More...

#include <Segmentation.h>

List of all members.

Public Attributes

double K
 The greatest the K the easiest the regions are merged.

double maxarea
 Larger area spots than maxarea are considered extremly large spots.

double minarea
 Smaller area spots than minarea are considered extremly small spots.

PixelMetric segmentationMetric
 Metric between pixels used in the segmentation algorithm.


Detailed Description

Parameters used in the segmentation algorithm.


Member Data Documentation

double _SegmentationParameters::K
 

The greatest the K the easiest the regions are merged.

It must be a positive value. $ K>0 $.

See also:
Felzenszwalb-Huttenlocher image segmentation algorithm
Recommendation:
Use values within (0, 1] interval.

double _SegmentationParameters::maxarea
 

Larger area spots than maxarea are considered extremly large spots.

Extremly large spots can be shaded.

Note:
The area is mesured in pixels.
See also:
OutputOptions.shouldShadeExtremeSpots

double _SegmentationParameters::minarea
 

Smaller area spots than minarea are considered extremly small spots.

Extremly small spot can be merged with the neighbouring spots.

Note:
The area is mesured in pixels.
See also:
SegmentationOptions.shouldDisolveExtremeSpots

PixelMetric _SegmentationParameters::segmentationMetric
 

Metric between pixels used in the segmentation algorithm.

Setting values:

All those provided by the enum type _PixelMetric


The documentation for this struct was generated from the following file:
Generated on Wed Jul 14 17:25:05 2004 for Segmentation by doxygen 1.3.7