Difference between revisions of "Function:Lowlight"
From CUVI Wiki
(→Sample) |
Tag: Manual revert |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 41: | Line 41: | ||
! Input | ! Input | ||
! Output | ! Output | ||
|- | |||
| 8uC1 | |||
| 8uC1 | |||
|- | |- | ||
| 8uC3 | | 8uC3 | ||
| 8uC3 | | 8uC3 | ||
|- | |||
| 16uC1 | |||
| 16uC1 | |||
|- | |- | ||
| 16uC3 | | 16uC3 | ||
| Line 51: | Line 57: | ||
====Sample==== | ====Sample==== | ||
[[File:Dark.jpg|frame|Input]] | [[File:Dark.jpg|none|frame|Input]] | ||
<br/> | <br/> | ||
[[File:Light.jpg|frame|Output]] | [[File:Light.jpg|none|frame|Output]] | ||
<br/> | <br/> | ||
===Example=== | ====Example==== | ||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
CuviImage input("D:/lowlight.jpg", CUVI_LOAD_IMAGE_COLOR_KEEP_DEPTH), output; | CuviImage input("D:/lowlight.jpg", CUVI_LOAD_IMAGE_COLOR_KEEP_DEPTH), output; | ||
Latest revision as of 12:34, 23 June 2024
Enhances the low intensity colors in a dark photo taken from a general purpose mobile, CCTV or DSLR camera. Our technique restores most of the hidden features in a low light image making it suitable for enhancing security footage in real-time at dawn, dusk and other low light conditions.
Function
|
Parameters
|
Image Type Support
|
Sample
Example
|

