ipa: rkisp1: Add support of Filter control

Denoise and Sharpness filters will be applied by RkISP1 during the
demosaicing step. The denoise filter is responsible for removing noise
from the image, while the sharpness filter will enhance its acutance.

Add filter algorithm with denoise and sharpness values based on user
controls.

Signed-off-by: Florian Sylvestre <fsylvestre@baylibre.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Florian Sylvestre
2022-07-27 10:38:18 +02:00
committed by Laurent Pinchart
parent 564537a906
commit 7a80e01b4a
7 changed files with 261 additions and 0 deletions
+1
View File
@@ -155,4 +155,5 @@ algorithms:
rnd-offsets:
green: 2
red-blue: 2
- Filter:
...