[IMG312] Refactor denoise filter to use parameterizedFunction
- Original Gitlab Story: IMG312
This PR introduces the following changes:
- correction.denoise.denoise is refactored to use
param.ParameterizedFunction
. - denoise unit test is updated follow pytest convention.