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

C++

HRESULT RemoveMotionBlur( IRegion* Region );
    

C#

void RemoveMotionBlur( IRegion Region );
    

Visual Basic .NET

Sub RemoveMotionBlur(Region As IRegion)
    

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

ImageDocument

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.