PreprocessingFilter.Resize
Resize(int, int, InterpolationFilterType)
画像の再スケーリング - 画像の解像度をアップスケールまたはダウンスケールします。
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)
画像の再スケーリング - 画像の解像度をアップスケールまたはダウンスケールします。 InterpolationFilterType = Lanczos8
public static PreprocessingFilter Resize(int width, int height)
パラメータ | タイプ | 説明 |
---|---|---|
width | Int32 | 画像の新しい幅。 |
height | Int32 | 画像の新しい高さ。 |
戻り値
ResizeFilter オブジェクト。