How to run OpenCV method inside GoLang Project? [closed]
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?
Please read faq :
May be you can ask help in this post but it is off topic
please make an issue here ,
(indeed the optflow module from contrib did not make it yet into gocv !)