RasterImageBinarizeBradley Method (Double) |
Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic virtual void BinarizeBradley(
double brightnessDifference
)
Public Overridable Sub BinarizeBradley (
brightnessDifference As Double
)
public:
virtual void BinarizeBradley(
double brightnessDifference
)
abstract BinarizeBradley :
brightnessDifference : float -> unit
override BinarizeBradley :
brightnessDifference : float -> unit
Parameters
- brightnessDifference
- Type: SystemDouble
The brightness difference between pixel and the average of an s x s window of pixels centered around this pixel.
See Also