public class SparsePyrLKOpticalFlow extends SparseOpticalFlow
Modifier | Constructor and Description |
---|---|
protected |
SparsePyrLKOpticalFlow(long addr) |
Modifier and Type | Method and Description |
---|---|
static SparsePyrLKOpticalFlow |
__fromPtr__(long addr) |
static SparsePyrLKOpticalFlow |
create() |
static SparsePyrLKOpticalFlow |
create(Size winSize) |
static SparsePyrLKOpticalFlow |
create(Size winSize,
int maxLevel) |
static SparsePyrLKOpticalFlow |
create(Size winSize,
int maxLevel,
TermCriteria crit) |
static SparsePyrLKOpticalFlow |
create(Size winSize,
int maxLevel,
TermCriteria crit,
int flags) |
static SparsePyrLKOpticalFlow |
create(Size winSize,
int maxLevel,
TermCriteria crit,
int flags,
double minEigThreshold) |
protected void |
finalize() |
int |
getFlags() |
int |
getMaxLevel() |
double |
getMinEigThreshold() |
TermCriteria |
getTermCriteria() |
Size |
getWinSize() |
void |
setFlags(int flags) |
void |
setMaxLevel(int maxLevel) |
void |
setMinEigThreshold(double minEigThreshold) |
void |
setTermCriteria(TermCriteria crit) |
void |
setWinSize(Size winSize) |
calc, calc
clear, empty, getDefaultName, getNativeObjAddr, save
public static SparsePyrLKOpticalFlow __fromPtr__(long addr)
public static SparsePyrLKOpticalFlow create(Size winSize, int maxLevel, TermCriteria crit, int flags, double minEigThreshold)
public static SparsePyrLKOpticalFlow create(Size winSize, int maxLevel, TermCriteria crit, int flags)
public static SparsePyrLKOpticalFlow create(Size winSize, int maxLevel, TermCriteria crit)
public static SparsePyrLKOpticalFlow create(Size winSize, int maxLevel)
public static SparsePyrLKOpticalFlow create(Size winSize)
public static SparsePyrLKOpticalFlow create()
public Size getWinSize()
public TermCriteria getTermCriteria()
public double getMinEigThreshold()
public int getFlags()
public int getMaxLevel()
public void setFlags(int flags)
public void setMaxLevel(int maxLevel)
public void setMinEigThreshold(double minEigThreshold)
public void setTermCriteria(TermCriteria crit)
public void setWinSize(Size winSize)
protected void finalize() throws java.lang.Throwable
finalize
in class SparseOpticalFlow
java.lang.Throwable
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0