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

navarasu navarasu Last update: Sep 30, 2021

opencv-log

Pypi Version Build Status Coverage Status MIT License

An OpenCV based visual logger for debugging,logging and testing reporting an image processing code.

Why opencv-log?

Visually Debug, Log and Test an Image Processing Code using OpenCV and Python

Installation

Use the package manager pip toinstall.

pip install opencv-log

Documentation: https://navarasu.github.io/opencv-log

A Simple Usage

import cvlog as logimport cv2# image read using opencvimg = cv2.imread("sample.png")log.image(log.Level.ERROR, img)

Just by switching mode, you can use the same line of code for loggingand debugging. Also you can log houghlines, countour and more.

Refer docs to get started.

Contributing

Pull requests are welcome. For major changes, please open an issue firstto discuss what you would like to change.

Please make sure to update tests as appropriate.

ReferGuidelinesfor more information.

License

MIT

PRAGMA foreign_keys = off; BEGIN TRANSACTION; COMMIT TRANSACTION; PRAGMA foreign_keys = on;

Subscribe to our newsletter