Difference between revisions of "Function:Adjust"
From CUVI Wiki
| (2 intermediate revisions by the same user not shown) | |||
| Line 34: | Line 34: | ||
| HIGH_IN | | HIGH_IN | ||
| const CuviScalar& | | const CuviScalar& | ||
| Values below this point are mapped | | Values below this point are mapped. | ||
|- | |- | ||
| LOW_OUT | | LOW_OUT | ||
| Line 66: | Line 66: | ||
|} | |} | ||
===Sample=== | ====Sample==== | ||
[[File:02_before.jpg|none|frame|Input Image]] | |||
<br/> | |||
[[File:02_imadjust.jpg|none|frame|Adjusted Image]] | |||
<br/> | |||
===Example=== | ====Example==== | ||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
Latest revision as of 05:50, 20 October 2022
Maps the values of the input image evenly in the intensity map such that the pixel values of the adjusted image is spread across the intensity map of the image container. The function adjusts of CUVI maps the intensities of the image between LOW_IN and HIGH_IN to the LOW_OUT and HIGH_OUT. By default all the values of the input images are mapped across the full intensity map.
Function
|
Parameters
|
Image Type Support
|
Sample
Example
|

