Function:Rotate
From CUVI Wiki
Rotates an image about origin (0,0) or center
Function
|
Parameters
| Name | Type | Description | ||
|---|---|---|---|---|
| src | const CuviImage& | Input image | ||
| dst | CuviImage& | Output image | ||
| angle | const Cuvi32f | Angle of rotation | ||
| type | const CuviRotationType | Supports:
| ||
| stream | const CuviStream& | GPU stream ID for execution |
Image Type Support
| Input | Output |
|---|---|
| 8uC1 | 8uC1 |
| 8uC3 | 8uC3 |
| 16uC1 | 16uC1 |
| 16uC3 | 16uC3 |
| 32fC1 | 32fC1 |
| 32fC3 | 32fC3 |
Sample
Example
|

