Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
cv2
2
def
compare_images(image1_path, image2_path):
3
# Read the images
4
image1 = cv2.imread(image1_path)
Callers
nothing calls this directly
Calls
1
compare_images
Function · 0.85
Tested by
no test coverage detected