Skip to content

Commit

Permalink
openvino: update README files for Intel OpenVINO toolkit support
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed May 16, 2018
1 parent 35c6f09 commit c45da33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The GoCV package provides Go language bindings for the [OpenCV 3](http://opencv.

The GoCV package supports the latest releases of Go and OpenCV (v3.4) on Linux, OS X, and Windows. We intend to make the Go language a "first-class" client compatible with the latest developments in the OpenCV ecosystem.

GoCV also supports [Intel OpenVINO](https://software.intel.com/en-us/openvino-toolkit) by using the Photography Vision Library (PVL). Check out the [OpenVINO README](./openvino/pvl/README.md) for more info on how to use GoCV with the Intel OpenVINO toolkit.
GoCV also supports [Intel OpenVINO](https://software.intel.com/en-us/openvino-toolkit). Check out the [OpenVINO README](./openvino/README.md) for more info on how to use GoCV with the Intel OpenVINO toolkit.

## How to use

Expand Down
2 changes: 1 addition & 1 deletion openvino/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using the Intel OpenVINO toolkit

The Intel OpenVINO toolkit is a set of tools and libraries for computer vision applications, that uses computer vision and imaging algorithms developed at Intel. It also includes a complete build of OpenCV.
The [Intel OpenVINO toolkit](https://software.intel.com/en-us/openvino-toolkit) is a set of tools and libraries for computer vision applications, that uses computer vision and imaging algorithms developed at Intel. It also includes a complete build of OpenCV.

GoCV support for the Intel OpenVINO Photography Vision Library (PVL) which can be found in the "gocv.io/x/gocv/openvino/pvl" package. Check out the README.md in the `pvl` directory for more information.

Expand Down

0 comments on commit c45da33

Please sign in to comment.