I have followed the instructions from this link: https://github.com/hybridgroup/gocv in order to install GoCV and build it with OpenCV 4.00 Library.
What I need is to use OpenCV's cv::optflow::DualTVL1OpticalFlow
method, but I do not see it in the list of available methods from GoCV package (https://godoc.org/gocv.io/x/gocv) . Is there a way in which I can make use of cv::optflow::DualTVL1OpticalFlow
method inside my GoLang project?