#include <Segmentation.h>
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. |
|
The greatest the K the easiest the regions are merged.
It must be a positive value.
|
|
Larger area spots than maxarea are considered extremly large spots. Extremly large spots can be shaded.
|
|
Smaller area spots than minarea are considered extremly small spots. Extremly small spot can be merged with the neighbouring spots.
|
|
Metric between pixels used in the segmentation algorithm. Setting values:
|