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

635 B

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);