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.

TDA4VM: About C66 VXLIB_BOX_*** .

Part Number: TDA4VM

Hi TI,

We are developing TDA4VM.

I am looking for a box filter to work with uint8 images.

However, there is only one "VXLIB_box_3x3_i8u_o8u" in the path "vxlib/packages/ti/vxlib/src/vx/VXLIB_box_3x3_i8u_o8u".

I want to modify the box filter radius like the erosion algorithm "VXLIB_erode_3x3_i8u_i8u_o8u" and "VXLIB_erode_MxN_i8u_i8u_o8u" to process the image.
I wonder if I need to implement this algorithm "VXLIB_box_MxN_i8u_o8u" myself.


Thanks a lot !

Best