Code Monkey home page Code Monkey logo

eyedetection's Introduction

Eye Detection

This application reads in a .jpg file of an eye, applies filters to the binary data in that image, and attempts to draw a circle over any detected pupils.

Technical Details

The GUI of this project is written in Python and tkinter. The image filtering and circle detection is done in C++. What is unique and cool about this project is that that the Python calls the C++ binary through Windows CMD prompt. Different teams worked on different components of this project, connecting them together at the last minute.

Project Structure Breakdown

  • ExampleImages
    • Some example pictures of eyes, as well as their converted binary components.
  • EyeDetectionGUI.py
    • The main Python GUI as seen above. Controls all project components and how they fit together.
  • Hough
    • The Hough transform C++ files. Compiled using Dev-C++ for Windows, this exectuable takes in a binary file and tries to find 'edges' in the image, converting it to a black-and-white image of only edges.
  • MiscSfwComp
    • Miscellanous Software Components, various Python scripts that were used in intermediate steps for development. Still could be useful in the future.
  • pupile-detect-phase-II-master
    • The pupil detection C++ files. Compiled using Dev-C++ for Windows, this executable takes in the Hough Transformed binary file and attempts to find all circles in it. This information is written to an output file, which is read in by the Python GUI.
  • README.me
    • This file

eyedetection's People

Contributors

davidjvitale avatar emmalihanson avatar gsklyr avatar pauldangpaul avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

webstorage119

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.