Face Detection ============================== .. autoclass:: tfsdk.TFFacechip Example of a Facechip: .. image:: ../../shared/images/chip.jpg .. automethod:: tfsdk.TFFacechip.save_image .. automethod:: tfsdk.TFFacechip.load_image .. automethod:: tfsdk.TFFacechip.get_height .. automethod:: tfsdk.TFFacechip.get_width .. automethod:: tfsdk.TFFacechip.as_numpy_array .. automethod:: tfsdk.SDK.detect_faces .. automethod:: tfsdk.SDK.detect_largest_face .. automethod:: tfsdk.SDK.get_face_landmarks The order of the face landmarks: .. image:: ../../shared/images/landmarks.png :width: 300pt .. automethod:: tfsdk.SDK.extract_aligned_face .. automethod:: tfsdk.SDK.estimate_head_orientation .. autoclass:: tfsdk.Point :members: :undoc-members: .. autoclass:: tfsdk.FaceBoxAndLandmarks :members: :undoc-members: The order of the face landmarks: .. image:: ../../shared/images/landmarks2.jpg :width: 300pt .. autoclass:: tfsdk.HeadOrientation :members: :undoc-members: