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)
| Parameter | Type | Description |
|---|---|---|
| inputImageStream | const System::SharedPtr<System::IO::Stream>& | The input image stream. |
| outputImageStream | const System::SharedPtr<System::IO::Stream>& | The output image stream. |
| threshold | double | The threshold value between 0.0 and 1.0. |
See Also
- Typedef SharedPtr
- Class Stream
- Class TiffDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++