This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

硬件仿真 图像输入问题



我们现在做图像算法开发的硬件仿真,工作在dm8127平台。现在我们准备用CCS通过仿真器连接dsp,做算法的硬件调试和仿真。由于是图像算法,故必涉及到如何获取图像。这无外乎两种方法:1.iss获取图像;2.文件读取方式。

如果是第一种方式,该怎么做?如果用第二种方式该怎么做?那种方式简单可行?