When I try to use VPAC LDC function to finish remap to obtain birdview result , I find that
I can use openvx api tivxVpacLdcNode, which has a para for mesh_img needed to be filled.
Furthermore, the para mesh_img is noted optinal in the TIOVX User Guide documents.
Meanwhile, I see usecase such as app_ldc or app_ldc_dof, which have a mesh.txt as mesh_img
data,. My problem is how can I obtain mesh_img data, my I have to compute it on A72?
If my guess is right, we have to distribute another compute task for A72, which will consume
more time. Thus, Can I use tivxVpacLdcNode api to make mesh_img para for Null ?
