Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
最近想做一个机器视觉录取图像系统,条件是给出一个16*16的点阵图,黑白双色的,如何读取点阵每一行的颜色,生成一个8位16进制的数组,我想显示到一个屏幕上,有想关的识别算法吗
如果位置是固定的,直接检测ROI里面的颜色。
https://book.openmv.cc/image/statistics.html#举例