A simple image comparison tool, in OpenCV
Project description
OpenCV Compare
A simple image comparison tool, in OpenCV
Installation
pip install opencv-compare
Usage
python -m opencv_compare path/to/images/
import cv2
from opencv_compare import compare
image1 = cv2.imread("image1.png")
image2 = cv2.imread("image2.png")
image3 = cv2.imread("image3.png")
compare([image1, image2, image3])
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for opencv_compare-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91c4a5834e7ac1159be6832253fc15eb1653bcb5ce03f4956c541e38e6e11721 |
|
MD5 | b3e214d27c974dbe3f550589f1938885 |
|
BLAKE2b-256 | 64d001017ca87b764d245604c21603bfd7290c76b424da5a5aa80f8a9c6d10c7 |