Revision history of "Function:FPNCorrection"

From CUVI Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 15:08, 7 November 2022Jawad talk contribs 1,927 bytes +1,927 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,..."