Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
/ animaloptics Public archive

Simulating animal vision (final project for CSE 455 at UW)

License

Notifications You must be signed in to change notification settings

readicculus/animaloptics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animaloptics

Project structure outline of important things

.
├── figs
│   └── figures we made and code to generate them
├── data
│   └── currently just formatted acuity data from the source below for various species and many birds.
├── simulator
|   ├── Simulator.py # functional for twitter bot will make it easier if we add to this project more
|   ├── dog.py # takes an image returns an image of dog vision simulation
│   └── translations.py # various helper functions for acuity translations and other stuff
├── twitterbot                
│   └── everything twitter bot related
└── README.md

Steps

  1. Cone catch modeling
  2. Acuity control
  3. Brightness discrimination

Things that would improve this

  • Cameras arent consistent and since raw images are the ideal data to be working with we could create a linearization model by first taking an image of a known color pallete.[2]

Sources

Data

List of common animal spatial acuities

http://www.empiricalimaging.com/knowledge-base/list-of-animal-spatial-acuities/

A poster we made overviewing the project can be found here.

About

Simulating animal vision (final project for CSE 455 at UW)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages