Impact Acquire SDK .NET
|
Properties for adjusting the colors during a Bayer conversion. More...
Public Member Functions | |
IEnumerable< T > | getEnumerable< T > () |
Returns an enumerator of a certain type that iterates through the collection. | |
IEnumerator< int > | GetEnumerator () |
Returns an enumerator that iterates through the collection. | |
void | restoreDefault () |
Restores the default for every component of this collection. | |
Public Attributes | |
readonly PropertyI | aoiHeight = new PropertyI() |
An integer property defining the height of the AOI in pixel to be used for the calculation. | |
readonly PropertyI | aoiStartX = new PropertyI() |
An integer property defining the X-offset of the AOI in pixel to be used for the calculation. | |
readonly PropertyI | aoiStartY = new PropertyI() |
An integer property defining the Y-offset of the AOI in pixel to be used for the calculation. | |
readonly PropertyI | aoiWidth = new PropertyI() |
An integer property defining the width of the AOI in pixel to be used for the calculation. | |
readonly PropertyF | blueGain = new PropertyF() |
A float property defining the gain for the blue channel. | |
readonly PropertyF | greenGain = new PropertyF() |
A float property defining the gain for the green channel. | |
readonly PropertyF | redGain = new PropertyF() |
A float property defining the gain for the red channel. | |
readonly PropertyF | totalGain = new PropertyF() |
A float property defining the overall gain. | |
readonly EnumPropertyI< TAoiMode > | WBAoiMode = new EnumPropertyI<TAoiMode>() |
An enumerated integer property defining the which area of the image is used for the calculation of the parameters. | |
readonly EnumPropertyI< TBayerWhiteBalanceResult > | WBResult = new EnumPropertyI<TBayerWhiteBalanceResult>() |
An enumerated integer property (read-only) containing the result of the last white balance calibration. | |
Properties | |
IEnumerable< Component > | componentEnumerable [get] |
Returns an enumerator that iterates through the collection. | |
IEnumerable< ComponentList > | componentListEnumerable [get] |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection. | |
int | hObj [get] |
Returns a unique identifier for the component collection referenced by this object. | |
Properties for adjusting the colors during a Bayer conversion.
This class provides properties to adjust the parameters needed for a Bayer conversion.
|
inlineinherited |
Returns an enumerator of a certain type that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Returns an enumerator that iterates through the collection.
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
An integer property defining the height of the AOI in pixel to be used for the calculation.
An integer property defining the X-offset of the AOI in pixel to be used for the calculation.
An integer property defining the Y-offset of the AOI in pixel to be used for the calculation.
An integer property defining the width of the AOI in pixel to be used for the calculation.
A float property defining the gain for the blue channel.
A float property defining the gain for the green channel.
A float property defining the gain for the red channel.
readonly EnumPropertyI<TAoiMode> WBAoiMode = new EnumPropertyI<TAoiMode>() |
An enumerated integer property defining the which area of the image is used for the calculation of the parameters.
Valid values for this property are defined by the enumeration mv.impact.acquire.TAoiMode.
readonly EnumPropertyI<TBayerWhiteBalanceResult> WBResult = new EnumPropertyI<TBayerWhiteBalanceResult>() |
An enumerated integer property (read-only) containing the result of the last white balance calibration.
After the mv.impact.acquire.Device has been initialised, the value of this property will be mv.impact.acquire.TBayerWhiteBalanceResult.bwbrUnknown.
Valid values for this property are defined by the enumeration mv.impact.acquire.TBayerWhiteBalanceResult.
|
getinherited |
Returns an enumerator that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mv.impact.acquire.ComponentList.