Difference between revisions of "CUVI Features"
| (One intermediate revision by the same user not shown) | |||
| Line 56: | Line 56: | ||
# [[Function:Dehaze|dehaze]] - Makes sense of images taken in a blizzard | # [[Function:Dehaze|dehaze]] - Makes sense of images taken in a blizzard | ||
# [[Function:Demosaic|demosaic]] - Restores an RGB image from a CFA Bayer image | # [[Function:Demosaic|demosaic]] - Restores an RGB image from a CFA Bayer image | ||
# [[Function:DemosaicHQLI|demosaicHQLI]] - Restores an RGB using advanced hq debayering | |||
# [[Function:DemosaicDFPD|demosaicDFPD]] - Restores an RGB image from a CFA Bayer image using DFPD algorithm | # [[Function:DemosaicDFPD|demosaicDFPD]] - Restores an RGB image from a CFA Bayer image using DFPD algorithm | ||
# [[Function:fpn|fpn]] - fixed point noise remove via camera black image | # [[Function:fpn|fpn]] - fixed point noise remove via camera black image | ||
| Line 75: | Line 76: | ||
# [[Function:Ycbcr2rgb|ycbcr2rgb]] - Converts YCbCr image to an RGB image | # [[Function:Ycbcr2rgb|ycbcr2rgb]] - Converts YCbCr image to an RGB image | ||
# [[Function:YUV2RGB|yuv2rgb]] - Converts YUV image to an RGB image. | # [[Function:YUV2RGB|yuv2rgb]] - Converts YUV image to an RGB image. | ||
# [[Function:YUV422TOV210|YUV422TOV210]] | # [[Function:YUV422TOV210|YUV422TOV210]] - Converts YUV422 image to an V210 image. | ||
# [[Function:YUV444TOV210|YUV444TOV210]] | # [[Function:YUV444TOV210|YUV444TOV210]] - Converts YUV444 image to an V210 image. | ||
# [[Function:V210TOYUV444|V210TOYUV444]] | # [[Function:V210TOYUV444|V210TOYUV444]] - Converts V210 image to an YUV444 image. | ||
===Computer Vision=== | ===Computer Vision=== | ||
Latest revision as of 13:07, 23 June 2024
CUVI SDK is an image processing kit written and developed on C-CUDA and C++ for over a period of ten years. The SDK includes 100+ image processing and computer vision functions that are plug-n-play for imaging applications in a plethora of verticals. Each function is hand crafted and highly optimized to run on CUDA supported GPUs. Many functions use our own proprietary approach to algorithms and processing to make the best out of hardware and input data.
Modules
CUVI comes in following image processing modules.
- Arithmetic & Logical
- Color Operations
- Computer Vision
- Data Exchange
- Geometry Transforms
- Image Filtering
- Image Statistics
- Image Transforms
- Image Codecs
Function List
Arithmetic & Logical
Color Operations
Computer Vision
Data Exchange
Geometry Transforms
Image Filtering
Image Statistics
Image Transforms
Image Codecs |
CUVI Core
CUVI Core includes the following helper functionality:
CuviImageA C++ class to hold image data on the device. It has the following methods
|