Data

extension Data: FaceTemplateConvertible

Makes Data convertible to a face template

Since

2.1.0
  • Initialize Data from a face template

    Since

    2.1.0

    Declaration

    Swift

    public init(from faceTemplate: [Float]) throws

    Parameters

    faceTemplate

    Face template

  • Convert this Data to a face template

    Since

    2.1.0

    Declaration

    Swift

    public func faceTemplate() throws -> [Float]