Hello everyone,
I am using VISION SDK 2.11.
for(i =0 ;i < 450;i++)
{
for(j =0; j<1800;j++)
{
dest[i*1800*3+j] = src[i*1800*3+j]*arr[j];
}
}
How to utilize Cache for above code.
Please guide me and provide example for same.
Best Regards,
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.
Hello everyone,
I am using VISION SDK 2.11.
for(i =0 ;i < 450;i++)
{
for(j =0; j<1800;j++)
{
dest[i*1800*3+j] = src[i*1800*3+j]*arr[j];
}
}
How to utilize Cache for above code.
Please guide me and provide example for same.
Best Regards,
Poonam