This is a mirror of the original OpenCV bindings for
Go project hosted on Google Code. I
wanted to contribute to it and believe that Github's model for
contributing/sharing code is better so I mirrored it here.
Installing OpenCV from Git
Someone should really make a script out of this.
git clone git://github.com/Itseez/opencv.git
git checkout 2.4.5
NOTE: You may want a different tag...
cd opencv
mkdir build && cd build
cmake ..
make
sudo make install
Contributing
I can't promise that any contributions here will make it back upstream as I
have never contacted the original authors, but who knows! Additionally, there
doesn't seem to be a strong emphasis on testing in the original repo so I'm
going to keep that up here.