Update README
This commit is contained in:
parent
60392006c9
commit
80039ebb47
2 changed files with 34 additions and 23 deletions
31
README.md
31
README.md
|
|
@ -1,8 +1,9 @@
|
|||
#Go OpenCV binding
|
||||
Go OpenCV binding
|
||||
==================
|
||||
|
||||
## Disclaimer
|
||||
A Golang binding for [OpenCV](http://opencv.org/).
|
||||
|
||||
This is a fork of [chai's go-opencv](https://github.com/chai2010/opencv). At the time of the fork (Dec 9, 2013) the original project was inactive, and hence I decide to host a fork on Github so people can contribute to this project easily. However, now it seems to be active again starting from Aug 25, 2014. Efforts to merge the two projects are very welcome.
|
||||
[**DISCLAIMER**](https://github.com/lazywei/go-opencv#disclaimer)
|
||||
|
||||
## Install
|
||||
|
||||
|
|
@ -19,16 +20,23 @@ cd ${GoOpenCVRoot}/samples && go run hellocv.go
|
|||
|
||||
- Install Go and MinGw
|
||||
- install OpenCV-2.4.x to MinGW dir
|
||||
- `libopencv*.dll` --> `${MinGWRoot}\bin`
|
||||
- `libopencv*.lib` --> `${MinGWRoot}\lib`
|
||||
- `include\opencv` --> `${MinGWRoot}\include\opencv`
|
||||
- `include\opencv2` --> `${MinGWRoot}\include\opencv2`
|
||||
|
||||
```
|
||||
# libopencv*.dll --> ${MinGWRoot}\bin
|
||||
# libopencv*.lib --> ${MinGWRoot}\lib
|
||||
# include\opencv --> ${MinGWRoot}\include\opencv
|
||||
# include\opencv2 --> ${MinGWRoot}\include\opencv2
|
||||
|
||||
go get code.google.com/p/go-opencv/trunk/opencv
|
||||
cd ${GoOpenCVRoot}/trunk/samples && go run hellocv.go
|
||||
```
|
||||
|
||||
## TODOs
|
||||
|
||||
- [ ] Better documents
|
||||
- [ ] Split the big package into sub-packages corresponding to the modules described in [OpenCV API Reference](http://docs.opencv.org/modules/core/doc/intro.html)
|
||||
- [ ] Clean up the codes
|
||||
|
||||
## Example
|
||||
|
||||
### Resizing
|
||||
|
|
@ -94,6 +102,9 @@ git push origin your-feature-branch
|
|||
|
||||
- Open a pull request!
|
||||
|
||||
## TODOs
|
||||
- More details doc
|
||||
- Implement more bindings
|
||||
-------------------
|
||||
|
||||
## Disclaimer
|
||||
|
||||
This is a fork of [chai's go-opencv](https://github.com/chai2010/opencv). At the time of the fork (Dec 9, 2013) the original project was inactive, and hence I decide to host a fork on Github so people can contribute to this project easily. However, now it seems to be active again starting from Aug 25, 2014. Efforts to merge the two projects are very welcome.
|
||||
|
||||
|
|
|
|||
0
TODO
0
TODO
Loading…
Add table
Reference in a new issue