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, calcclear, empty, getDefaultName, getNativeObjAddr, savepublic static SparsePyrLKOpticalFlow __fromPtr__(long addr)
public Size getWinSize()
public void setWinSize(Size winSize)
public int getMaxLevel()
public void setMaxLevel(int maxLevel)
public TermCriteria getTermCriteria()
public void setTermCriteria(TermCriteria crit)
public int getFlags()
public void setFlags(int flags)
public double getMinEigThreshold()
public void setMinEigThreshold(double minEigThreshold)
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()
protected void finalize()
throws Throwable
finalize in class SparseOpticalFlowThrowableCopyright © 2021. All rights reserved.