Dense Optical Flow (DualTVL1) in NDK

asked 2014-05-19 03:48:00 -0600

Dawit gravatar image

i want to compute Dense Optical Flow using OpenCV android NDK but i can only find Video.calcOpticalFlowFarneback dense optical flow function which doesn't give me the result i want.

anyone who can tell me how to find createOptFlow_DualTVL1() function in Android NDK. i am using OpenCV-2.4.5-android-sdk.

Thanks in advance

edit retag flag offensive close merge delete

Comments

I am afraid it is not in the android wrapper yet. You can always check the Java based code in the java docs!

StevenPuttemans gravatar imageStevenPuttemans ( 2014-05-20 02:26:53 -0600 )edit
1

Ok. Thanks.

Dawit gravatar imageDawit ( 2014-05-20 02:52:54 -0600 )edit