PreprocessingFilter.Resize
inhoud
[
verbergen
]Resize(int, int, InterpolationFilterType)
Afbeelding opnieuw schalen - Afbeeldingsresolutie omhoog of omlaag schalen.
public static PreprocessingFilter Resize(int width, int height, InterpolationFilterType type)
Parameter | Type | Beschrijving |
---|---|---|
width | Int32 | De nieuwe breedte van de afbeelding. |
height | Int32 | De nieuwe hoogte van de afbeelding. |
type | InterpolationFilterType | InterpolationFilterType |
Winstwaarde
ResizeFilter-object.
Zie ook
- enum InterpolationFilterType
- class PreprocessingFilter
- naamruimte Aspose.OCR.Models.PreprocessingFilters
- montage Aspose.OCR
Resize(int, int)
Afbeelding opnieuw schalen - Beeldresolutie omhoog of omlaag schalen. InterpolationFilterType = Lanczos8
public static PreprocessingFilter Resize(int width, int height)
Parameter | Type | Beschrijving |
---|---|---|
width | Int32 | De nieuwe breedte van de afbeelding. |
height | Int32 | De nieuwe hoogte van de afbeelding. |
Winstwaarde
ResizeFilter-object.
Zie ook
- class PreprocessingFilter
- naamruimte Aspose.OCR.Models.PreprocessingFilters
- montage Aspose.OCR