Tool/software:
Hi TI expert,
I'm currently tuning NF block to improve denoise performance. My implementation is that add NF node to the pipeline of single camera app. Sigma values are set by tivx_vpac_nf_bilateral_sigmas_init function. I used single raw image inject to the pipelinr of single camera app.
The issue is either I set input_interleaved as 1 or 0, the output images are same. You can compare denoise result at flat area and sharpness and texture degradtion at bear and paper area.
For my understanding, input_interleaved is used to set denoising process on Y or UV plane. So, if 0, denoise only on Y plane and output Y + Original UV; if 1, denoise only on UV plane and output Original Y + UV. If I was right, my experiment results should be different. I have checked visually and compared them by using Beyond Compare tool but no difference.
- My question is whether my understanding is correct or not? Please help correct me.
- My purpose is to denoise with NF on both Y and UV plane, so what is the right procedure?
Thanks a lot.
Best regards,
Zhishen