Point operation
#include "dip_analysis.h"
dip_Error dip_IsodataThreshold ( in, out, mask, numbthresholds, values )
integer, float
Thresholds in with the isodata method. Several threholds can be supplied, their value is returned in values. The different regions are label in out with different grey-values. A maks image mask can be given to compute the isodata only there.
Data type | Name | Description |
dip_Image | in | Input image |
dip_Image | out | Output image |
dip_Image | mask | Mask image |
dip_int | numbthresholds | Number of Thresholds |
dip_FloatArray | values | Values |
Threshold, RangeThreshold, HysteresisThreshold
DIPlib on-line documentation | Function reference | Global function index