PreprocessingFilter.Resize
Resize(int, int, InterpolationFilterType)
Bild neu skalieren - Bildauflösung hoch- oder herunterskalieren.
public static PreprocessingFilter Resize(int width, int height, InterpolationFilterType type)
| Parameter | Typ | Beschreibung |
|---|---|---|
| width | Int32 | Die neue Breite des Bildes. |
| height | Int32 | Die neue Höhe des Bildes. |
| type | InterpolationFilterType | InterpolationFilterType |
Rückgabewert
ResizeFilter-Objekt.
Siehe auch
- enum InterpolationFilterType
- class PreprocessingFilter
- namensraum Aspose.OCR.Models.PreprocessingFilters
- Montage Aspose.OCR
Resize(int, int)
Bild neu skalieren – Bildauflösung vergrößern oder verkleinern. InterpolationFilterType = Lanczos8
public static PreprocessingFilter Resize(int width, int height)
| Parameter | Typ | Beschreibung |
|---|---|---|
| width | Int32 | Die neue Breite des Bildes. |
| height | Int32 | Die neue Höhe des Bildes. |
Rückgabewert
ResizeFilter-Objekt.
Siehe auch
- class PreprocessingFilter
- namensraum Aspose.OCR.Models.PreprocessingFilters
- Montage Aspose.OCR