MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / image_comparison.py

File image_comparison.py

image_comparator/image_comparison.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import cv2
2def compare_images(image1_path, image2_path):
3 # Read the images
4 image1 = cv2.imread(image1_path)

Callers

nothing calls this directly

Calls 1

compare_imagesFunction · 0.85

Tested by

no test coverage detected