View Source Evision.SparsePyrLKOpticalFlow (Evision v0.1.9)

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):

Positional Arguments
  • flags: int

Python prototype (for reference):

Positional Arguments
  • maxLevel: int

Python prototype (for reference):

Positional Arguments
  • minEigThreshold: double

Python prototype (for reference):

Positional Arguments
  • crit: TermCriteria

Python prototype (for reference):

Positional Arguments
  • winSize: Size

Python prototype (for reference):

Link to this section cv

##### Keyword Arguments

  • winSize: Size.
  • maxLevel: int.
  • crit: TermCriteria.
  • flags: int.
  • minEigThreshold: double.

Python prototype (for reference):

create([, winSize[, maxLevel[, crit[, flags[, minEigThreshold]]]]]) -> retval

##### Keyword Arguments

  • winSize: Size.
  • maxLevel: int.
  • crit: TermCriteria.
  • flags: int.
  • minEigThreshold: double.

Python prototype (for reference):

create([, winSize[, maxLevel[, crit[, flags[, minEigThreshold]]]]]) -> retval

Python prototype (for reference):

getFlags() -> retval

Python prototype (for reference):

getMaxLevel() -> retval
Link to this function

getMinEigThreshold(self)

View Source

Python prototype (for reference):

getMinEigThreshold() -> retval

Python prototype (for reference):

getTermCriteria() -> retval

Python prototype (for reference):

getWinSize() -> retval
Positional Arguments
  • flags: int

Python prototype (for reference):

setFlags(flags) -> None
Link to this function

setMaxLevel(self, maxLevel)

View Source
Positional Arguments
  • maxLevel: int

Python prototype (for reference):

setMaxLevel(maxLevel) -> None
Link to this function

setMinEigThreshold(self, minEigThreshold)

View Source
Positional Arguments
  • minEigThreshold: double

Python prototype (for reference):

setMinEigThreshold(minEigThreshold) -> None
Link to this function

setTermCriteria(self, crit)

View Source
Positional Arguments
  • crit: TermCriteria

Python prototype (for reference):

setTermCriteria(crit) -> None
Link to this function

setWinSize(self, winSize)

View Source
Positional Arguments
  • winSize: Size

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 getFlags/1.

Raising version of getMaxLevel/1.

Link to this function

getMinEigThreshold!(self)

View Source

Raising version of getMinEigThreshold/1.

Raising version of getTermCriteria/1.

Raising version of getWinSize/1.

Raising version of setFlags/2.

Link to this function

setMaxLevel!(self, maxLevel)

View Source

Raising version of setMaxLevel/2.

Link to this function

setMinEigThreshold!(self, minEigThreshold)

View Source

Raising version of setMinEigThreshold/2.

Link to this function

setTermCriteria!(self, crit)

View Source

Raising version of setTermCriteria/2.

Link to this function

setWinSize!(self, winSize)

View Source

Raising version of setWinSize/2.