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