I load a image as FR document now I want to apply operations like reduce motion blur etc which are part of ImageDoumnet object . how do I achieve that.
ImageDocument
Was this article helpful?
0 out of 0 found this helpful
I load a image as FR document now I want to apply operations like reduce motion blur etc which are part of ImageDoumnet object . how do I achieve that.
0 out of 0 found this helpful
Comments
1 comment
Hi,
Sometimes source images may need to be preprocessed before recognition, and FREngine allows to do it by using different methods of the ImageDocument object. For example, you can use the ImageDocument::RemoveMotionBlur method to remove motion blur from the specified region of the image. The method is primarily designed for preprocessing the images obtained by a digital camera. The usage code snippet may be the following:
Please read more in the Developer’s Help file → Guided Tour → Working with Images.
Please sign in to leave a comment.