Kofax Mobile SDK API Reference
Instance Methods | List of all members
kfxKEDGlareRemover Class Reference

#import <kfxKEDGlareRemover.h>

Inheritance diagram for kfxKEDGlareRemover:

Instance Methods

(kfxKEDImage *) - removeGlare:errorCode:
 
(double) - getGlareFraction:
 

Method Documentation

- (double) getGlareFraction: (kfxKEDImage *)  image

User calls this method to get the amount of glare on an image

Parameters
image: image that should be passed to get the glare fraction.
Returns
This metod returns glare fraction.
- (kfxKEDImage*) removeGlare: (NSArray< kfxKEDImage * > *)  imageArray
errorCode: (int *)  code 

User calls this method to remove glare using the passed in images

Parameters
imageArray: An array of kfxKEDImage. Should pass in two of these objects captured at different angles so that glare would be distributed at different places. Of these, the reference image that user wants to perform glare removal should be passed as the first object of the array.
code: Will contain the success/error code.
Returns
This metod returns a glare free image.

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.