Skip to content

A new approach to optimizing the ophthalmological surgery process using automation techniques.

License

Notifications You must be signed in to change notification settings

mycoal99/AlconCapstone

Repository files navigation

AlconCapstone NGENUITY 3D Vision System

Contributors Forks Stargazers Issues MIT License

Table of Contents
  1. About The Project
  2. Core Components
  3. Acknowledgements

Overview

Motivation and Background

Streamlining eye surgery through automation means that doctors will be able to bring improved vision to more patients and restore one of the most important human senses. With the prediction that the world’s population will increase by about one-third and along with it, the demand for cataract surgery, optometrists will struggle to keep up with the demand. At the relatively low rate at which optometrists are trained, the demand will outpace the current solution. Automation of the NGENUITY 3D Visualization system will drastically cut down the amount of time medical professionals will need to spend on preparing the patient for surgery and in turn allow optometrists to help more patients.

Existing Solutions

The increase in cataract surgery demand is already causing great concern in the medical community and there are solutions currently being used to alleviate the problem. Beyond changes in administrative workflow, using lasers to make incisions increases consistency and accuracy while decreasing the amount of time to make the incisions, however even with advances in the actual surgical operation technology,systems using lasers will still benefit from decreasing the actual setup time through automation.

Built With

Core Components

Facial Detection

The facial detection will be used to both uniquely identify the patient and determine where precisely they are in the room so that the robot can prepare for surgery. The facial detection algorithm will be run on each frame of the video four times, once at each right angle of the frame, to detect the patient at any orientation. Additionally, for each frame, the algorithm will compare the current detected face, with any previously recorded faces to determine if it is the same face. If the eye coordinates and the orientation of the current face is similar to a previous face, the algorithm will update that face, rather than saving the current face as a new face. The patient will be determined as the face that has the highest probability of being a face, and has been in the most frames of the video. The coordinates of the patient’s eyes, and the orientation of their face will be saved and sent to the robot controller, so that the robot can be moved above the correct eye of the patient, and rotated to the desired orientation.

Eye Detection

The eye detection algorithm will use iris and pupil detection to detect the patient's eye. The eye detection algorithm uses the eye coordinates returned from the facial detection algorithm to move the robot camera into the relative area of the patient's eye then uses image processing techniques to perform iris and pupil detection. Once the iris and pupil are detected the eye detection interacts with the robot to make use of the existing focus and zoom functions on the camera to clarify the feed of the eye.

Simulation Environment

The simulation environment will act as an abstraction of the actual environment that the software will be used in. The simulation will include basic controls including: pan left and right to mimic changing x/y-coordinates and a zoom to mimic z-coordinates. The controls will be called by the facial detection algorithm to center and focus the camera onto the patient. The controls are implemented using HTTP requests to the local IP address of the camera. Each time controls need to be accessed, a token is granted to the process looking to access the controls; the token is then used indefinitely until desired controls have been called. The token is then released.

Acknowledgements

We would like to thank our mentors from Alcon - True Vision for their amazing dedication in supporting us through an extremely challenging but amazing learning experience!

About

A new approach to optimizing the ophthalmological surgery process using automation techniques.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages