PreprocessingFilter.Scale
Scale(float)
Bild neu skalieren – Bildauflösung vergrößern oder verkleinern. InterpolationFilterType = Lanczos8
public static PreprocessingFilter Scale(float ratio)
Parameter | Typ | Beschreibung |
---|---|---|
ratio | Single | Der Skalierungsfaktor.Empfohlen von 0,1 bis 1 zum Schrumpfen. Von 1 bis 10 zum Vergrößern. |
Rückgabewert
ScaleFilter-Objekt.
Siehe auch
- class PreprocessingFilter
- namensraum Aspose.OCR.Models.PreprocessingFilters
- Montage Aspose.OCR
Scale(float, InterpolationFilterType)
Bild neu skalieren - Bildauflösung hoch- oder herunterskalieren.
public static PreprocessingFilter Scale(float ratio, InterpolationFilterType type)
Parameter | Typ | Beschreibung |
---|---|---|
ratio | Single | Der Skalierungsfaktor.Empfohlen von 0,1 bis 1 zum Schrumpfen. Von 1 bis 10 zum Vergrößern. |
type | InterpolationFilterType | InterpolationFilterType |
Rückgabewert
ScaleFilter-Objekt.
Siehe auch
- enum InterpolationFilterType
- class PreprocessingFilter
- namensraum Aspose.OCR.Models.PreprocessingFilters
- Montage Aspose.OCR