自动去噪
AutoDenoising()
启用额外的神经网络以提升图像——降低噪声。适用于带有扫描伪影、失真、斑点、耀光、渐变或异物的图像。
public static PreprocessingFilter AutoDenoising()
返回值
AutoDenoisingFilter 对象。
另请参见
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR
AutoDenoising(Rectangle)
启用额外神经网络以改进图像部分——降低噪声。适用于带有扫描伪影、失真、斑点、耀光、渐变、外来元素的图像。
public static PreprocessingFilter AutoDenoising(Rectangle area)
| Parameter | Type | 描述 |
|---|---|---|
| 区域 | Rectangle | 要校正的图像部分的坐标。 |
返回值
AutoDenoisingFilter 对象。
另请参见
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR