1 | initial version |
Okay steps are simple
calcOpticalFlowFarneback
inside the search box at the top right of the pageObject Tracking
part of the video analysis
module which can be found here. #include "opencv2/video.hpp"
2 | No.2 Revision |
Okay steps are simple
calcOpticalFlowFarneback
inside the search box at the top right of the pageObject Tracking
part of the video analysis
module which can be found here. #include "opencv2/video.hpp"
Or if you really only want the tracking part, you can go for #include "opencv2/video/tracking.hpp"
which will allow you to use those functions but not the background foreground segmentation functionality.