Difference between revisions of "Function:AutoColor"
From CUVI Wiki
| Line 57: | Line 57: | ||
{| | {| | ||
|style="font-size:100%;"| | |style="font-size:100%;"| | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="C"> | ||
CuviImage input("D:/false.jpg", CUVI_LOAD_IMAGE_COLOR_KEEP_DEPTH), output; | CuviImage input("D:/false.jpg", CUVI_LOAD_IMAGE_COLOR_KEEP_DEPTH), output; | ||
| Line 65: | Line 66: | ||
//Save Output to file | //Save Output to file | ||
cuvi::io::saveImage(output, "D:/true.jpg"); | cuvi::io::saveImage(output, "D:/true.jpg"); | ||
</syntaxhighlight> | |||
|} | |} | ||
Revision as of 12:38, 18 October 2022
Fixes false colors at pixel level of the image using CUVI's own propriety approach. For most clients, this function is always part of the pipeline to ensure best results.
Function
|
Parameters
|
Image Type Support
|
Sample
Example
|

