View Source Evision.FarnebackOpticalFlow (Evision v0.1.12)
Link to this section Summary
Types
Type that represents an Evision.FarnebackOpticalFlow
struct.
Functions
Keyword Arguments
- numLevels:
int
. - pyrScale:
double
. - fastPyramids:
bool
. - winSize:
int
. - numIters:
int
. - polyN:
int
. - polySigma:
double
. - flags:
int
.
Return
- retval:
Evision.FarnebackOpticalFlow
Python prototype (for reference):
Keyword Arguments
- numLevels:
int
. - pyrScale:
double
. - fastPyramids:
bool
. - winSize:
int
. - numIters:
int
. - polyN:
int
. - polySigma:
double
. - flags:
int
.
Return
- retval:
Evision.FarnebackOpticalFlow
Python prototype (for reference):
Return
- retval:
bool
Python prototype (for reference):
Return
- retval:
int
Python prototype (for reference):
Return
- retval:
int
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:
double
Python prototype (for reference):
Return
- retval:
int
Python prototype (for reference):
Positional Arguments
- fastPyramids:
bool
Python prototype (for reference):
Positional Arguments
- flags:
int
Python prototype (for reference):
Positional Arguments
- numIters:
int
Python prototype (for reference):
Positional Arguments
- numLevels:
int
Python prototype (for reference):
Positional Arguments
- polyN:
int
Python prototype (for reference):
Positional Arguments
- polySigma:
double
Python prototype (for reference):
Positional Arguments
- pyrScale:
double
Python prototype (for reference):
Positional Arguments
- winSize:
int
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.FarnebackOpticalFlow{ref: reference()}
Type that represents an Evision.FarnebackOpticalFlow
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
Keyword Arguments
- numLevels:
int
. - pyrScale:
double
. - fastPyramids:
bool
. - winSize:
int
. - numIters:
int
. - polyN:
int
. - polySigma:
double
. - flags:
int
.
Return
- retval:
Evision.FarnebackOpticalFlow
Python prototype (for reference):
create([, numLevels[, pyrScale[, fastPyramids[, winSize[, numIters[, polyN[, polySigma[, flags]]]]]]]]) -> retval
Keyword Arguments
- numLevels:
int
. - pyrScale:
double
. - fastPyramids:
bool
. - winSize:
int
. - numIters:
int
. - polyN:
int
. - polySigma:
double
. - flags:
int
.
Return
- retval:
Evision.FarnebackOpticalFlow
Python prototype (for reference):
create([, numLevels[, pyrScale[, fastPyramids[, winSize[, numIters[, polyN[, polySigma[, flags]]]]]]]]) -> retval
Return
- retval:
bool
Python prototype (for reference):
getFastPyramids() -> retval
Return
- retval:
int
Python prototype (for reference):
getFlags() -> retval
Return
- retval:
int
Python prototype (for reference):
getNumIters() -> retval
Return
- retval:
int
Python prototype (for reference):
getNumLevels() -> retval
Return
- retval:
int
Python prototype (for reference):
getPolyN() -> retval
Return
- retval:
double
Python prototype (for reference):
getPolySigma() -> retval
Return
- retval:
double
Python prototype (for reference):
getPyrScale() -> retval
Return
- retval:
int
Python prototype (for reference):
getWinSize() -> retval
Positional Arguments
- fastPyramids:
bool
Python prototype (for reference):
setFastPyramids(fastPyramids) -> None
Positional Arguments
- flags:
int
Python prototype (for reference):
setFlags(flags) -> None
Positional Arguments
- numIters:
int
Python prototype (for reference):
setNumIters(numIters) -> None
Positional Arguments
- numLevels:
int
Python prototype (for reference):
setNumLevels(numLevels) -> None
Positional Arguments
- polyN:
int
Python prototype (for reference):
setPolyN(polyN) -> None
Positional Arguments
- polySigma:
double
Python prototype (for reference):
setPolySigma(polySigma) -> None
Positional Arguments
- pyrScale:
double
Python prototype (for reference):
setPyrScale(pyrScale) -> None
Positional Arguments
- winSize:
int
Python prototype (for reference):
setWinSize(winSize) -> None