|
| aoiHeight = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_aoiHeight_get, doc=) |
| An integer property defining the height of the AOI in pixel to be used for the calculation.
|
|
| aoiStartX = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_aoiStartX_get, doc=) |
| An integer property defining the X-offset of the AOI in pixel to be used for the calculation.
|
|
| aoiStartY = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_aoiStartY_get, doc=) |
| An integer property defining the Y-offset of the AOI in pixel to be used for the calculation.
|
|
| aoiWidth = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_aoiWidth_get, doc=) |
| An integer property defining the width of the AOI in pixel to be used for the calculation.
|
|
| blueGain = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_blueGain_get, doc=) |
| A float property defining the gain for the blue channel.
|
|
| greenGain = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_greenGain_get, doc=) |
| A float property defining the gain for the green channel.
|
|
| redGain = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_redGain_get, doc=) |
| A float property defining the gain for the red channel.
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| totalGain = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_totalGain_get, doc=) |
| A float property defining the overall gain.
|
|
| WBAoiMode = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_WBAoiMode_get, doc=) |
| An enumerated integer property defining the which area of the image is used for the calculation of the parameters.
|
|
| WBResult = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_WBResult_get, doc=) |
| An enumerated integer property (read-only) containing the result of the last white balance calibration.
|
|
Properties for adjusting the colors during a Bayer conversion.
This class provides properties to adjust the parameters needed for a Bayer conversion.
- Note
- Objects of this class can't be constructed directly. Its parameters can be accessed via an instance of a class derived from mvIMPACT.acquire.ImageProcessing.