Hi,
I am trying to make an Android application in which I want to detect motion vectors. To start working on that I need access to the Optical Flow functions like:
cv2.calcOpticalFlowPyrLK() or cv2.calcOpticalFlowFarneback()
Problem is that I cannot find it in your wrapper. Did you bind these functions? Forgot about them? Or Just simply used other names? It would be nice to get an answer as fast as possible.
Hi,
I am trying to make an Android application in which I want to detect motion vectors. To start working on that I need access to the Optical Flow functions like:
cv2.calcOpticalFlowPyrLK()orcv2.calcOpticalFlowFarneback()Problem is that I cannot find it in your wrapper. Did you bind these functions? Forgot about them? Or Just simply used other names? It would be nice to get an answer as fast as possible.