This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 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);