opencv-log
opencv-log copied to clipboard
OpenCV based visual logger for debugging, logging and testing image processing code
Support External PR: Add project setup steps and fix circle ci to running for PR
Currently I'm using regular python logger to log non image data like strings. Is there any option to log text information like we do in regular logger?
Migrate docs from Doctify to Vuepress to make it SEO friendly
Required feature to define custom logger by creating an object of the Logger ```python import cvlog import cv2 # image read using opencv img = cv2.imread("sample.png") cvlog.image(log.Level.ERROR, ing) #root logger...