Hi,
I'm using VLIB 3_0_0_7 and I didn't find how to use the funcion VLIB_disparity_SAD8 properly.
Is there any doc or sample code showing how to configure and use the VLIB_disparity_SAD8 function.
how to define the size of pCost and pMinCost?
The doc is talking about a "VLIB_testDisparity8" using ARRAY_PAD, but i didn't find that in the VLIB 3_0_0_7 files.
S32 VLIB_disparity_SAD8(const U08 *restrict pLeft,
const U08 *restrict pRight,
U16 *restrict pCost,
U16 *restrict pMinCost,
S08 *restrict pDisparity,
S32 displacement,
U32 width,
S32 pitch,
S32 windowSize);
thank you