DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

IsodataThreshold

Point operation

SYNOPSIS

#include "dip_analysis.h"

dip_Error dip_IsodataThreshold ( in, out, mask, numbthresholds, values )

DATA TYPES

integer, float

FUNCTION

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.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput image
dip_ImageoutOutput image
dip_ImagemaskMask image
dip_intnumbthresholdsNumber of Thresholds
dip_FloatArrayvaluesValues

SEE ALSO

Threshold, RangeThreshold, HysteresisThreshold