Upgrade gocv dependency

This commit is contained in:
2020-04-04 12:37:58 +02:00
parent 329f429f83
commit 6e2bab83d2
48 changed files with 1896 additions and 135 deletions

2
vendor/gocv.io/x/gocv/Makefile generated vendored
View File

@ -2,7 +2,7 @@
.PHONY: test deps download build clean astyle cmds docker
# OpenCV version to use.
OPENCV_VERSION?=4.1.2
OPENCV_VERSION?=4.2.0
# Go version to use when building Docker image
GOVERSION?=1.13.1