User contributions for Jawad
From CUVI Wiki
- 12:12, 18 November 2024 diff hist −8 CUVI Release Notes current Tag: Manual revert
- 08:58, 18 November 2024 diff hist +8 CUVI Release Notes →Version 2.0.2 (Latest Stable) Tag: Reverted
- 08:53, 18 November 2024 diff hist +24 Function:FocusStack →Code Example current
- 08:52, 18 November 2024 diff hist +239 Function:FocusStack
- 08:49, 18 November 2024 diff hist −70 Function:FocusStack →Function
- 08:49, 18 November 2024 diff hist +61 Function:FocusStack →Function
- 08:49, 18 November 2024 diff hist +25 Function:FocusStack →Function
- 13:09, 23 June 2024 diff hist +14 CUVI Guide current
- 13:07, 23 June 2024 diff hist +88 CUVI Features →Color Operations current
- 13:00, 23 June 2024 diff hist +31 CUVI Release Notes
- 12:59, 23 June 2024 diff hist −2 CUVI Release Notes
- 12:58, 23 June 2024 diff hist +13 CUVI Release Notes
- 12:55, 23 June 2024 diff hist +25 CUVI Release Notes →Version 2.0.2 (Latest Stable)
- 12:51, 23 June 2024 diff hist +38 CUVI Release Notes →Version 1.8.0
- 12:44, 23 June 2024 diff hist +24 CUVI Release Notes
- 12:41, 23 June 2024 diff hist +4 Function:DemosaicHQLI →Example current
- 12:41, 23 June 2024 diff hist +1,759 N Function:DemosaicHQLI Created page with "__NOTOC__ Performs high quality demosaic using linear interpolation inspired by the following paper: * HIGH - QUALITY LINEAR INTERPOLATION FOR DEMOSAICING OF BAYER - PATTERNED COLOR IMAGES * Henrique S.Malvar, Li-wei He, and Ross Cutler * Microsoft Research * One Microsoft Way, Redmond, WA 98052, USA Supports neighborhood/filtersize of 5,7 & 9. ====Function==== {| |style="font-size:100%;"| <syntaxhighlight lang="cpp"> CuviStatus demosaicHQLI(const CuviImage& src,..."
- 12:35, 23 June 2024 diff hist +13 Function:Demosaic current
- 12:34, 23 June 2024 diff hist −8 Function:Lowlight →Image Type Support current Tag: Manual revert
- 12:34, 23 June 2024 diff hist +8 Function:Lowlight →Image Type Support Tag: Reverted
- 08:53, 23 June 2024 diff hist +36 Function:Lowlight →Image Type Support
- 08:52, 23 June 2024 diff hist +656 CUVI Release Notes
- 07:11, 7 November 2022 diff hist +126 CUVI Features →Color Operations
- 07:10, 7 November 2022 diff hist +34 N Function:V210TOYUV444 Created page with "__NOTOC__ V210 to YUV444 converter" current
- 07:10, 7 November 2022 diff hist +34 N Function:YUV444TOV210 Created page with "__NOTOC__ YUV444 to V210 converter" current
- 07:09, 7 November 2022 diff hist +34 N Function:YUV422TOV210 Created page with "__NOTOC__ YUV422 to V210 converter" current
- 07:09, 7 November 2022 diff hist +10 Function:Add →Parameters current
- 07:08, 7 November 2022 diff hist +1,927 N Function:FPNCorrection Created page with "__NOTOC__ Removes fixed point camera noise from the image using a more robust method than Function:fpn. In addition to black image, the function also takes a white image and gain value to remove noise from the input image using the internal formula: ''dst[i] = Saturate(gain * (src[i]- black[i])/(white[i] - black[i]),0,maxValue)''; ====Function==== {| |style="font-size:100%;"| <syntaxhighlight lang="cpp"> CuviStatus FPNCorrection(const CuviImage& src,..." current
- 06:59, 7 November 2022 diff hist +114 CUVI Features →Color Operations
- 06:58, 7 November 2022 diff hist +4 Function:Fpn current
- 06:58, 7 November 2022 diff hist +1,265 N Function:Fpn Created page with "__NOTOC__ Removes fixed point camera noise from the image using black image. Ideally the black image taken from camera with closed shutter should be all 0s. Any value above that is considered a black noise and can be removed via the formula: outputImage[i] = max(0, inputImage[i] - blackImage[i]); ====Function==== {| |style="font-size:100%;"| <syntaxhighlight lang="cpp"> CuviStatus fpn(CuviImage &output, const CuviImage &input, const CuviImag..."
- 11:26, 31 October 2022 diff hist +833 N Function:Dot Created page with "__NOTOC__ Computes the dot product of two 2D images and stores into a 1D scalar. ====Function==== {| |style="font-size:100%;"| <syntaxhighlight lang="cpp"> CuviStatus cuvi::arithmeticLogical::dot(CuviImage& src1, CuviImage& src2, CuviScalar& result, const CuviStream& stream = CuviStream()); </syntaxhighlight> |} ====Parameters==== {| |style="font-size..." current
- 08:48, 31 October 2022 diff hist +55 CUVI Features →Arithmetic & Logical
- 08:46, 31 October 2022 diff hist +1,378 N Function:InRange Created page with "__NOTOC__ Checks if image values lie between the range defined by two values and returns a boolean image output. The output image is always 8-bit with either 0 or 255 as an pixel value. ====Function==== {| |style="font-size:100%;"| <syntaxhighlight lang="cpp"> CuviStatus inRange(const CuviImage& src, const Cuvi32f rangeMin, const Cuvi32f rangeMax, const CuviStream& stream = CuviStream()); </syn..." current
- 08:37, 31 October 2022 diff hist +51 CUVI Features →Color Operations
- 08:31, 31 October 2022 diff hist 0 Function:BlackGammaLUT current
- 08:30, 31 October 2022 diff hist +1,832 N Function:BlackGammaLUT Created page with "__NOTOC__ Remaps image values according to look up tables but instead of a single table like in Function:LUT, the blackGammaLUT takes separate tables for each channel. ====Function==== {| |style="font-size:100%;"| <syntaxhighlight lang="cpp"> CuviStatus blackGammaLUT(const CuviImage& src, CuviImage& dst, Cuvi16u* redLUT, Cuvi16u* greenLUT, Cuvi16u* blueLUT,..."
- 08:24, 31 October 2022 diff hist +11 Function:LUT →Image Type Support current
- 07:04, 31 October 2022 diff hist +67 Performance & Benchmark current
- 06:50, 31 October 2022 diff hist +68 Performance & Benchmark
- 06:25, 31 October 2022 diff hist +67 Performance & Benchmark
- 12:44, 30 October 2022 diff hist −7 Performance & Benchmark
- 12:42, 30 October 2022 diff hist +67 Performance & Benchmark
- 12:27, 30 October 2022 diff hist +1,730 Performance & Benchmark
- 08:14, 30 October 2022 diff hist +123 Performance & Benchmark
- 08:11, 30 October 2022 diff hist +124 Performance & Benchmark
- 08:08, 30 October 2022 diff hist +117 Performance & Benchmark
- 08:07, 30 October 2022 diff hist +7 Performance & Benchmark
- 08:06, 30 October 2022 diff hist +6 Performance & Benchmark
- 08:06, 30 October 2022 diff hist −1 Performance & Benchmark