View Source Evision.CUDA.BufferPool (Evision v0.1.9)
Link to this section Summary
cv.cuda
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):
Functions
Raising version of cuda_BufferPool/1
.
Raising version of getAllocator/1
.
Raising version of getBuffer/3
.
Raising version of getBuffer/4
.
Link to this section cv.cuda
Positional Arguments
- stream:
Stream
Python prototype (for reference):
BufferPool(stream) -> <cuda_BufferPool object>
Python prototype (for reference):
getAllocator() -> retval
Positional Arguments
- size:
Size
- type:
int
Python prototype (for reference):
getBuffer(size, type) -> retval
Positional Arguments
- rows:
int
- cols:
int
- type:
int
Python prototype (for reference):
getBuffer(rows, cols, type) -> retval
Link to this section Functions
Raising version of cuda_BufferPool/1
.
Raising version of getAllocator/1
.
Raising version of getBuffer/3
.
Raising version of getBuffer/4
.