Is DIS Optical Flow available on Android?

Hi, I am using Farneback Optical Flow and I am looking for an alternative dense optical flow algorithm implementation. The paper I am trying to implement uses DIS and I would like to use it on Android but it seems it’s only available on desktop. Is there a way to use DIS on Android or any possible alternative libraries?

according the documentation it seems to be available on java

https://docs.opencv.org/master/javadoc/org/opencv/video/DISOpticalFlow.html

Thanks a lot, am I required to compile the source from scratch and enable contribs while running cmake or Is this available as part of the android releases on the official website (Releases - OpenCV) ?

no, it is in the main opencv (4.x) repo, so getting a release should do