Help with people detection and tracking

asked 2020-08-22 17:48:19 -0600

timoinnewton gravatar image

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

edit retag flag offensive close merge delete

Comments

opencv3.4.1 -- terribly outdated

berak gravatar imageberak ( 2020-08-22 19:25:28 -0600 )edit

I am getting a bunch of LNK2019 and LNK2001 errors

we can only help, if you mention those explicitly

@timoinnewton please start all over

berak gravatar imageberak ( 2020-08-22 19:31:43 -0600 )edit

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'

timoinnewton gravatar imagetimoinnewton ( 2020-08-23 15:03:57 -0600 )edit

Thanks berak for the advice.

timoinnewton gravatar imagetimoinnewton ( 2020-08-29 13:10:18 -0600 )edit