Difference between revisions of "Function:HaarInv"
From CUVI Wiki
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Performs one-level haar wavelet reconstruction of an image | Performs one-level haar wavelet reconstruction of an image | ||
===Function=== | ====Function==== | ||
{| | {| | ||
|style="font-size:100%;"| | |style="font-size:100%;"| | ||
| Line 14: | Line 14: | ||
|} | |} | ||
===Parameters=== | ====Parameters==== | ||
{| | {| | ||
|style="font-size:75%;"| | |style="font-size:75%;"| | ||
| Line 49: | Line 49: | ||
|} | |} | ||
===Image Type Support=== | ====Image Type Support==== | ||
{| | |||
|style="font-size:75%;"| | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 62: | Line 63: | ||
| 8uC3 | | 8uC3 | ||
|} | |} | ||
|} | |} | ||
====Sample==== | |||
[[File:HaarFwdApp.jpg|none|frame|Input Approx]] | |||
<br/> | |||
[[File:HaarFwdDetailX.jpg|none|frame|Input X Component]] | |||
<br/> | |||
[[File:HaarFwdDetailY.jpg|none|frame|Input Y Component]] | |||
<br/> | |||
[[File:HaarFwdDetailXY.jpg|none|frame|Input XY Component]] | |||
<br/> | |||
[[File:Haarin.jpg|none|frame|Resultant Image]] | |||
====Example==== | |||
===Example=== | |||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
Latest revision as of 11:01, 19 October 2022
Performs one-level haar wavelet reconstruction of an image
Function
|
Parameters
|
Image Type Support
|
Sample
Example
|




