View Source Evision.XPhoto.SimpleWB (Evision v0.1.34)
Summary
Functions
Input image range maximum value
Input image range minimum value
Output image range maximum value
Output image range minimum value
Percent of top/bottom values to ignore
setInputMax
setInputMin
setOutputMax
setOutputMin
setP
Types
@type t() :: %Evision.XPhoto.SimpleWB{ref: reference()}
Type that represents an XPhoto.SimpleWB
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
Input image range maximum value
Positional Arguments
- self:
Evision.XPhoto.SimpleWB.t()
Return
- retval:
float
@see setInputMax/2
Python prototype (for reference only):
getInputMax() -> retval
Input image range minimum value
Positional Arguments
- self:
Evision.XPhoto.SimpleWB.t()
Return
- retval:
float
@see setInputMin/2
Python prototype (for reference only):
getInputMin() -> retval
Output image range maximum value
Positional Arguments
- self:
Evision.XPhoto.SimpleWB.t()
Return
- retval:
float
@see setOutputMax/2
Python prototype (for reference only):
getOutputMax() -> retval
Output image range minimum value
Positional Arguments
- self:
Evision.XPhoto.SimpleWB.t()
Return
- retval:
float
@see setOutputMin/2
Python prototype (for reference only):
getOutputMin() -> retval
Percent of top/bottom values to ignore
Positional Arguments
- self:
Evision.XPhoto.SimpleWB.t()
Return
- retval:
float
@see setP/2
Python prototype (for reference only):
getP() -> retval
setInputMax
Positional Arguments
- self:
Evision.XPhoto.SimpleWB.t()
- val:
float
@see getInputMax/1
Python prototype (for reference only):
setInputMax(val) -> None
setInputMin
Positional Arguments
- self:
Evision.XPhoto.SimpleWB.t()
- val:
float
@see getInputMin/1
Python prototype (for reference only):
setInputMin(val) -> None
setOutputMax
Positional Arguments
- self:
Evision.XPhoto.SimpleWB.t()
- val:
float
@see getOutputMax/1
Python prototype (for reference only):
setOutputMax(val) -> None
setOutputMin
Positional Arguments
- self:
Evision.XPhoto.SimpleWB.t()
- val:
float
@see getOutputMin/1
Python prototype (for reference only):
setOutputMin(val) -> None
setP
Positional Arguments
- self:
Evision.XPhoto.SimpleWB.t()
- val:
float
@see getP/1
Python prototype (for reference only):
setP(val) -> None