Skip to content

AppliedRecognition/Ver-ID-Common-Types-Android

Repository files navigation

Ver-ID Common Types for Android

This library defines types that are common to various parts of the Ver-ID face detection and recognition SDK

Purpose

The purpose of this library is to make different parts of the Ver-ID SDK interoperable and to reduce the number of dependencies needed for a given task. For example, the library defines a face detection interface. All face detection implementations available to the Ver-ID SDK conform to this interface. This makes it easy to swap the face detection for a different implementation that may be better suited for the particular use case.

Essential types

  • Image
    Abstraction of an image type. This type is used by face detection and face recognition. The Image implements the IImage interface.
  • IImage
    Image interface used in face detection and recognition
  • Face
    Represents a face detected in an Image by FaceDetection. This type is supplied along with Image to FaceRecognition to generate a FaceRecognitionTemplate.
  • RecognizableFace
    Contains Face and its corresponding generic face template.
  • FaceDetection
    Face detection interface adopted by classes that detect faces in images.
  • FaceRecognition
    Face recognition interface adopted by classes that extract and compare face recognition templates.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages