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