Skip to content

Made a 3 month long project on Image processing in c language under a open source course of cs 455 by university of washington contains implementation of image indexing ,image resizing , interpolation , image filtering, image feature extraction and feature matching and panorama making , optical flow neural network without use of any library

Notifications You must be signed in to change notification settings

rohangarg23/image-processing-and-neural-network-implementation-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Made a 3 month long project on Image processing in c language under a open source course of cs 455 by university of washington contains implementation of image indexing ,image resizing , interpolation , image filtering, image feature extraction and feature matching and panorama making , optical flow neural network without use of any library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published