View Source Evision.Detail.MultiBandBlender (Evision v0.1.11)
Link to this section Summary
Types
Type that represents an Evision.Detail.MultiBandBlender
struct.
Functions
Keyword Arguments
- try_gpu:
int
. - num_bands:
int
. - weight_type:
int
.
Return
Python prototype (for reference):
Keyword Arguments
- try_gpu:
int
. - num_bands:
int
. - weight_type:
int
.
Return
Python prototype (for reference):
Return
- retval:
int
Python prototype (for reference):
Positional Arguments
- dst_roi:
Rect
Python prototype (for reference):
Positional Arguments
- val:
int
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.Detail.MultiBandBlender{ref: reference()}
Type that represents an Evision.Detail.MultiBandBlender
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
@spec blend(t(), Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in()) :: {Evision.Mat.t(), Evision.Mat.t()} | {:error, String.t()}
Return
- dst:
Evision.Mat
- dst_mask:
Evision.Mat
Python prototype (for reference):
blend(dst, dst_mask) -> dst, dst_mask
@spec feed( t(), Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in(), {number(), number()} ) :: :ok | {:error, String.t()}
Positional Arguments
- img:
Evision.Mat
- mask:
Evision.Mat
- tl:
Point
Python prototype (for reference):
feed(img, mask, tl) -> None
Keyword Arguments
- try_gpu:
int
. - num_bands:
int
. - weight_type:
int
.
Return
Python prototype (for reference):
MultiBandBlender([, try_gpu[, num_bands[, weight_type]]]) -> <detail_MultiBandBlender object>
Keyword Arguments
- try_gpu:
int
. - num_bands:
int
. - weight_type:
int
.
Return
Python prototype (for reference):
MultiBandBlender([, try_gpu[, num_bands[, weight_type]]]) -> <detail_MultiBandBlender object>
Return
- retval:
int
Python prototype (for reference):
numBands() -> retval
Positional Arguments
- dst_roi:
Rect
Python prototype (for reference):
prepare(dst_roi) -> None
Positional Arguments
- val:
int
Python prototype (for reference):
setNumBands(val) -> None