OpenCV 3.0.0

org.opencv.video
Class DenseOpticalFlow

java.lang.Object
  extended by org.opencv.core.Algorithm
      extended by org.opencv.video.DenseOpticalFlow
Direct Known Subclasses:
DualTVL1OpticalFlow

public class DenseOpticalFlow
extends Algorithm


Method Summary
 void calc(Mat I0, Mat I1, Mat flow)
           
 void collectGarbage()
           
 
Methods inherited from class org.opencv.core.Algorithm
clear, getDefaultName, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

calc

public void calc(Mat I0,
                 Mat I1,
                 Mat flow)

collectGarbage

public void collectGarbage()

OpenCV 3.0.0 Documentation