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.
smokeboxidentification/README.md

38 lines
899 B
Markdown

3 years ago
# SmokeBoxIdentification
2 years ago
Identify the types and quantities of smoke boxes
这是基于南京烟草版本,把扫码器和传感器等功能做一个是否加载的选项:
2 years ago
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);