Input Image =========== In order to use many of the Trueface AI inference functions (face detection, face recognition, etc), you must first set the image. The SDK is stateful meaning that once you set the image, it will persist until the next call to ``setImage`` is made. This means that you can set the image once then call various functions on that same image. Once you have set the image, you are ready to start calling the various Trueface AI inference functions. .. doxygenfunction:: Trueface::SDK::setImage(std::string imageFile) .. doxygenfunction:: Trueface::SDK::setImage(uint8_t *image, uint16_t width, uint16_t height, ColorCode color, int stride = 0) .. doxygenfunction:: Trueface::SDK::setImage(const std::vector &encodedImageBuffer) .. doxygenenum:: Trueface::ColorCode