optical flow help?
So I have a big project in college and I couldn't run the optical flow example from the opencv source files... So I need a running code that does optical flow to an input from a camera. I also need help understanding the functions calcOpticalFlowPyrLK and goodFeaturesToTrack.
and if you could, please tell me what need to be changed in the optical flow exaple to make it run.
The code: https://docs.opencv.org/3.3.0/d2/d0a/...
why couldn't you ?
(we can only help you, if you explain your problems)
Error:Unable to start program D:\visualstudio2015\projects\lk_demo\x64\Debug\lk_demo.exe The system cannot find the file specified
(This .exe file does not exist) I linked in the projet properties as so: C/C++>general>additional include directories> opencv's include folder Linker>general>additional library directories> openCV's lib folred Linker>input>additional dependencies> opencv_world400d.lib
the goodFeaturesToTrack error is that apparently opencv has 2 features by that are very similar and I can't know which one is needed and how to resolve it
addaed the code to the post
sample compiles & runs fine.