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