Skip to content

Instantly share code, notes, and snippets.

@nsdub
nsdub / compare.py
Created November 9, 2013 07:42 — forked from astanin/compare.py
#!/usr/bin/env python
"""Compare two aligned images of the same size.
Usage: python compare.py first-image second-image
"""
import sys
from scipy.misc import imread
from scipy.linalg import norm