PreprocessCameraImage Method of the ImageProcessingTools Object
This method preprocesses a photo using predefined settings specially designed for different types of photos.
Important! This method can be used for color images only.
Syntax
Visual Basic .NET
Function PreprocessCameraImage( _ Image As Image, _ Preset As PreprocessCameraImagePresetEnum, _ ) As Image
C++
HRESULT PreprocessCameraImage( IImage* Image, PreprocessCameraImagePresetEnum Preset, IImage** Result );
Parameters
- Image
- [in] This variable refers to the Image object which is to be preprocessed.
- Preset
- [in] Specifies one of available presets. See the description of the PreprocessCameraImagePresetEnum constants.
- Result
- [out, retval] A pointer to the IImage* pointer variable that provides access to the resulting image.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30