Difference between revisions of "Function:Crop"
From CUVI Wiki
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Crops the desired portion of an image | |||
===Function=== | ===Function=== | ||
{| | {| | ||
Latest revision as of 09:09, 30 June 2019
Crops the desired portion of an image
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| src | const CuviImage& | Input Image |
| dst | CuviImage& | Output Image |
| top | const Cuvi32s | Number of pixels to cut from top |
| bottom | const Cuvi32s | Number of pixels to cut from bottom |
| left | const Cuvi32s | Number of pixels to cut from left |
| right | const Cuvi32s | Number of pixels to cut from right |
| stream | const CuviStream& | GPU stream ID for execution |
Image Type Support
| Input | Output |
|---|---|
| 8uC1 | 8uC1 |
| 8uC3 | 8uC3 |
| 16uC1 | 16uC1 |
| 16uC3 | 16uC3 |
Sample
Example
|

