RemoveMotionBlur Method of the ImageDocument Object
This method removes motion blur from the specified region of the image. The method is primarily designed for preprocessing the images obtained by a digital camera.
Syntax
HRESULT RemoveMotionBlur( IRegion* Region );
Parameters
- Region
- [in] This parameter of the Region type specifies the set of rectangles to remove motion blur from. The coordinates of rectangles are related to the deskewed black-and-white page of the ImageDocument. This parameter may be 0. In this case, the motion blur is removed from the whole image.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
This method removes blur from the black-and-white, gray, and color image planes of the ImageDocument. All the other pages are deleted from the ImageDocument. They will be created upon demand.
See also
03.07.2024 8:50:25