Difference between revisions of "Function:FocusStack"
From CUVI Wiki
| Line 60: | Line 60: | ||
{| | {| | ||
|- | |- | ||
|[[File:Fs-in-1.jpg|frame|Input | |[[File:Fs-in-1.jpg|frame| Input image with foreground focused]] | ||
|[[File: | |[[File:Fs-in-2.jpg|frame| Input image with background focused]] | ||
|- | |- | ||
|[[File:Resizein2.jpg|frame|Input Image (Width = W, Height = H)]] | |[[File:Resizein2.jpg|frame|Input Image (Width = W, Height = H)]] | ||
Revision as of 22:27, 27 April 2021
Stacks multiple images into a single image. Images need to be aligned.
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| ImgArr | const CuviImage* | Input images array |
| numImages | const int | Number of images |
| sharpImage | CuviImage& | Resultant image |
| denoiseFilter | CuviFilter | Filter to remove noise |
| stream | const CuviStream& | GPU stream ID for execution |
Image Type Support
| Input | Output |
|---|---|
| 8uC3 x N | 8uC3 |
| 16uC3 x N | 16uC3 |
Samples
Example
|



