Progress This week I started to build the workings of the Landolt C test. The test needs to run a specific number of trials, a certain number of times, at specific distances, with rest between …
Visual Acuity, Post 3
Progress This week I finished off the fixed head method of what i’m calling the Landolt V(virtual) test. Both test types are complete, and record data on the actual position of the C object plane …
CS 699, week4
Accomplishment: Thanks for the support from Kevin and Ross, we successfully built an Unity project which realize cluster launching and synchronous playback with one head node and one sub node with two screens. Challenges: …
Visual Acuity, Post 2
Progress This week starting Wednesday I worked toward getting the free head motion Landolt C test running in a virtual environment. For now I’m using the HTC vive, only because it’s what I’m most familiar …
CS 699, week2
Accomplishments: I successfully finished my first MR project. I followed the tutorial to set up the camera, project settings, create a cube scene, and build and deploy the project to HoloLens using Visual Studio. The …
CS 699, week1
Accomplishments: The main thing I did this week is about background learning. I started with Windows Mixed Reality documentation. I learnt the basic concepts of mixd reality: the relationship between human, environment, and computer, AR, …
Visual Acuity, Week 1
Progress This week I started building the unity project for the Landolt C test, as well as continuing to learn about optometry in an effort to better understand the underlying principles of what I’m doing. …
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. …