View Source Evision.CUDA.BufferPool (Evision v0.1.11)
Link to this section Summary
Types
Type that represents an Evision.CUDA.BufferPool
struct.
Functions
Positional Arguments
- stream:
Evision.CUDA.Stream
Return
- self:
Evision.CUDA.BufferPool
Python prototype (for reference):
Return
- retval:
Ptr<GpuMat::Allocator>
Python prototype (for reference):
Positional Arguments
- size:
Size
- type:
int
Return
- retval:
Evision.CUDA.GpuMat
Python prototype (for reference):
Positional Arguments
- rows:
int
- cols:
int
- type:
int
Return
- retval:
Evision.CUDA.GpuMat
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.CUDA.BufferPool{ref: reference()}
Type that represents an Evision.CUDA.BufferPool
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
@spec bufferPool(Evision.CUDA.Stream.t()) :: t() | {:error, String.t()}
Positional Arguments
- stream:
Evision.CUDA.Stream
Return
- self:
Evision.CUDA.BufferPool
Python prototype (for reference):
BufferPool(stream) -> <cuda_BufferPool object>
Return
- retval:
Ptr<GpuMat::Allocator>
Python prototype (for reference):
getAllocator() -> retval
@spec getBuffer(t(), {number(), number()}, integer()) :: Evision.CUDA.GpuMat.t() | {:error, String.t()}
Positional Arguments
- size:
Size
- type:
int
Return
- retval:
Evision.CUDA.GpuMat
Python prototype (for reference):
getBuffer(size, type) -> retval
@spec getBuffer(t(), integer(), integer(), integer()) :: Evision.CUDA.GpuMat.t() | {:error, String.t()}
Positional Arguments
- rows:
int
- cols:
int
- type:
int
Return
- retval:
Evision.CUDA.GpuMat
Python prototype (for reference):
getBuffer(rows, cols, type) -> retval