LCBestShot
Objective-C
@interface LCBestShot : NSObject
Swift
class LCBestShot : NSObject
Object of the best shot.
-
Returns the best shot image.
Declaration
Objective-C
- (nonnull UIImage *)getUIImageWarped:(BOOL)hasWarped;
Swift
func getUIImageWarped(_ hasWarped: Bool) -> UIImage
Parameters
hasWarped
If true, the image will be normalized (warped).
-
Returns a face detection area relative to the shot..
Declaration
Objective-C
- (CGRect)getDetection;
Swift
func getDetection() -> CGRect
-
Returns a shot’s AGS. AGS in the range from 0 to 1.
Declaration
Objective-C
- (float)getAGS;
Swift
func getAGS() -> Float
-
Undocumented
Declaration
Objective-C
- (void)processUIImage;
Swift
func processUIImage()