How to run OpenCV method inside GoLang Project? [closed]

asked 2019-03-08 07:14:17 -0600

StefanCepa995 gravatar image

updated 2019-03-08 07:21:43 -0600

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::DualTVL1OpticalFlowmethod, 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?

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by LBerger
close date 2019-03-08 07:54:45.071102

Comments

Please read faq :

Basically the following types of questions are not allowed on this forum:

 ......
    Questions about problems with openCV wrappers (EmguCV, JavaCV, OpenCVSharp, ...) or extension libraries (cvBlobsLib, opencvx, ...).Again these problems should be adressed to the proper fora.

May be you can ask help in this post but it is off topic

LBerger gravatar imageLBerger ( 2019-03-08 07:56:21 -0600 )edit

please make an issue here ,

(indeed the optflow module from contrib did not make it yet into gocv !)

berak gravatar imageberak ( 2019-03-09 02:35:28 -0600 )edit