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.
أنظر أيضا
- class PreprocessingFilter
- مساحة الاسم Aspose.OCR.Models.PreprocessingFilters
- المجسم Aspose.OCR