Kofax Mobile SDK API Reference
kfxKEDGlareRemover.h
Go to the documentation of this file.
1 //
2 // kfxKEDGlareRemover.h
3 // kfxLibEngines
4 //
5 // Created by Kofax on 09/05/19.
6 // Copyright © 2019 Mark Day. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "kfxKEDImage.h"
11 
12 
13 @interface kfxKEDGlareRemover : NSObject
14 
15 // API to remove glare on the images that are passed in.
24 -(kfxKEDImage*)removeGlare:(NSArray<kfxKEDImage*>*)imageArray errorCode:(int*)code;
25 
26 // API to get the glare fraction for a given image
34 -(double)getGlareFraction:(kfxKEDImage*)image;
35 
36 @end
37 
Definition: kfxKEDGlareRemover.h:13
An Image object contains an image and associated data.
Definition: kfxKEDImage.h:157
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.