RasterCachedImage.BinarizeFixed

RasterCachedImage.BinarizeFixed method

Binarization of an image with predefined threshold

public override void BinarizeFixed(byte threshold)
ParameterTypeDescription
thresholdByteThreshold value. If corresponding gray value of a pixel is greater than threshold, a value of 255 will be assigned to it, 0 otherwise.

See Also