View Source Evision.CUDA.BufferPool (Evision v0.1.7)

Link to this section Summary

cv.cuda

Positional Arguments

Python prototype (for reference):

Python prototype (for reference):

Positional Arguments
  • size: Size
  • type: int

Python prototype (for reference):

Positional Arguments
  • rows: int
  • cols: int
  • type: int

Python prototype (for reference):

Link to this section cv.cuda

Positional Arguments

Python prototype (for reference):

BufferPool(stream) -> <cuda_BufferPool object>

Python prototype (for reference):

getAllocator() -> retval
Link to this function

getBuffer(self, size, type)

View Source
Positional Arguments
  • size: Size
  • type: int

Python prototype (for reference):

getBuffer(size, type) -> retval
Link to this function

getBuffer(self, rows, cols, type)

View Source
Positional Arguments
  • rows: int
  • cols: int
  • type: int

Python prototype (for reference):

getBuffer(rows, cols, type) -> retval

Link to this section Functions

Link to this function

cuda_BufferPool!(stream)

View Source

Raising version of cuda_BufferPool/1.

Raising version of getAllocator/1.

Link to this function

getBuffer!(self, size, type)

View Source

Raising version of getBuffer/3.

Link to this function

getBuffer!(self, rows, cols, type)

View Source

Raising version of getBuffer/4.