Difference between revisions of "Function:Pow"
From CUVI Wiki
| Line 14: | Line 14: | ||
|} | |} | ||
===Parameters=== | ====Parameters==== | ||
{| | |||
|style="font-size:75%;"| | |||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
| Line 37: | Line 38: | ||
| const CuviStream& | | const CuviStream& | ||
| GPU stream ID for execution | | GPU stream ID for execution | ||
|} | |||
|} | |} | ||
Revision as of 12:24, 18 October 2022
Raises each pixel of the image to the specified power.
Function
|
Parameters
|
Image Type Support
| Input | Output |
|---|---|
| 8uC1 | 32fC1 |
| 8uC3 | 32fC3 |
| 16uC1 | 32fC1 |
| 16uC3 | 32fC3 |
| 32fC1 | 32fC1 |
| 32fC3 | 32fC3 |
Example
|