PreprocessingFilter.Resize
Contenido
[
Ocultar
]Resize(int, int, InterpolationFilterType)
Cambiar escala de imagen: resolución de imagen de escala superior o inferior.
public static PreprocessingFilter Resize(int width, int height, InterpolationFilterType type)
Parámetro | Escribe | Descripción |
---|---|---|
width | Int32 | El nuevo ancho de la imagen. |
height | Int32 | La nueva altura de la imagen. |
type | InterpolationFilterType | InterpolationFilterType |
Valor_devuelto
Objeto ResizeFilter.
Ver también
- enum InterpolationFilterType
- class PreprocessingFilter
- espacio de nombres Aspose.OCR.Models.PreprocessingFilters
- asamblea Aspose.OCR
Resize(int, int)
Cambiar escala de imagen: resolución de imagen de escala superior o inferior. InterpolationFilterType = Lanczos8
public static PreprocessingFilter Resize(int width, int height)
Parámetro | Escribe | Descripción |
---|---|---|
width | Int32 | El nuevo ancho de la imagen. |
height | Int32 | La nueva altura de la imagen. |
Valor_devuelto
Objeto ResizeFilter.
Ver también
- class PreprocessingFilter
- espacio de nombres Aspose.OCR.Models.PreprocessingFilters
- asamblea Aspose.OCR