# uwimg **Repository Path**: hellotrik/uwimg ## Basic Information - **Project Name**: uwimg - **Description**: Build your own computer vision library in C - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: hellotrik - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-13 - **Last Updated**: 2022-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 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](./src/hw0/README.md). Good luck and have fun!