The AdaptiveCorrection class provides methods for the configuration of the adaptive hot pixel correction. The adaptive hot pixel correction can determine hot pixels dynamically and correct them adaptively in the current image. Thus, hot pixels can be corrected better which for example result from an increasing sensor operating temperature. In addition, the adaptive hot pixel correction can be executed directly on site in the application, thus permitting the best possible optimization on the application conditions.
Note on adaptive hot pixel correction •Adaptive hot pixel correction can be used in combintaion with subsampling, binning or scaler. •Currently, adaptive hot pixel correction can only be used with software color formats or RAW color formats. |
Hint for adaptive hot pixel correction If the hot pixels are determined once, you should deactivate LUT, gamma, and RGB gains for detection. For dynamic detection, the use of LUT, gamma, and RGB gains may cause too many hot pixels to be determined and corrected. This can cause a high CPU load. |
Methods
Method |
Description |
---|---|
Returns if the adaptive hot pixel correction is enabled. |
|
Returns the default settings for the adaptive hot pixel correction. |
|
Returns the mode of the adaptive hot pixel correction. |
|
Returns the default settings for the mode of the adaptive hot pixel correction. |
|
Returns the percentage of corrected hot pixels in the last image. |
|
Returns the percentage of corrected hot pixel clusters in the last image. |
|
Returns the value for the sensitivity of the adaptive hot pixel correction. |
|
Returns the default value for the sensitivity of the adaptive hot pixel correction. |
|
Returns the range for the sensitivity of the adaptive hot pixel correction. |
|
Enables/disables the adaptive hot pixel correction. |
|
Sets the mode of the adaptive hot pixel correction. |
|
Sets the value for the sensitivity of the adaptive hot pixel correction. |
|
Resets the hot pixel list and determines it with the next image. The cluster list is not reset. |
|
Resets the hot pixel list and the cluster list and determines both lists with the next image. |