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
  • 14:58, 7 November 2022 Jawad talk contribs created page Function:Fpn (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...")