OpenCV fonts

OpenCV fonts

putText function can be used to render text on image. Below fonts are available to use with OpenCV. enum HersheyFonts { FONT_HERSHEY_SIMPLEX = 0, //!< normal size sans-serif font FONT_HERSHEY_PLAIN…