Skip to content

mmueller/cv

Repository files navigation

Computer Vision exercises

These are some programs I'm developing while working through the Szeliski computer vision book. They're probably not of general interest unless you're looking for some cheesy OpenCV examples written in C++.

Building and running

# Install dependencies (on Ubuntu):
sudo apt-get install cmake libopencv-dev

# Install dependencies (on OSX):
brew tap homebrew/science
brew install opencv

# Clone sources
cd somewhere
git clone https://github.com/mmueller/cv.git

# Make a build directory
cd cv
mkdir build

# Build stuff
cd build
cmake ..
make

# Run stuff
./color_balance

About

Computer vision exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published