Skip to main content

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

Project description

https://user-images.githubusercontent.com/20145075/78172497-c8f85380-7473-11ea-9eb6-8963fc879a42.png
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 to install.

pip install opencv-log

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

A Simple Usage

import cvlog as log
import cv2

# image read using opencv
img = cv2.imread("sample.png")

log.image(log.Level.ERROR, img)

Just by switching mode, you can use the same line of code for logging and 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 first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Refer Guidelines for more information.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opencv-log-1.3.0.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

opencv_log-1.3.0-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page