go-opencv

module
v0.0.0-...-eafee07 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2013 License: BSD-3-Clause

README

Go bindings for OpenCV

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.

  1. git clone git://github.com/Itseez/opencv.git
  2. git checkout 2.4.5
    1. NOTE: You may want a different tag...
  3. cd opencv
  4. mkdir build && cd build
  5. cmake ..
  6. make
  7. 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.

  1. Fork it
  2. Commit your changes
  3. Submit a pull request

Directories

Path Synopsis
Bindings for Intel's OpenCV computer vision library.
Bindings for Intel's OpenCV computer vision library.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL