Difference between revisions of "Function:Round"
From CUVI Wiki
| Line 51: | Line 51: | ||
===Example=== | ===Example=== | ||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
Revision as of 08:05, 18 October 2022
Rounds pixels of input image to nearest integer value.
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| src | const CuviImage& | Input Image |
| dst | CuviImage& | Destination Image |
| stream | const CuviStream& | GPU stream ID for execution |
Image Type Support
| Input | Output |
|---|---|
| 32fC1 | 32fC1 |
| 32fC3 | 32fC3 |
Example
|