Class ConvolutionFilter
اسم الفضاء : Aspose.Imaging.ImageFilters.Convolution تجميع: Aspose.Imaging.dll (25.4.0)
الطبقة الموردة لـ kernel matrix.
public class ConvolutionFilter
Inheritance
الأعضاء الموروثين
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Emboss3x3
تحصل على النواة 3x3 Emboss.
public static double[,] Emboss3x3 { get; }
قيمة الممتلكات
double [,]
Emboss5x5
يحصل على النواة 5x5 Emboss.
public static double[,] Emboss5x5 { get; }
قيمة الممتلكات
double [,]
Sharpen3x3
يحصل على 3x3 النواة الحادة.
public static double[,] Sharpen3x3 { get; }
قيمة الممتلكات
double [,]
Sharpen5x5
يحصل على 5x5 النواة الحادة.
public static double[,] Sharpen5x5 { get; }
قيمة الممتلكات
double [,]
Methods
GetBlurBox(إنت)
حصلت على مربع النواة الزرقاء.
public static double[,] GetBlurBox(int size)
Parameters
size
int
حجم النواة
Returns
double [,]
الصندوق يزرع النواة.
GetBlurMotion(إنت، مزدوجة)
تحصل على الحركة الزرع النواة
public static double[,] GetBlurMotion(int size, double angle)
Parameters
size
int
حجم النواة
angle
double
زاوية الحركة .
Returns
double [,]
الحركة تتدفق النواة.
GetGaussian(إنت، مزدوجة)
يصل إلى النواة الغازية.
public static double[,] GetGaussian(int size, double sigma)
Parameters
size
int
حجم النواة
sigma
double
قيمة سيغما في نطاق (0 …).
Returns
double [,]
النواة الغازية .
ToComplex(مزدوجة[,])
تحويل kernel’ إلى Aspose.Imaging.ImageFilters.ComplexUtils.Complex kernel.
public static Complex[,] ToComplex(double[,] kernel)
Parameters
kernel
double
[,]
في النواة .
Returns
Complex [,]
قاعدة Aspose.Imaging.ImageFilters.ComplexUtils.Complex