Interface IFaceDetection

  • All Known Implementing Classes:
    FaceDetection

    public interface IFaceDetection
    Face detection
    Since:
    1.0.0
    • Method Detail

      • detectFacesInImage

        Face[] detectFacesInImage​(IImageProvider image,
                                  int limit,
                                  int options)
                           throws VerIDCoreException
        Detect faces in image.
        Parameters:
        image - Image in which to detect faces
        limit - Limit the number of detected faces to this value
        options - Flags
        Returns:
        Array of faces
        Throws:
        VerIDCoreException - if the detection fails
        Since:
        1.0.0
      • close

        void close()
        Indicates that the instance will no longer be used and can free its resources.
        Since:
        1.0.0