All public logs

From CUVI Wiki

Combined display of all available logs of CUVI Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:08, 7 November 2022 Jawad talk contribs created page Function:FPNCorrection (Created page with "__NOTOC__ Removes fixed point camera noise from the image using a more robust method than Function:fpn. In addition to black image, the function also takes a white image and gain value to remove noise from the input image using the internal formula: ''dst[i] = Saturate(gain * (src[i]- black[i])/(white[i] - black[i]),0,maxValue)''; ====Function==== {| |style="font-size:100%;"| <syntaxhighlight lang="cpp"> CuviStatus FPNCorrection(const CuviImage& src,...")