Please enable JavaScript to view this site.

IDS Software Suite - obsolete functions 4.97

Windows_Logo
Linux_Logo

USB 2.0

GigE

USB 2.0

GigE

Syntax

INT is_SetEdgeEnhancement (HIDS hCam, INT nEnable)

Description

hint_info

This function is obsolete and should not be used anymore. We recommend to use the is_EdgeEnhancement() function instead.

is_SetEdgeEnhancement() enables a software edge filter. Due to Bayer format color conversion, the original edges of a color image may easily become blurred. By enabling the digital edge filter, you can optimize edge representation. This function causes a higher CPU load.

If you perform Bayer conversion for GigE uEye HE or USB 3 uEye CP color cameras in the camera itself, edge enhancement will automatically also take place in the camera. In this case, the CPU load will not increase.

hint_info

For USB uEye XS cameras please use the is_Sharpness() function instead.

Input parameters

hCam

Camera handle

Return values

When used together with
IS_GET_EDGE_ENHANCEMENT

Current setting

IS_INVALID_CAMERA_HANDLE

Invalid camera handle

IS_INVALID_PARAMETER

One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode.

IS_NO_SUCCESS

General error message

IS_SUCCESS

Function executed successfully

Related functions

is_SetColorMode()

is_SetColorConverter()