Dear All:
Currently, I use wide VGA (752 x 480) Images and would like to use Vlib Integral Image block in Simulink
While, computing the Integral Image of current frame with TI Vlib the value of the last column of previous Integral Image is progressively added.
Is there a way to avoid this? As continued addition will requires large memory size requirement for the Integral Image. If not what is the advantage of doing so?
As my second questions, the input to the Vlib Integral Image block is a vector where first 1....752 elements form the first row of image, and 752 * (n-1) + 1 ...... 752*n forms the n-th row of the image and so on.
I would like to down-sample the image by factor of 2 simply by neglicting every second pixel in both row and column. However, as the input ot Vlib is sample based is there a way to downsample the images for real-time implementation.
Please let me know if you have implemented Vlib block for generated auto codes for Integral Image and tested on DM6437.
Looking for your assitance, Chandra