请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
大家好、
我使用的是 VISION SDK 2.11。
对于(i =0;i < 450;i++)
{
对于(j =0;j<1800;j++)
{
dest[i*1800*3+j]= src[i*1800*3+j]*arr[j];
}
}
如何将缓存用于上述代码。
请为我提供指导、并提供相同的示例。
此致、
Poonam
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.
大家好、
我使用的是 VISION SDK 2.11。
对于(i =0;i < 450;i++)
{
对于(j =0;j<1800;j++)
{
dest[i*1800*3+j]= src[i*1800*3+j]*arr[j];
}
}
如何将缓存用于上述代码。
请为我提供指导、并提供相同的示例。
此致、
Poonam