PreprocessingFilter.Resize

Resize(int, int, InterpolationFilterType)

Rescale image - Upscale ή downscale ανάλυση εικόνας.

public static PreprocessingFilter Resize(int width, int height, InterpolationFilterType type)
ΠαράμετροςΤύποςΠεριγραφή
widthInt32Το νέο πλάτος της εικόνας.
heightInt32Το νέο ύψος της εικόνας.
typeInterpolationFilterTypeInterpolationFilterType

Επιστρεφόμενη Αξία

Αντικείμενο ResizeFilter.

Δείτε επίσης


Resize(int, int)

Rescale image - Upscale ή downscale ανάλυση εικόνας. InterpolationFilterType = Lanczos8

public static PreprocessingFilter Resize(int width, int height)
ΠαράμετροςΤύποςΠεριγραφή
widthInt32Το νέο πλάτος της εικόνας.
heightInt32Το νέο ύψος της εικόνας.

Επιστρεφόμενη Αξία

Αντικείμενο ResizeFilter.

Δείτε επίσης