Interface FaceTracker

All Known Implementing Classes:
FaceTracker.CppProxy

public interface FaceTracker
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  FaceTracker.CppProxy  
  • Method Summary

    Modifier and Type Method Description
    int getFaceIndex()  
    boolean hasFace()  
    void setFaceIndex​(int index)  
  • Method Details

    • setFaceIndex

      void setFaceIndex​(int index)
    • getFaceIndex

      int getFaceIndex()
    • hasFace

      boolean hasFace()