Difference between revisions of "Function:CalcHist"
From CUVI Wiki
| Line 14: | Line 14: | ||
===Parameters=== | ===Parameters=== | ||
{| | |||
|style="font-size:75%;"| | |||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
| Line 32: | Line 33: | ||
| const CuviStream& | | const CuviStream& | ||
| GPU stream ID for execution | | GPU stream ID for execution | ||
|} | |||
|} | |} | ||
Revision as of 10:24, 19 October 2022
Computes the histogram of input image.
Function
|
Parameters
|
Image Type Support
| Input | Output |
|---|---|
| 8uC1 | CuviHistogram |
| 8uC3 | CuviHistogram |
Sample
Example
|