intel / libxcam

libXCam is a project for extended camera(not limited in camera) features and focus on image quality improvement and video analysis. There are lots features supported in image pre-processing, image post-processing and smart analysis. This library makes GPU/CPU/ISP working together to improve image quality. OpenCL is used to improve performance in different platforms.
Other
589 stars 229 forks source link

minor wiki/testing typo? #833

Open Randrianasulu opened 10 months ago

Randrianasulu commented 10 months ago
5) 3D-Denoise test
 $ test-cl-image -t 3d-denoise -f NV12 -i <inputfile> -o <outputfile>
   e.g.: $ test-cl-image -t 3d-denoise -f NV12 -i input.nv12 -o output.nv12

6) fisheye test
 $ test-cl-image -t 3d-denoise -f NV12 -i <inputfile> -o <outputfile>
   e.g.: $ test-cl-image  -t fisheye -f NV12 -i input.nv12 -o output.nv12

I think in second line parameter must be fisheye, not the same 3d-denoise ?