|
||||||||
| 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(processing.core.PApplet parent)
|
|
| Method Summary | |
|---|---|
void |
calculateOpticalFlow(Mat m)
|
void |
draw()
|
processing.core.PVector |
getAverageFlow()
|
processing.core.PVector |
getAverageFlowInRegion(int x,
int y,
int w,
int h)
|
processing.core.PVector |
getFlowAt(int x,
int y)
|
Mat |
getFlowMat()
|
int |
getIterations()
|
int |
getLevels()
|
int |
getPolyN()
|
double |
getPolySigma()
|
double |
getPyramidScale()
|
processing.core.PVector |
getTotalFlow()
|
processing.core.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(processing.core.PApplet parent)
| Method Detail |
|---|
public int width()
public int height()
public boolean hasFlow()
public Mat getFlowMat()
public void calculateOpticalFlow(Mat m)
public processing.core.PVector getTotalFlowInRegion(int x,
int y,
int w,
int h)
public processing.core.PVector getAverageFlowInRegion(int x,
int y,
int w,
int h)
public processing.core.PVector getTotalFlow()
public processing.core.PVector getAverageFlow()
public processing.core.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 | |||||||