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
  • 16:46, 31 October 2022 Jawad talk contribs created page Function:InRange (Created page with "__NOTOC__ Checks if image values lie between the range defined by two values and returns a boolean image output. The output image is always 8-bit with either 0 or 255 as an pixel value. ====Function==== {| |style="font-size:100%;"| <syntaxhighlight lang="cpp"> CuviStatus inRange(const CuviImage& src, const Cuvi32f rangeMin, const Cuvi32f rangeMax, const CuviStream& stream = CuviStream()); </syn...")