Difference between revisions of "Function:Round"
From CUVI Wiki
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Rounds pixels of input image to nearest integer value. | Rounds pixels of input image to nearest integer value. | ||
===Function=== | ====Function==== | ||
{| | {| | ||
|style="font-size:100%;"| | |style="font-size:100%;"| | ||
Revision as of 12:24, 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
|