Skip to content

bsmietanka/cv2_rgb

Repository files navigation

OpenCV RGB

example workflow

This project is a python wrapper over OpenCV library that overrides IO operations so that they work on RGB (not BGR) images by default. Main goal is to mitigate all those pesky bugs when combining operations from multiple computer vision libraries.

Getting Started

Install the package:

pip install cv2-rgb

And replace cv2 packages in your project:

import cv2_rgb as cv2

img_rgb = cv2.imread("file.png")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages