Aspose::Pdf::Devices::TiffDevice::BinarizeBradley method

TiffDevice::BinarizeBradley method

Do Bradley binarization for input stream.

void Aspose::Pdf::Devices::TiffDevice::BinarizeBradley(const System::SharedPtr<System::IO::Stream> &inputImageStream, const System::SharedPtr<System::IO::Stream> &outputImageStream, double threshold)
ParameterTypeDescription
inputImageStreamconst System::SharedPtr<System::IO::Stream>&The input image stream.
outputImageStreamconst System::SharedPtr<System::IO::Stream>&The output image stream.
thresholddoubleThe threshold value between 0.0 and 1.0.

See Also