You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a KCFTracker object like this
`KCFTracker tracker(HOG, FIXEDWINDOW, MULTISCALE, LAB), I'm getting the following error when building the project. I'm using VS2012. Could anyone please help ? Thanks in advance.
error LNK2001: unresolved external symbol "public: __thiscall KCFTracker::KCFTracker(bool,bool,bool,bool)" (??0KCFTracker@@QAE@_N000@Z)
The text was updated successfully, but these errors were encountered:
Hi,
When I create a KCFTracker object like this
`KCFTracker tracker(HOG, FIXEDWINDOW, MULTISCALE, LAB), I'm getting the following error when building the project. I'm using VS2012. Could anyone please help ? Thanks in advance.
error LNK2001: unresolved external symbol "public: __thiscall KCFTracker::KCFTracker(bool,bool,bool,bool)" (??0KCFTracker@@QAE@_N000@Z)
The text was updated successfully, but these errors were encountered: