Hello
Yocto OS : nanbield-6.6.3-1.0.0
Opencv : 4.8.1.imx
I tried to use tracking algorithm using opencv tracking_legacy.hpp.
But when I tried to compile it using sdk that I built, it seems i encounter some issue. the error log is at the attachment file.
Is this a bug in this opencv-imx in this version? and do anyone have solution for this
Thank you
Solved! Go to Solution.
Thank you for your reply.
apparently i use wrong implementation regarding how to use legacy tracker of opencv.
there is a sample file from opencv-contrib that tell us how to use that correctly:
https://github.com/opencv/opencv_contrib/blob/4fc6995375e384b8e25bd6c8693fa8dd2ed4bb0a/modules/track...
Hi
You need update your code, the apis have changed for opencv 4.8.x, please refer documents.
https://docs.opencv.org/4.8.0/d9/df8/group__tracking.html
https://docs.opencv.org/4.8.0/dc/d6b/group__tracking__legacy.html
https://docs.opencv.org/4.8.0/d5/d0b/group__tracking__detail.html
Best Regards
Zhiming
Thank you for your reply.
apparently i use wrong implementation regarding how to use legacy tracker of opencv.
there is a sample file from opencv-contrib that tell us how to use that correctly:
https://github.com/opencv/opencv_contrib/blob/4fc6995375e384b8e25bd6c8693fa8dd2ed4bb0a/modules/track...