PreprocessingFilter.Resize

Resize(int, int, InterpolationFilterType)

画像の再スケーリング - 画像の解像度をアップスケールまたはダウンスケールします。

public static PreprocessingFilter Resize(int width, int height, InterpolationFilterType type)
パラメータタイプ説明
widthInt32画像の新しい幅。
heightInt32画像の新しい高さ。
typeInterpolationFilterTypeInterpolationFilterType

戻り値

ResizeFilter オブジェクト。

関連項目


Resize(int, int)

画像の再スケーリング - 画像の解像度をアップスケールまたはダウンスケールします。 InterpolationFilterType = Lanczos8

public static PreprocessingFilter Resize(int width, int height)
パラメータタイプ説明
widthInt32画像の新しい幅。
heightInt32画像の新しい高さ。

戻り値

ResizeFilter オブジェクト。

関連項目