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.

VLIB truncation problems



Hello all,

I'm using VLIB c674x 3.0.0.7 over Omap L138 (C6748 DSP).
"VLIB_conv_7x7_i8_c8s" accepts image width in a "Short" type, which means that the maximum number of pixels the image could be is 32768.

The same problem is with ImageLib, so I can't really switch between them.

My image is 640x360, why is it built for such small images?

Is it about to change?

Thanks,

Yoel

  • Yoel,

    This is not going to change in the next release until there is a significant reason to make the change. The intent of the API is to be used over slices of the image and we believe the current resolution provides enough room to vary the size of the slice of the image that is being processed.

    Please look at the test project source file VLIB_hysteresisThresholding_d.c for how this can be used. Let us know if you have any further questions. We can add a feature request to the library in case this doesn`t suffice your application requirements.

    Regards,

    Rahul