The EE
module parameters and LUT are automatically generated by the plug-in based on user
inputs for threshold and slope.
Note: For EE modules to take effect on
AM6xA, enable ee_mode as shown in the following:
- Open
/opt/edgeai-tiovx-modules/src/tiovx_viss_module.c
and find ee_mode
- Enable edge enhancement by
setting ee_mode as below:
- obj->params.fcp[0].ee_mode = TIVX_VPAC_VISS_EE_MODE_Y8;
- Capture a YUV image after tuning
color correction. Load this image to EE plug-in of the tuning tool.
- Set the Tuning Method to
Semi-Automatic
- Process the plug-in to
switch to the EE tuning GUI. Figure 8-1 shows the EE tuning GUI and details of each control
- Enable or disable the Edge
Enhancer using the On or Off radio button in the
Enable section
- Disable the Edge Sharpener
by setting the Gain to '0'
- To see EE take effect, select one
of the Image Sources in the Semi-Automatic tuning GUI and select
the Apply button.
Figure 8-2 and Figure 8-3 show examples of the tuning tool output of before and after EE
tuning, respectively.