Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to run OpenCV method inside GoLang Project?

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?

How to run OpenCV method inside GoLang Project?

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?