| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgab.opencv.Flow
public class Flow
| Constructor Summary | |
|---|---|
Flow(PApplet parent)
 | 
|
| Method Summary | |
|---|---|
 void | 
calculateOpticalFlow(Mat m)
 | 
 void | 
draw()
 | 
 PVector | 
getAverageFlow()
 | 
 PVector | 
getAverageFlowInRegion(int x,
                       int y,
                       int w,
                       int h)
 | 
 PVector | 
getFlowAt(int x,
          int y)
 | 
 int | 
getIterations()
 | 
 int | 
getLevels()
 | 
 int | 
getPolyN()
 | 
 double | 
getPolySigma()
 | 
 double | 
getPyramidScale()
 | 
 PVector | 
getTotalFlow()
 | 
 PVector | 
getTotalFlowInRegion(int x,
                     int y,
                     int w,
                     int h)
 | 
 int | 
getWindowSize()
 | 
 boolean | 
hasFlow()
 | 
 int | 
height()
 | 
 void | 
setIterations(int i)
 | 
 void | 
setLevels(int n)
 | 
 void | 
setPolyN(int n)
 | 
 void | 
setPolySigma(double s)
 | 
 void | 
setPyramidScale(double v)
 | 
 void | 
setWindowSize(int s)
 | 
 int | 
width()
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Flow(PApplet parent)
| Method Detail | 
|---|
public int width()
public int height()
public boolean hasFlow()
public void calculateOpticalFlow(Mat m)
public PVector getTotalFlowInRegion(int x,
                                    int y,
                                    int w,
                                    int h)
public PVector getAverageFlowInRegion(int x,
                                      int y,
                                      int w,
                                      int h)
public PVector getTotalFlow()
public PVector getAverageFlow()
public PVector getFlowAt(int x,
                         int y)
public void draw()
public void setPyramidScale(double v)
public double getPyramidScale()
public void setLevels(int n)
public int getLevels()
public void setWindowSize(int s)
public int getWindowSize()
public void setIterations(int i)
public int getIterations()
public void setPolyN(int n)
public int getPolyN()
public void setPolySigma(double s)
public double getPolySigma()
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||