PreprocessingFilter.Resize
isi
[
bersembunyi
]Resize(int, int, InterpolationFilterType)
Skala ulang gambar - Resolusi gambar naik atau turun.
public static PreprocessingFilter Resize(int width, int height, InterpolationFilterType type)
Parameter | Jenis | Keterangan |
---|---|---|
width | Int32 | Lebar baru gambar. |
height | Int32 | Ketinggian gambar yang baru. |
type | InterpolationFilterType | InterpolationFilterType |
Nilai Pengembalian
ResizeFilter objek.
Lihat juga
- enum InterpolationFilterType
- class PreprocessingFilter
- ruang nama Aspose.OCR.Models.PreprocessingFilters
- perakitan Aspose.OCR
Resize(int, int)
Skala ulang gambar - Resolusi gambar skala atas atau bawah. InterpolationFilterType = Lanczos8
public static PreprocessingFilter Resize(int width, int height)
Parameter | Jenis | Keterangan |
---|---|---|
width | Int32 | Lebar baru gambar. |
height | Int32 | Ketinggian gambar yang baru. |
Nilai Pengembalian
ResizeFilter objek.
Lihat juga
- class PreprocessingFilter
- ruang nama Aspose.OCR.Models.PreprocessingFilters
- perakitan Aspose.OCR