Image Annotation ================ Methods for annotating images with face landmarks, bounding boxes, face recognition labels, and more. After annotating an image, you **must not** run inference functions on that image. You can call multiple annotation methods on the same image. .. doxygenfunction:: Trueface::SDK::drawFaceBoxAndLandmarks .. image:: ../../shared/gifs/face_box_and_landmarks_demo.gif .. doxygenfunction:: Trueface::SDK::drawFaceLandmarks .. image:: ../../shared/gifs/face_landmarks_demo.gif .. doxygenfunction:: Trueface::SDK::drawHeadOrientationAxes .. image:: ../../shared/gifs/face_pose_axes_demo.gif .. doxygenfunction:: Trueface::SDK::drawHeadOrientationBox .. image:: ../../shared/gifs/face_pose_box_demo.gif .. doxygenfunction:: Trueface::SDK::drawCandidateBoundingBoxAndLabel .. image:: ../../shared/gifs/face_recognition_demo.gif .. doxygenfunction:: Trueface::SDK::drawObjectLabels .. doxygenstruct:: Trueface::ColorRGB :members: