Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetEdgeEnhancement |
uEye Camera Manual Version 3.80
is_SetEdgeEnhancement
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetEdgeEnhancement (HIDS hCam, INT nEnable)
Description
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 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.
|
Input Parameters
hCam |
Camera handle |
nEnable |
|
IS_EDGE_EN_DISABLE |
Disables the edge filter. |
IS_EDGE_EN_STRONG |
Enables strong edge enhancement. |
IS_EDGE_EN_WEAK |
Enables weaker edge enhancement. |
IS_GET_EDGE_ENHANCEMENT |
Returns the current setting. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with |
Related Functions