Difference between revisions of "Function:CountInRange"
From CUVI Wiki
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Counts the number of pixels within the given intensity range | Counts the number of pixels within the given intensity range | ||
===Function=== | ====Function==== | ||
{| | {| | ||
|style="font-size:100%;"| | |style="font-size:100%;"| | ||
| Line 13: | Line 13: | ||
|} | |} | ||
===Parameters=== | ====Parameters==== | ||
{| | {| | ||
|style="font-size:75%;"| | |style="font-size:75%;"| | ||
| Line 44: | Line 44: | ||
|} | |} | ||
===Image Type Support=== | ====Image Type Support==== | ||
{| | |||
|style="font-size:75%;"| | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 62: | Line 63: | ||
| 32fC3 | | 32fC3 | ||
| CuviScalar | | CuviScalar | ||
|} | |||
|} | |} | ||
===Sample=== | ====Sample==== | ||
{| | {| | ||
|- | |- | ||
| Line 71: | Line 73: | ||
===Example=== | ====Example==== | ||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
Latest revision as of 10:29, 19 October 2022
Counts the number of pixels within the given intensity range
Function
|
Parameters
|
Image Type Support
|
Sample
Example
|