Hi community,
I created a sparse optical flow (vector field) from KLT but I want to extend this to a dense optical flow (like Gunnar Farnback is doing). I found the function cv::ximgproc::EdgeAwareInterpolator() but this is very slow and without any acceleration. Could someone give me a hint?