Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjreddie/uwimg
https://github.com/pjreddie/uwimg
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjreddie/uwimg
- Owner: pjreddie
- Created: 2023-01-05T04:04:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T03:06:04.000Z (12 months ago)
- Last Synced: 2024-10-14T14:22:56.392Z (about 1 month ago)
- Language: C
- Size: 49.5 MB
- Stars: 41
- Watchers: 4
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
makeand 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](./src/hw0/README.md). Good luck and have fun!