Aspose::Pdf::Devices::TiffDevice::BinarizeBradley метод
TiffDevice::BinarizeBradley method
Выполняет бинаризацию Брэдли для входного потока.
void Aspose::Pdf::Devices::TiffDevice::BinarizeBradley(const System::SharedPtr<System::IO::Stream> &inputImageStream, const System::SharedPtr<System::IO::Stream> &outputImageStream, double threshold)
| Параметр | Тип | Описание |
|---|---|---|
| inputImageStream | const System::SharedPtr<System::IO::Stream>& | Входной поток изображения. |
| outputImageStream | const System::SharedPtr<System::IO::Stream>& | Выходной поток изображения. |
| порог | double | Значение порога между 0.0 и 1.0. |
См. также
- Typedef SharedPtr
- Class Stream
- Class TiffDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++