Dense Optical Flow (DualTVL1) in NDK
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
I am afraid it is not in the android wrapper yet. You can always check the Java based code in the java docs!
Ok. Thanks.