Identify the types and quantities of smoke boxes
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
zhou.mengjia 2ee33b7efc 图像转换跳过黑白图、图像保存用LPV 2 years ago
3rdparty 模板匹配前,大模板和图像均放缩到50% 2 years ago
doc 扫码器和传感器等功能模块json 2 years ago
runner17/Release 修改图像匹配算法 2 years ago
src 图像转换跳过黑白图、图像保存用LPV 2 years ago
tpvs17 修改忽略项 2 years ago
.gitignore 修改忽略项 2 years ago
README.md 图像转换跳过黑白图、图像保存用LPV 2 years ago

README.md

SmokeBoxIdentification

Identify the types and quantities of smoke boxes

这是基于南京烟草版本,把扫码器和传感器等功能做一个是否加载的选项:

1、2D模板匹配算法修改

SmokeBoxIdentification.cpp中根据STOCK_CHECK_HEAD等关键词选择哪个相机进行拍照。

所以需要跟通讯对一下,什么信号可以说明是哪个方向的相机进行拍摄。

之前是captureSide和captureTop顶部和侧面拍摄。

相机载入的时候,读入矫正文件:

m_calib->Load(strFileName.toStdString().c_str());

图片矫正:

m_calib->FixImage(m_imgOrigin, m_imgFixed);