![]() |
![]() |
---|---|
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetEdgeEnhancement (HIDS hCam, INT nEnable)
Description
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.
For USB uEye XS cameras please use the is_Sharpness() function instead. |
Input parameters
hCam |
Camera handle |
Return values
When used together with |
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()