opencv-log icon indicating copy to clipboard operation
opencv-log copied to clipboard

OpenCV based visual logger for debugging, logging and testing image processing code

Results 7 opencv-log issues
Sort by recently updated
recently updated
newest added

Support External PR: Add project setup steps and fix circle ci to running for PR

test_improvements

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?

enhancement

Migrate docs from Doctify to Vuepress to make it SEO friendly

documentation

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...

enhancement