Coder Social home page Coder Social logo

barcode's Introduction

开发流程说明

分支管理:

dev : 开发分支,最新的功能、优化等统一合入此分支(简称dev),前身是test

alpha/v01 : 经集成测试后确认稳定的分支(可以展示的分支),v01,v02代表版本号,每次迭代在dev分支测试后拉出一个新alpha分支,例如本周日完成一次迭代,三个人一起对dev分支确认测试通过后拉出一个新分支alpha/v02,并将这次迭代新增的功能、优化等添加到开发记录中。例如:

alpha/v01 2020/10/22 识别EAN13

往alpha分支合入bugfix需要通过pr形式,2人以上review

master: 经大量测试及代码规范检查之后确认可以合入opencv的分支,由稳定的alpha版本合入。

规范commit信息格式:

branch xxx

commit 内容说明

How To use Cmake:编译说明

在CMake下面建一个OpenCVPath.cmake, 里面放

set(OpenCV_DIR ${YOUR_OPENCV_DIR})
# 比如"C:/repo/opencv_build/Install/opencv"

示例

set(OpenCV_DIR "C://repo//opencv_build//Install//opencv")

同时确认环境变量配置了.(*/opencv/x64/vc16/bin)
然后用visual studio-文件-打开-cmake,打开CMakeLists.txt.
即可跑通BarCodeTest_test.exe.

barcode's People

Contributors

darkliang avatar wangberlint avatar certseeds avatar

Forkers

2catycm

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.