BinarizeOtsu

ApngImage.BinarizeOtsu method

Perform binarization on the image using Otsu thresholding with this intuitive method. Ideal for developers seeking to automatically determine the optimal threshold for converting images into binary form, enhancing their clarity and suitability for further analysis.

public override void BinarizeOtsu()

See Also