Skip to main content

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])

Commands

Key Input Action
ESC exit
C capture cropped images
A decrease the crop size
S increase the crop size
Z decrease the zoom size
X increase the zoom size

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

opencv_compare-0.0.3-py3-none-any.whl (4.0 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