1 Star 0 Fork 0

jinzhongmin / gocv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.go 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
jinzm 提交于 2022-11-21 13:08 . first commit
package gocv
/*
#include <stdlib.h>
#include "version.h"
*/
import "C"
// GoCVVersion of this package, for display purposes.
const GoCVVersion = "0.31.0"
// Version returns the current golang package version
func Version() string {
return GoCVVersion
}
// OpenCVVersion returns the current OpenCV lib version
func OpenCVVersion() string {
return C.GoString(C.openCVVersion())
}
Go
1
https://gitee.com/jinzhongmin/gocv.git
git@gitee.com:jinzhongmin/gocv.git
jinzhongmin
gocv
gocv
7fc49cc41afd

搜索帮助

53164aa7 5694891 3bd8fe86 5694891