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 71163a60e3 相机添加矫正文件,链接输出图像 2 years ago
3rdparty 模板匹配前,大模板和图像均放缩到50% 2 years ago
doc 扫码器和传感器等功能模块json 2 years ago
runner17/Release 相机添加矫正文件,链接输出图像 2 years ago
src 相机添加矫正文件,链接输出图像 2 years ago
tpvs17 修改相机json,图像接入算法和通讯 2 years ago
.gitignore 相机添加矫正文件,链接输出图像 2 years ago
README.md 修改相机json,图像接入算法和通讯 2 years ago

README.md

SmokeBoxIdentification

Identify the types and quantities of smoke boxes

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

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

2、相机采图后至算法使用期间通讯格式、图像保存等各种规范修改。

遗留冲突问题:

1、ADModule中有个确认WorkMode问题怀疑可能是出入库之前要做区别导致很多相机操作是跟WorkMode有关的。

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

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

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

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

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

图片矫正:

m_calib->FixImage(m_imgOrigin, m_imgFixed);