Initial commit

This commit is contained in:
Alex Eidt 2021-11-22 19:14:37 -08:00
commit 059f46f9ed
10 changed files with 511 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/AlexEidt/test
go 1.16
require gocv.io/x/gocv v0.28.0