ApngImage.BinarizeBradley
ApngImage.BinarizeBradley method
Binarization of an image using Bradley’s adaptive thresholding algorithm using the integral image thresholding
public override void BinarizeBradley(double brightnessDifference, int windowSize)
Parameter | Type | Description |
---|---|---|
brightnessDifference | Double | The brightness difference between pixel and the average of an s x s window of pixels centered around this pixel. |
windowSize | Int32 | The size of s x s window of pixels centered around this pixel |
See Also
- class ApngImage
- namespace Aspose.Imaging.FileFormats.Apng
- assembly Aspose.Imaging