View Source Evision.Detail.NoExposureCompensator (Evision v0.1.14)
Link to this section Summary
Types
Type that represents an Evision.Detail.NoExposureCompensator
struct.
Functions
Positional Arguments
- arg1:
int
- arg2:
Point
- arg4:
Evision.Mat
Return
- arg3:
Evision.Mat
Python prototype (for reference):
Return
- umv:
[Evision.Mat]
.
Python prototype (for reference):
Positional Arguments
- umv:
[Evision.Mat]
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.Detail.NoExposureCompensator{ref: reference()}
Type that represents an Evision.Detail.NoExposureCompensator
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
@spec apply( t(), integer(), {number(), number()}, Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in() ) :: Evision.Mat.t() | {:error, String.t()}
Positional Arguments
- arg1:
int
- arg2:
Point
- arg4:
Evision.Mat
Return
- arg3:
Evision.Mat
Python prototype (for reference):
apply(arg1, arg2, arg3, arg4) -> arg3
@spec getMatGains(t()) :: [Evision.Mat.t()] | {:error, String.t()}
Return
- umv:
[Evision.Mat]
.
Python prototype (for reference):
getMatGains([, umv]) -> umv
@spec setMatGains(t(), [Evision.Mat.maybe_mat_in()]) :: :ok | {:error, String.t()}
Positional Arguments
- umv:
[Evision.Mat]
Python prototype (for reference):
setMatGains(umv) -> None