Final Post with code and image

Here’s how the project turned out: And the code for the project: import cv2 import numpy as np import argparse import math from scipy.spatial import distance #ap = argparse.ArgumentParser() #ap.add_argument(“-i”, “–image”, required = True, help …

In conclusion

1) Describe your final project. What have you accomplished over the course of the semester? The goal of my final project was to create an IPD (inter-pupillary distance) calculator, i.e a program that detects and …

Final Week

Last week was spent trying different camera calibration methods. A few days were spent on the checkerboard method, a few more on sticky notes and other color detection. Many problems cropped up with both these methods. …