User contributions for Ghazanfar
From CUVI Wiki
- 10:07, 13 June 2014 diff hist +1,271 N Function:WarpAffineBack Created page with "__NOTOC__ Applies inverse affine transformation to an image. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus warpAffineBack(const CuviImage..." current
- 09:59, 13 June 2014 diff hist +1,235 N Function:WarpAffine Created page with "__NOTOC__ Applies affine transformation to an image. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus warpAffine(const CuviImage& src, ..." current
- 09:46, 13 June 2014 diff hist +65 Function:Gray2rgb
- 09:45, 13 June 2014 diff hist −10 Function:Gray2rgb
- 09:45, 13 June 2014 diff hist +1,123 N Function:Gray2rgb Created page with "__NOTOC__ Converts a gray-scale image to 3 channel image by copying the same input image to all the channels of 3 channel output image. ===Function=== {| |style="font-size:150..."
- 08:22, 13 June 2014 diff hist +903 N Function:Lab2rgb Created page with "__NOTOC__ Converts input CIE Lab image to RGB color space. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus Lab2rgb(const CuviImage& src, ..."
- 08:20, 13 June 2014 diff hist +891 N Function:Hsv2rgb Created page with "__NOTOC__ Converts input HSV image to RGB color space. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus hsv2rgb(const CuviImage& src, ..."
- 08:18, 13 June 2014 diff hist +903 N Function:Rgb2Lab Created page with "__NOTOC__ Converts input RGB image to CIE Lab color space. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus rgb2Lab(const CuviImage& src, ..."
- 08:13, 13 June 2014 diff hist +891 N Function:Rgb2hsv Created page with "__NOTOC__ Converts input RGB image to HSV color space. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus rgb2hsv(const CuviImage& src, ..."
- 08:12, 13 June 2014 diff hist +924 N Function:Ycbcr2rgb Created page with "__NOTOC__ Converts input YCbCr image to RGB color space. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus ycbcr2rgb(const CuviImage& src, ..."
- 08:10, 13 June 2014 diff hist +924 N Function:Rgb2ycbcr Created page with "__NOTOC__ Converts input RGB image to YCbCr color space. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus rgb2ycbcr(const CuviImage& src, ..."
- 08:06, 13 June 2014 diff hist +175 Function:RGB2Gray →Example
- 08:04, 13 June 2014 diff hist +1,069 N Function:SHR Created page with "__NOTOC__ Right shift pixel values of the input image by specified constant value. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus SHR(cons..."
- 08:02, 13 June 2014 diff hist +1,067 N Function:SHL Created page with "__NOTOC__ Left shift pixel values of the input image by specified constant value. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus SHL(const..."
- 07:56, 13 June 2014 diff hist +947 N Function:Sqrt Created page with "__NOTOC__ Calculates square root of each pixel of input image. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus sqrt(const CuviImage& src, ..."
- 07:54, 13 June 2014 diff hist +3 Function:Cbrt
- 07:52, 13 June 2014 diff hist +944 N Function:Round Created page with "__NOTOC__ Rounds pixels of input image to nearest integer value. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus round(const CuviImage& src..."
- 07:43, 13 June 2014 diff hist +199 CUVI Features →Function List
- 07:35, 13 June 2014 diff hist −40 Function:MatMul →Image Type Support
- 07:34, 13 June 2014 diff hist +57 Function:AND →Example
- 07:29, 13 June 2014 diff hist −33 Function:MatMulTrans
- 07:29, 13 June 2014 diff hist −21 Function:MatMulTrans
- 07:28, 13 June 2014 diff hist +1,171 N Function:MatMulTrans Created page with "__NOTOC__ Performs matrix multiplication with its transpose. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus matMulTrans(const CuviImage& ..."
- 07:25, 13 June 2014 diff hist +1 Function:MatMul
- 07:24, 13 June 2014 diff hist −1 Function:MatMul
- 07:24, 13 June 2014 diff hist +32 Function:MatMul
- 07:22, 13 June 2014 diff hist +1,111 N Function:MatMul Created page with "__NOTOC__ ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus matMul(const CuviImage& A, const CuviImage& B, ..."
- 07:12, 13 June 2014 diff hist +96 CUVI Features →Video Stabilization
- 07:10, 13 June 2014 diff hist −2 CUVI Features →Image Transforms
- 07:09, 13 June 2014 diff hist +166 CUVI Features →Image Transforms
- 07:07, 13 June 2014 diff hist +30 CUVI Features →Image Statistics
- 07:05, 13 June 2014 diff hist +26 CUVI Features →Image Filtering
- 07:04, 13 June 2014 diff hist +77 CUVI Features →Geometry Transforms
- 07:03, 13 June 2014 diff hist +139 CUVI Features →Data Exchange
- 06:43, 13 June 2014 diff hist +727 Function:Multiply
- 05:58, 13 June 2014 diff hist +63 Function:NOT
- 05:57, 13 June 2014 diff hist +28 Function:RGB2Gray
- 05:53, 13 June 2014 diff hist +3 CUVI Features →Geometry Transforms
- 05:52, 13 June 2014 diff hist +138 Function:Resize
- 05:41, 13 June 2014 diff hist +296 CUVI Features →Function List
- 12:37, 12 June 2014 diff hist +220 CUVI Features →Function List
- 12:32, 12 June 2014 diff hist +23 Function:Invert
- 12:32, 12 June 2014 diff hist +870 N Function:Invert Created page with "__NOTOC__ Computes matrix inverse of a square image. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus invert(const CuviImage& src, ..."
- 12:27, 12 June 2014 diff hist +918 N Function:Floor Created page with "__NOTOC__ Applies [http://en.cppreference.com/w/c/numeric/math/floor floor] function to each pixel of input image. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight..."
- 12:26, 12 June 2014 diff hist +948 N Function:Exp Created page with "__NOTOC__ Calculates exponential value of each pixel of input image. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus exp(const CuviImage& s..."
- 12:00, 12 June 2014 diff hist +3 Function:Ceil
- 11:59, 12 June 2014 diff hist +910 N Function:Ceil Created page with "__NOTOC__ Applies [http://en.cppreference.com/w/c/numeric/math/ceil ceil] function to each pixel of input image. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight l..."
- 11:53, 12 June 2014 diff hist +940 N Function:Cbrt Created page with "__NOTOC__ Calculates cube root of each pixel of input image. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus abs(const CuviImage& src, ..."
- 11:43, 12 June 2014 diff hist +150 CUVI Features →CuviImage
- 11:38, 12 June 2014 diff hist +109 Function:Max