PreprocessingFilter.Resize
Contenu
[
Cacher
]Resize(int, int, InterpolationFilterType)
Redimensionner l’image - Résolution d’image à l’échelle supérieure ou inférieure.
public static PreprocessingFilter Resize(int width, int height, InterpolationFilterType type)
Paramètre | Taper | La description |
---|---|---|
width | Int32 | La nouvelle largeur de l’image. |
height | Int32 | La nouvelle hauteur de l’image. |
type | InterpolationFilterType | InterpolationFilterType |
Return_Value
Objet ResizeFilter.
Voir également
- enum InterpolationFilterType
- class PreprocessingFilter
- espace de noms Aspose.OCR.Models.PreprocessingFilters
- Assemblée Aspose.OCR
Resize(int, int)
Redimensionner l’image - Résolution d’image ascendante ou descendante. InterpolationFilterType = Lanczos8
public static PreprocessingFilter Resize(int width, int height)
Paramètre | Taper | La description |
---|---|---|
width | Int32 | La nouvelle largeur de l’image. |
height | Int32 | La nouvelle hauteur de l’image. |
Return_Value
Objet ResizeFilter.
Voir également
- class PreprocessingFilter
- espace de noms Aspose.OCR.Models.PreprocessingFilters
- Assemblée Aspose.OCR