PreprocessingFilter.Scale
Scale(float)
Skala om bilden - Uppskala eller minska bildupplösningen. InterpolationFilterType = Lanczos8
public static PreprocessingFilter Scale(float ratio)
Parameter | Typ | Beskrivning |
---|---|---|
ratio | Single | Skalningsfaktorn.Rekommenderas från 0,1 till 1 för att krympa. Från 1 till 10 för att förstora. |
Returvärde
ScaleFilter-objekt.
Se även
- class PreprocessingFilter
- namnutrymme Aspose.OCR.Models.PreprocessingFilters
- hopsättning Aspose.OCR
Scale(float, InterpolationFilterType)
Skala om bild - Uppskala eller minska bildupplösningen.
public static PreprocessingFilter Scale(float ratio, InterpolationFilterType type)
Parameter | Typ | Beskrivning |
---|---|---|
ratio | Single | Skalningsfaktorn.Rekommenderas från 0,1 till 1 för att krympa. Från 1 till 10 för att förstora. |
type | InterpolationFilterType | InterpolationFilterType |
Returvärde
ScaleFilter-objekt.
Se även
- enum InterpolationFilterType
- class PreprocessingFilter
- namnutrymme Aspose.OCR.Models.PreprocessingFilters
- hopsättning Aspose.OCR