View Source Evision.FarnebackOpticalFlow (Evision v0.1.7)

Link to this section Summary

cv

##### Keyword Arguments

##### Keyword Arguments

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

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 cv

##### Keyword Arguments

  • numLevels: int.
  • pyrScale: double.
  • fastPyramids: bool.
  • winSize: int.
  • numIters: int.
  • polyN: int.
  • polySigma: double.
  • flags: int.

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.

Python prototype (for reference):

create([, numLevels[, pyrScale[, fastPyramids[, winSize[, numIters[, polyN[, polySigma[, flags]]]]]]]]) -> retval

Python prototype (for reference):

getFastPyramids() -> retval

Python prototype (for reference):

getFlags() -> retval

Python prototype (for reference):

getNumIters() -> retval

Python prototype (for reference):

getNumLevels() -> retval

Python prototype (for reference):

getPolyN() -> retval

Python prototype (for reference):

getPolySigma() -> retval

Python prototype (for reference):

getPyrScale() -> retval

Python prototype (for reference):

getWinSize() -> retval
Link to this function

setFastPyramids(self, fastPyramids)

View Source
Positional Arguments
  • fastPyramids: bool

Python prototype (for reference):

setFastPyramids(fastPyramids) -> None
Positional Arguments
  • flags: int

Python prototype (for reference):

setFlags(flags) -> None
Link to this function

setNumIters(self, numIters)

View Source
Positional Arguments
  • numIters: int

Python prototype (for reference):

setNumIters(numIters) -> None
Link to this function

setNumLevels(self, numLevels)

View Source
Positional Arguments
  • numLevels: int

Python prototype (for reference):

setNumLevels(numLevels) -> None
Positional Arguments
  • polyN: int

Python prototype (for reference):

setPolyN(polyN) -> None
Link to this function

setPolySigma(self, polySigma)

View Source
Positional Arguments
  • polySigma: double

Python prototype (for reference):

setPolySigma(polySigma) -> None
Link to this function

setPyrScale(self, pyrScale)

View Source
Positional Arguments
  • pyrScale: double

Python prototype (for reference):

setPyrScale(pyrScale) -> None
Link to this function

setWinSize(self, winSize)

View Source
Positional Arguments
  • winSize: int

Python prototype (for reference):

setWinSize(winSize) -> None

Link to this section Functions

Raising version of create/0.

Raising version of create/1.

Raising version of getFastPyramids/1.

Raising version of getFlags/1.

Raising version of getNumIters/1.

Raising version of getNumLevels/1.

Raising version of getPolyN/1.

Raising version of getPolySigma/1.

Raising version of getPyrScale/1.

Raising version of getWinSize/1.

Link to this function

setFastPyramids!(self, fastPyramids)

View Source

Raising version of setFastPyramids/2.

Raising version of setFlags/2.

Link to this function

setNumIters!(self, numIters)

View Source

Raising version of setNumIters/2.

Link to this function

setNumLevels!(self, numLevels)

View Source

Raising version of setNumLevels/2.

Raising version of setPolyN/2.

Link to this function

setPolySigma!(self, polySigma)

View Source

Raising version of setPolySigma/2.

Link to this function

setPyrScale!(self, pyrScale)

View Source

Raising version of setPyrScale/2.

Link to this function

setWinSize!(self, winSize)

View Source

Raising version of setWinSize/2.