Revision history of "Function:Fpn"

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 14:58, 7 November 2022Jawad talk contribs 1,269 bytes +4
  • curprev 14:58, 7 November 2022Jawad talk contribs 1,265 bytes +1,265 Created page with "__NOTOC__ Removes fixed point camera noise from the image using black image. Ideally the black image taken from camera with closed shutter should be all 0s. Any value above that is considered a black noise and can be removed via the formula: outputImage[i] = max(0, inputImage[i] - blackImage[i]); ====Function==== {| |style="font-size:100%;"| <syntaxhighlight lang="cpp"> CuviStatus fpn(CuviImage &output, const CuviImage &input, const CuviImag..."