View Source Evision.UMat (Evision v0.1.7)

Link to this section Summary

cv

Python prototype (for reference):

Python prototype (for reference):

Positional Arguments
  • accessFlags: AccessFlag

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

##### Keyword Arguments

Variant 1:

Positional Arguments

Python prototype (for reference):

Variant 1:

Positional Arguments

Python prototype (for reference):

Variant 1:

Positional Arguments
  • size: Size
  • type: int
  • s: Scalar
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

Variant 1:

Positional Arguments
  • rows: int
  • cols: int
  • type: int
  • s: Scalar
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

Positional Arguments
  • rows: int
  • cols: int
  • type: int
  • s: Scalar
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

Functions

Raising version of context/0.

Raising version of get/1.

Raising version of get_offset/1.

Raising version of handle/2.

Raising version of isContinuous/1.

Raising version of isSubmatrix/1.

Raising version of queue/0.

Raising version of uMat/0.

Raising version of uMat/1.

Raising version of uMat/2.

Raising version of uMat/3.

Raising version of uMat/4.

Link to this section cv

Python prototype (for reference):

context() -> retval

Python prototype (for reference):

get() -> retval
Link to this function

handle(self, accessFlags)

View Source
Positional Arguments
  • accessFlags: AccessFlag

Python prototype (for reference):

handle(accessFlags) -> retval

Python prototype (for reference):

isContinuous() -> retval

Python prototype (for reference):

isSubmatrix() -> retval

Python prototype (for reference):

queue() -> retval

##### Keyword Arguments

  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

UMat([, usageFlags]) -> <UMat object>

Variant 1:

Positional Arguments

Python prototype (for reference):

UMat(m) -> <UMat object>

Variant 2:

##### Keyword Arguments

  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

UMat([, usageFlags]) -> <UMat object>

Variant 1:

Positional Arguments

Python prototype (for reference):

UMat(m, ranges) -> <UMat object>

Variant 2:

Positional Arguments

Python prototype (for reference):

UMat(m, roi) -> <UMat object>

Variant 3:

Positional Arguments
  • size: Size
  • type: int
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

UMat(size, type[, usageFlags]) -> <UMat object>

Variant 1:

Positional Arguments
  • size: Size
  • type: int
  • s: Scalar
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

UMat(size, type, s[, usageFlags]) -> <UMat object>

Variant 2:

Positional Arguments
  • rows: int
  • cols: int
  • type: int
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

UMat(rows, cols, type[, usageFlags]) -> <UMat object>

Variant 3:

Positional Arguments
  • size: Size
  • type: int
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

UMat(size, type[, usageFlags]) -> <UMat object>
Link to this function

uMat(size, type, s, opts)

View Source

Variant 1:

Positional Arguments
  • rows: int
  • cols: int
  • type: int
  • s: Scalar
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

UMat(rows, cols, type, s[, usageFlags]) -> <UMat object>

Variant 2:

Positional Arguments
  • size: Size
  • type: int
  • s: Scalar
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

UMat(size, type, s[, usageFlags]) -> <UMat object>

Variant 3:

Positional Arguments
  • rows: int
  • cols: int
  • type: int
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

UMat(rows, cols, type[, usageFlags]) -> <UMat object>
Link to this function

uMat(rows, cols, type, s, opts)

View Source
Positional Arguments
  • rows: int
  • cols: int
  • type: int
  • s: Scalar
Keyword Arguments
  • usageFlags: UMatUsageFlags.

Python prototype (for reference):

UMat(rows, cols, type, s[, usageFlags]) -> <UMat object>

Link to this section Functions

Raising version of context/0.

Raising version of get/1.

Raising version of get_offset/1.

Link to this function

handle!(self, accessFlags)

View Source

Raising version of handle/2.

Raising version of isContinuous/1.

Raising version of isSubmatrix/1.

Raising version of queue/0.

Raising version of set_offset/2.

Raising version of uMat/0.

Raising version of uMat/1.

Raising version of uMat/2.

Raising version of uMat/3.

Link to this function

uMat!(rows, cols, type, s)

View Source

Raising version of uMat/4.

Link to this function

uMat!(rows, cols, type, s, opts)

View Source

Raising version of uMat/5.