AutoWhiteBalanceConfig Struct Reference
|
Space-ng SDK
|
sol3::isp::AutoWhiteBalanceConfig Struct Reference
#include <sol3/isp/white_balance.h>
Public Attributes | |
| float | max_gain = 8.0f |
| Per-channel gain ceiling. The estimator clamps R and B to [0, max_gain]. More... | |
| float | min_channel_mean = 1.0f |
Member Data Documentation
◆ max_gain
| float sol3::isp::AutoWhiteBalanceConfig::max_gain = 8.0f |
Per-channel gain ceiling. The estimator clamps R and B to [0, max_gain].
◆ min_channel_mean
| float sol3::isp::AutoWhiteBalanceConfig::min_channel_mean = 1.0f |
Reject ROIs whose minimum per-channel mean falls below this value (in 8-bit code space). Avoids gain spikes on dark or single-color regions.
The documentation for this struct was generated from the following file:
- /workspaces/astro/sol3-sdk/cpp/sol3/isp/white_balance.h
Generated by