PreprocessingFilter.Scale
inhoud
[
verbergen
]Scale(float)
Afbeelding opnieuw schalen - Beeldresolutie omhoog of omlaag schalen. InterpolationFilterType = Lanczos8
public static PreprocessingFilter Scale(float ratio)
Parameter | Type | Beschrijving |
---|---|---|
ratio | Single | De schaalfactor.Aanbevolen van 0,1 tot 1 om te verkleinen. Van 1 tot 10 om te vergroten. |
Winstwaarde
ScaleFilter-object.
Zie ook
- class PreprocessingFilter
- naamruimte Aspose.OCR.Models.PreprocessingFilters
- montage Aspose.OCR
Scale(float, InterpolationFilterType)
Afbeelding opnieuw schalen - Afbeeldingsresolutie omhoog of omlaag schalen.
public static PreprocessingFilter Scale(float ratio, InterpolationFilterType type)
Parameter | Type | Beschrijving |
---|---|---|
ratio | Single | De schaalfactor.Aanbevolen van 0,1 tot 1 om te verkleinen. Van 1 tot 10 om te vergroten. |
type | InterpolationFilterType | InterpolationFilterType |
Winstwaarde
ScaleFilter-object.
Zie ook
- enum InterpolationFilterType
- class PreprocessingFilter
- naamruimte Aspose.OCR.Models.PreprocessingFilters
- montage Aspose.OCR