Update README.md

This commit is contained in:
Milan Nikolic
2018-10-28 16:43:55 +01:00
committed by GitHub
parent bb676e4e44
commit 72f12931da

View File

@@ -16,7 +16,7 @@ or
### Build tags
* `cv3` - build with OpenCV 3.x [gocv](https://github.com/hybridgroup/gocv), default is version 2.x via [go-opencv](https://github.com/lazywei/go-opencv)
* `cv3` - build with `OpenCV` 3.x [gocv](https://github.com/hybridgroup/gocv), default is version 2.x via [go-opencv](https://github.com/lazywei/go-opencv)
* `native` - build with native Go [V4L](https://github.com/korandiz/v4l) implementation on Linux/RPi instead of `OpenCV`
* `jpeg` - build with native Go `image/jpeg` instead of `libjpeg-turbo`