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
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
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人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
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.
サインインしてコメントを残してください。