View Source Evision.XPhoto.GrayworldWB (Evision v0.2.9)
Summary
Functions
Maximum saturation for a pixel to be included in the gray-world assumption
setSaturationThreshold
Types
@type t() :: %Evision.XPhoto.GrayworldWB{ref: reference()}
Type that represents an XPhoto.GrayworldWB
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
@spec getSaturationThreshold(Keyword.t()) :: any() | {:error, String.t()}
@spec getSaturationThreshold(t()) :: number() | {:error, String.t()}
Maximum saturation for a pixel to be included in the gray-world assumption
Positional Arguments
- self:
Evision.XPhoto.GrayworldWB.t()
Return
- retval:
float
Python prototype (for reference only):
getSaturationThreshold() -> retval
setSaturationThreshold
Positional Arguments
- self:
Evision.XPhoto.GrayworldWB.t()
- val:
float
Python prototype (for reference only):
setSaturationThreshold(val) -> None