PreprocessingFilter.Resize
περιεχόμενα
[
κρύβω
]Resize(int, int, InterpolationFilterType)
Rescale image - Upscale ή downscale ανάλυση εικόνας.
public static PreprocessingFilter Resize(int width, int height, InterpolationFilterType type)
Παράμετρος | Τύπος | Περιγραφή |
---|---|---|
width | Int32 | Το νέο πλάτος της εικόνας. |
height | Int32 | Το νέο ύψος της εικόνας. |
type | InterpolationFilterType | InterpolationFilterType |
Επιστρεφόμενη Αξία
Αντικείμενο ResizeFilter.
Δείτε επίσης
- enum InterpolationFilterType
- class PreprocessingFilter
- χώρος ονομάτων Aspose.OCR.Models.PreprocessingFilters
- συνέλευση Aspose.OCR
Resize(int, int)
Rescale image - Upscale ή downscale ανάλυση εικόνας. InterpolationFilterType = Lanczos8
public static PreprocessingFilter Resize(int width, int height)
Παράμετρος | Τύπος | Περιγραφή |
---|---|---|
width | Int32 | Το νέο πλάτος της εικόνας. |
height | Int32 | Το νέο ύψος της εικόνας. |
Επιστρεφόμενη Αξία
Αντικείμενο ResizeFilter.
Δείτε επίσης
- class PreprocessingFilter
- χώρος ονομάτων Aspose.OCR.Models.PreprocessingFilters
- συνέλευση Aspose.OCR