LCBestShotModel
Objective-C
@interface LCBestShotModel : NSObject
Swift
class LCBestShotModel : NSObject
Object of the best shot.
-
Returns the best shot image.
Declaration
Objective-C
- (nonnull UIImage *)getUIImageWarped:(BOOL)hasWarped;Swift
func getUIImageWarped(_ hasWarped: Bool) -> UIImageParameters
hasWarpedIf 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
LCBestShotModel Class Reference