Skip to content

Instantly share code, notes, and snippets.

View FreakTheMighty's full-sized avatar

Jesse Vander Does FreakTheMighty

  • Los Angeles, CA
View GitHub Profile
@FreakTheMighty
FreakTheMighty / calibrate.py
Last active August 29, 2015 14:01
OpenCV Calibration Script
#!/usr/bin/env python
import numpy as np
import cv2
# built-in modules
import os
USAGE = '''
@FreakTheMighty
FreakTheMighty / undistort.py
Last active August 29, 2015 14:01
Undistort Script
#!/usr/bin/env python
import sys
import argparse
import os
import cv
import cv2
import numpy