Please enable JavaScript to view this site.

uEye .NET Manual 4.97

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.

hint_info

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_info

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

GetEnabled

Returns if the adaptive hot pixel correction is enabled.

GetEnabledDefault

Returns the default settings for the adaptive hot pixel correction.

GetMode

Returns the mode of the adaptive hot pixel correction.

GetModeDefault

Returns the default settings for the mode of the adaptive hot pixel correction.

GetNumberDetected

Returns the percentage of corrected hot pixels in the last image.

GetNumberDetectedCluster

Returns the percentage of corrected hot pixel clusters in the last image.

GetSensitivity

Returns the value for the sensitivity of the adaptive hot pixel correction.

GetSensitivityDefault

Returns the default value for the sensitivity of the adaptive hot pixel correction.

GetSensitivityRange

Returns the range for the sensitivity of the adaptive hot pixel correction.

SetEnabled

Enables/disables the adaptive hot pixel correction.

SetMode

Sets the mode of the adaptive hot pixel correction.

SetSensitivity

Sets the value for the sensitivity of the adaptive hot pixel correction.

ResetDetection

Resets the hot pixel list and determines it with the next image. The cluster list is not reset.

ResetDetectionCluster

Resets the hot pixel list and the cluster list and determines both lists with the next image.