Skip to content

Instantly share code, notes, and snippets.

@lucapiccinelli
Last active March 28, 2016 19:29
Show Gist options
  • Save lucapiccinelli/b8249ff599c13f66b1b7 to your computer and use it in GitHub Desktop.
Save lucapiccinelli/b8249ff599c13f66b1b7 to your computer and use it in GitHub Desktop.
Barcodes tutorial
import cv2
import matplotlib.pyplot as plt
im = cv2.imread(r’img\barcodes.jpg’, cv2.IMREAD_GRAYSCALE)
plt.imshow(im, cmap=’Greys_r’)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment