Difference between revisions of "Function:ImageBinary"
From CUVI Wiki
| Line 50: | Line 50: | ||
|- | |- | ||
| 8uC3 | | 8uC3 | ||
| | | 8uC1 | ||
|} | |} | ||
Revision as of 15:32, 16 April 2020
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| src | const CuviImage& | Input Image |
| dst | CuviImage& | Output Image |
| threshold | const Cuvi32f | Threshold level |
| stream | const CuviStream& | GPU stream ID for execution |
Image Type Support
| Input | Output |
|---|---|
| 8uC1 | 8uC1 |
| 8uC3 | 8uC1 |
Sample
Example
|

