Enum InterpolationFilterType

InterpolationFilterType enumeration

Παρεμβολές, που χρησιμοποιούνται για εικόνες κλίμακας.

public enum InterpolationFilterType

Αξίες

ΟνομααξίαΠεριγραφή
Box0Το φίλτρο «Κουτί» ή «Κοντινότερος Γείτονας»ю http://www.imagemagick.org/Usage/filter/#box
Triangle1Το φίλτρο παρεμβολής «Τρίγωνο» ή «Διγραμμικό» απλώς πηγαίνει την παρεμβολή της πλησιέστερης γειτονιάς ένα βήμα παραπέρα. http://www.imagemagick.org/Usage/filter/#triangle
Hermite2https://en.wikipedia.org/wiki/Hermite_interpolation
Bell3http://www.imagemagick.org/Usage/filter/#gaussian
CubicBSpline4http://www.imagemagick.org/Usage/filter/#cubics
Lanczos35https://en.wikipedia.org/wiki/Lanczos_resampling
Mitchell6http://www.imagemagick.org/Usage/filter/#mitchell
Cosine7https://en.wikipedia.org/wiki/Trigonometric_interpolation
CatmullRom8Το φίλτρο «Catrom» (Catmull-Rom) είναι ένα πολύ γνωστό τυπικό κυβικό φίλτρο που χρησιμοποιείται συχνά ως συνάρτηση παρεμβολής. http://www.imagemagick.org/Usage/filter/#catrom-c
Quadratic9http://www.imagemagick.org/Usage/filter/#quadratic
QuadraticBSpline10https://en.wikipedia.org/wiki/Spline_interpolation
CubicConvolution11https://en.wikipedia.org/wiki/Directional_Cubic_Convolution_Interpolation
Lanczos812https://en.wikipedia.org/wiki/Lanczos_resampling

Δείτε επίσης