View Source Evision.SparsePyrLKOpticalFlow (Evision v0.1.10)
Link to this section Summary
Types
Type that represents an Evision.SparsePyrLKOpticalFlow
struct.
Functions
Keyword Arguments
- winSize:
Size
. - maxLevel:
int
. - crit:
TermCriteria
. - flags:
int
. - minEigThreshold:
double
.
Return
- retval:
Evision.SparsePyrLKOpticalFlow
Python prototype (for reference):
Keyword Arguments
- winSize:
Size
. - maxLevel:
int
. - crit:
TermCriteria
. - flags:
int
. - minEigThreshold:
double
.
Return
- retval:
Evision.SparsePyrLKOpticalFlow
Python prototype (for reference):
Return
- retval:
int
Python prototype (for reference):
Return
- retval:
int
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
TermCriteria
Python prototype (for reference):
Return
- retval:
Size
Python prototype (for reference):
Positional Arguments
- flags:
int
Python prototype (for reference):
Positional Arguments
- maxLevel:
int
Python prototype (for reference):
Positional Arguments
- minEigThreshold:
double
Python prototype (for reference):
Positional Arguments
- crit:
TermCriteria
Python prototype (for reference):
Positional Arguments
- winSize:
Size
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.SparsePyrLKOpticalFlow{ref: reference()}
Type that represents an Evision.SparsePyrLKOpticalFlow
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
Keyword Arguments
- winSize:
Size
. - maxLevel:
int
. - crit:
TermCriteria
. - flags:
int
. - minEigThreshold:
double
.
Return
- retval:
Evision.SparsePyrLKOpticalFlow
Python prototype (for reference):
create([, winSize[, maxLevel[, crit[, flags[, minEigThreshold]]]]]) -> retval
Keyword Arguments
- winSize:
Size
. - maxLevel:
int
. - crit:
TermCriteria
. - flags:
int
. - minEigThreshold:
double
.
Return
- retval:
Evision.SparsePyrLKOpticalFlow
Python prototype (for reference):
create([, winSize[, maxLevel[, crit[, flags[, minEigThreshold]]]]]) -> retval
Return
- retval:
int
Python prototype (for reference):
getFlags() -> retval
Return
- retval:
int
Python prototype (for reference):
getMaxLevel() -> retval
Return
- retval:
double
Python prototype (for reference):
getMinEigThreshold() -> retval
Return
- retval:
TermCriteria
Python prototype (for reference):
getTermCriteria() -> retval
Return
- retval:
Size
Python prototype (for reference):
getWinSize() -> retval
Positional Arguments
- flags:
int
Python prototype (for reference):
setFlags(flags) -> None
Positional Arguments
- maxLevel:
int
Python prototype (for reference):
setMaxLevel(maxLevel) -> None
Positional Arguments
- minEigThreshold:
double
Python prototype (for reference):
setMinEigThreshold(minEigThreshold) -> None
Positional Arguments
- crit:
TermCriteria
Python prototype (for reference):
setTermCriteria(crit) -> None
Positional Arguments
- winSize:
Size
Python prototype (for reference):
setWinSize(winSize) -> None