AliyunFacePoint

@interface AliyunFacePoint : NSObject

* The point of face info

  • * The face id.

    Declaration

    Objective-C

    @property (nonatomic) NSInteger faceId;
  • * The coordinate of the left eye. For example, if the video resolution is (320, 320) and the position of the centroid of the left eye is (100, 100), the coordinate of the left eye is (100.0/320, 100.0/320).

    Declaration

    Objective-C

    @property (nonatomic) CGPoint leftEye;
  • * The coordinate of the right eye.

    Declaration

    Objective-C

    @property (nonatomic) CGPoint rightEye;
  • * The coordinate of the mouth.

    Declaration

    Objective-C

    @property (nonatomic) CGPoint mouth;
  • Undocumented

    Declaration

    Objective-C

    -(float*) getData;
  • Undocumented

    Declaration

    Objective-C

    -(int) getDataLength;