Difference between revisions of "Function:Dehaze"
From CUVI Wiki
(→Sample) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 65: | Line 65: | ||
|} | |} | ||
===Sample=== | ====Sample==== | ||
[[File:Bliz.jpg|none|frame|Input]] | [[File:Bliz.jpg|none|frame|Input]] | ||
<br/> | <br/> | ||
| Line 71: | Line 71: | ||
<br/> | <br/> | ||
===Example=== | ====Example==== | ||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
CuviImage input("D:/blizzard.jpg", CUVI_LOAD_IMAGE_COLOR_KEEP_DEPTH), output; | CuviImage input("D:/blizzard.jpg", CUVI_LOAD_IMAGE_COLOR_KEEP_DEPTH), output; | ||
Latest revision as of 12:55, 18 October 2022
Makes sense of hazy images. Note this function is ideal for extreme blizzard and very low visibility. For small hazes, we prefer using Function:adjust.
Function
|
Parameters
|
Image Type Support
|
Sample
Example
|

