Difference between revisions of "Function:SHR"
From CUVI Wiki
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Right shift pixel values of the input image by specified constant value. | Right shift pixel values of the input image by specified constant value. | ||
===Function=== | ====Function==== | ||
{| | {| | ||
|style="font-size:100%;"| | |style="font-size:100%;"| | ||
Revision as of 12:26, 18 October 2022
Right shift pixel values of the input image by specified constant value.
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| src | const CuviImage& | Input Image |
| value | const CuviImage& | Shift value |
| dst | CuviImage& | Resultant Image |
| stream | const CuviStream& | GPU stream ID for execution |
Image Type Support
| Input | Output |
|---|---|
| 8uC1 | 8uC1 |
| 8uC3 | 8uC3 |
| 16uC1 | 16uC1 |
| 16uC3 | 16uC3 |
Sample
Example
|