binarize_bradley method
binarize_bradley
Binarization of an image using Bradley’s adaptive thresholding algorithm using the integral image thresholding
def binarize_bradley(self, brightness_difference):
...
Parameter | Type | Description |
---|---|---|
brightness_difference | float | The brightness difference between pixel and the average of an s x s window of pixels centered around this pixel. |
See Also
- module
aspose.cad
- class
RasterImage