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

TiffDevice::BinarizeBradley method

Do Bradley binarization for input stream.

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

See Also