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

Uploaded Python 3

File details

Details for the file opencv_compare-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for opencv_compare-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f449bcc324505ccf17c12020ad02e162153f51c7efc4e42c7ed29b107fe5140e
MD5 45707dbd963ec37872b1e390143b73b7
BLAKE2b-256 3624f79cfcfe22a8950f7089f5a72410a816400e7f9154953a0abd4ab962c857

See more details on using hashes here.

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