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.

TDA2SX: Bboxes exported by TDA2x are shifted when plotted on PC

Part Number: TDA2SX

Hi

I found that positions drew by Draw2D_drawRect(...) function on TDA2xx are different from positions drew by cv::circle(...) function on PC.

Coordinates used on PC are exported from ObjectDrawLink on TDA2x.

Results on TDA2x

Points (115,276) & (211,258) on 512x512 image

Results on PC

Points (115,276) & (211,258) on 512x512 image