calcOpticalFlowSF does not exist
Hi,
I just switched to opencv 3 and must see that the simple flow algorithm calcOpticalFlowSF does not exist. I cannot find it in the sources and it is commented out in the samples. However I find it in opencv 3 documentation. Is it planned to be reincluded?
it is in opencv_contrib , in the optflow module
Thanks for your answer. However, I cannot find opencv_contrib in release 3.0 or 3.1. Even when I search for calcOpticalFlowSF I find nothing. Maybe it is not included in the sources? Environment: Windows 10, VS 2013
you did not follow the link above, did you ?
https://github.com/Itseez/opencv_cont...
ok, now I get it, thanks!