Revision history of "Function:InRange"

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 16:46, 31 October 2022Jawad talk contribs 1,378 bytes +1,378 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..."