Settings2DProcessingGroupColorGroupExperimentalGroup Class |
Namespace: Zivid.NET
The Settings2DProcessingGroupColorGroupExperimentalGroup type exposes the following members.
Name | Description | |
---|---|---|
Settings2DProcessingGroupColorGroupExperimentalGroup | Constructor |
Name | Description | |
---|---|---|
Mode | This setting controls how the color image is computed.
`automatic` is the default option. It performs tone mapping for HDR captures, but not for
single-acquisition captures. Use this mode with a single acquisition if you want to have
the most control over the colors in the image.
`toneMapping` uses all the acquisitions to create one merged and normalized color image. For
HDR captures the dynamic range of the captured images is usually higher than the 8-bit color
image range. `toneMapping` will map the HDR color data to the 8-bit color output range by
applying a scaling factor. `toneMapping` can also be used for single-acquisition captures to
normalize the captured color image to the full 8-bit output. Note that when using `toneMapping`
mode the color values can be inconsistent over repeated captures if you move, add or remove
objects in the scene. For the most control over the colors in the single-acquisition case,
select the `automatic` mode.
|
Name | Description | |
---|---|---|
Clone | Create a clone (deep copy) of the current instance | |
CopyWith | Create a clone (deep copy) of the current instance and invoke delegate on the clone | |
ToString | Get string representation of the object (Overrides ObjectToString.) |