FaceTemplateConvertible

public protocol FaceTemplateConvertible

Makes a type convertible to a face template

Since

2.1.0
  • Initialize from a face template

    Since

    2.1.0

    Declaration

    Swift

    init(from faceTemplate: [Float]) throws

    Parameters

    faceTemplate

    Face template

  • Convert to a face template

    Since

    2.1.0

    Declaration

    Swift

    func faceTemplate() throws -> [Float]