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