Help with people detection and tracking
Hi I was following the example in this video https://www.youtube.com/watch?v=BCJYo.... To build the code in this example I need OpenCV 3.4.1 tracking.hpp which I understand can be found at https://github.com/opencv/opencv_cont... I was using this tutorial to combine the two https://www.youtube.com/watch?v=_fqpY... adding tracking to the final cmake file. This seems to work fine and building the output of the cmake file seems to go without a hitch, but when I build the code here https://www.youtube.com/watch?v=BCJYo... I am getting a bunch of LNK2019 and LNK2001 errors. I am not sure how to address these errors and any help would be appreciated. Thanks
opencv3.4.1 -- terribly outdated
we can only help, if you mention those explicitly
@timoinnewton please start all over
Is there a tracking tutorial that uses a later version of opencv4 that I can follow along?
I didn't know to add any additional dependencies to the Linker. When I did I get a LNK1104 cannot open file 'opencv_calib3d3410.obj' which leads me to guess that the cmake files are bad should it not be 'opencv_calib3d3410.lib'
Thanks berak for the advice.