User contributions for Jawad
From CUVI Wiki
- 07:24, 1 May 2012 diff hist +1,613 N Function:MinFilter Created page with "__NOTOC__ Filters an image using a min filter and default Anchor Position ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus minFilter(CuviIma..."
- 13:49, 30 April 2012 diff hist 0 CUVI by Example
- 13:48, 30 April 2012 diff hist +7 CUVI by Example
- 13:42, 30 April 2012 diff hist +2 CUVI by Example
- 13:41, 30 April 2012 diff hist −12 CUVI by Example
- 13:39, 30 April 2012 diff hist +53 CUVI by Example
- 13:37, 30 April 2012 diff hist +33 CUVI by Example
- 11:47, 30 April 2012 diff hist +1 CUVI by Example
- 11:46, 30 April 2012 diff hist −65 CUVI by Example
- 11:46, 30 April 2012 diff hist +65 CUVI by Example
- 11:45, 30 April 2012 diff hist +71 CUVI by Example
- 11:44, 30 April 2012 diff hist +4 CUVI by Example
- 11:43, 30 April 2012 diff hist +24 CUVI by Example
- 11:30, 30 April 2012 diff hist +2 CUVI by Example
- 11:30, 30 April 2012 diff hist +4 CUVI by Example
- 11:29, 30 April 2012 diff hist +413 CUVI by Example
- 11:14, 30 April 2012 diff hist +166 CUVI by Example
- 11:10, 30 April 2012 diff hist +1 CUVI by Example
- 11:09, 30 April 2012 diff hist +19 CUVI by Example
- 11:08, 30 April 2012 diff hist +430 CUVI by Example
- 11:00, 30 April 2012 diff hist +955 CUVI by Example
- 10:51, 30 April 2012 diff hist +114 CUVI by Example
- 10:48, 30 April 2012 diff hist −3 CUVI by Example
- 10:48, 30 April 2012 diff hist +5 CUVI by Example
- 10:46, 30 April 2012 diff hist +3,006 N CUVI by Example Created page with "{| |style="font-size:130%;"| <syntaxhighlight lang="c"> #include <cuvi.h> static const int Width = 640; //Width of video frame static const int Height = 480; //Height of v..."
- 10:10, 30 April 2012 diff hist +54 CUVI Guide
- 09:47, 30 April 2012 diff hist −2 Function:RGB2Gray
- 09:46, 30 April 2012 diff hist +1,000 N Function:RGBA2Gray Created page with "__NOTOC__ Converts an RGBA image to gray scale using fixed transform ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus RGBA2Gray(CuviImage* s..."
- 09:44, 30 April 2012 diff hist +1,121 N Function:RGB2Gray Created page with "__NOTOC__ Converts an RGB image to gray scale using fixed transform coefficients ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus rgb2Gray(C..."
- 09:42, 30 April 2012 diff hist 0 N File:RGB2GrayOut.jpg current
- 09:38, 30 April 2012 diff hist +1,068 N Function:RGB2YUV Created page with "__NOTOC__ Convert RGB image to YUV color model ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus rgb2yuv(CuviImage* srcImage, ..."
- 09:35, 30 April 2012 diff hist +1,071 N Function:YUV2RGB Created page with "__NOTOC__ Convert YUV color model to an RGB image ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus yuv2rgb(CuviImage* srcImage, ..."
- 09:34, 30 April 2012 diff hist 0 N File:YUV RGB Out.jpg current
- 09:34, 30 April 2012 diff hist 0 N File:YUV RGB In.jpg current
- 09:30, 30 April 2012 diff hist +1,381 N Function:Demosaic Created page with "__NOTOC__ Restores an RGB image from a gray-scale CFA image using Bayer algorithm ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus demosaic(..."
- 09:27, 30 April 2012 diff hist 0 N File:BayerOut.jpg current
- 09:27, 30 April 2012 diff hist 0 N File:BayerIn.jpg current
- 09:20, 30 April 2012 diff hist +1,303 N Function:Color2Gray Created page with "__NOTOC__ Converts an RGB image to gray scale using custom transform coefficients ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus color2Gra..."
- 09:17, 30 April 2012 diff hist 0 N File:Color2grayOut.jpg current
- 09:17, 30 April 2012 diff hist 0 N File:ColoIn.jpg current
- 08:08, 30 April 2012 diff hist −1 CUVI Guide
- 08:07, 30 April 2012 diff hist +2 CUVI Guide
- 08:07, 30 April 2012 diff hist +47 CUVI Guide
- 08:06, 30 April 2012 diff hist +84 CUVI Guide
- 08:04, 30 April 2012 diff hist +93 CUVI Guide
- 08:03, 30 April 2012 diff hist +13 CUVI Guide
- 08:02, 30 April 2012 diff hist −6 CUVI Guide
- 08:01, 30 April 2012 diff hist +18 CUVI Guide
- 07:58, 30 April 2012 diff hist +32 CUVI Guide
- 07:58, 30 April 2012 diff hist +21 CUVI Guide