Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
/ VOSS Public archive
forked from wheelsam/uwimg

Coursework for CSE 455 Computer Vision, 19AU, University of Washington

Notifications You must be signed in to change notification settings

Ftywan/VOSS

 
 

Repository files navigation

Build Your Own Vision Library!

In this repository you will find instructions on how to build your own image processing/computer vision library from (mostly) scratch. The work is divided out into different homework assignments, found in the src/ directory.

To get started, make sure you have git, a C compiler, and make installed. Then run:

git clone https://github.com/pjreddie/uwimg
cd uwimg
make

and check to see that everything compiles correctly. Then, to get started, open up the README for homework 0 in src/hw0/README.md, or view it here. Good luck and have fun!

About

Coursework for CSE 455 Computer Vision, 19AU, University of Washington

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.4%
  • Python 2.6%
  • Other 1.0%