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.

VICP CPIS_affineTransform() function

Hi,  

I used the DM648 chip and call the VICP library function: CPIS_affineTransform( ) Func, However I find the function has some problems,

the height of image is 2048, the width of image is 2432, and my params is that:

angle = 0.0;

scale_x  = 0.25;

scale_y = 0.25;

tx = 0.0;

ty = 0.0;

I think the height of result image is 512, the width of result image is 608.

However the width of result image is 624, and the result image has 16 cols black pixel.

 hope you can reply as soon as possible, thanks!