Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitee.com/jinzhongmin/gocv

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitee.com/jinzhongmin/gocv

  • v0.0.0-20221121100440-7fc49cc41afd
  • Go
  • Socket score

Version published
Created
Source

gocv fork from https://github.com/hybridgroup/gocv

简介

原项目对windows用户不太友好,特别是需要编译opencv,cmake时还需要从github下载其他依赖包,经常编译不成功。 本项目已经编译好了opencv,采用静态链接,go build出的包比较大

使用

引入包

go get gitee.com/jinzhongmin/gocv

构建应用,不需要其他tag,直接静态编译

go build

缺点

  • 第一次编译时间较长
  • 编译出的可执行文件较大

对于原项目修改

  • 删除cuda、contrib、openvino子包
  • 删除编译脚本、docker文件
  • 修改cgo.go文件,将cgo链接改为静态

FAQs

Package last updated on 21 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc