Difference between revisions of "CUVI Features"
From CUVI Wiki
| Line 46: | Line 46: | ||
* [[Function:ChannelMerge|channelMerge]] - Merges R, G and B Channel to form a color image | * [[Function:ChannelMerge|channelMerge]] - Merges R, G and B Channel to form a color image | ||
* [[Function:ChannelSplit|channelSplit]] - Splits a three channel image into R, G and B channels | * [[Function:ChannelSplit|channelSplit]] - Splits a three channel image into R, G and B channels | ||
* [[Function:ColorPick|colorPick]] - Performs color segmentation of image by selecting a single color | * [[Function:ColorPick|colorPick]] - Performs color segmentation of image by selecting a single color | ||
* [[Function:ColorTwist|colorTwist]] - Applies a color twist matrix to an image | * [[Function:ColorTwist|colorTwist]] - Applies a color twist matrix to an image | ||
* [[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: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 | ||
| Line 56: | Line 57: | ||
* [[Function:ImageBinary|imageBinary]] - Converts input image into a binary image based on threshold | * [[Function:ImageBinary|imageBinary]] - Converts input image into a binary image based on threshold | ||
* [[Function:Lab2rgb|Lab2rgb]] - Converts image from CIE Lab color space to RGB. | * [[Function:Lab2rgb|Lab2rgb]] - Converts image from CIE Lab color space to RGB. | ||
* [[Function:LogTransform|logTransform]] - Applies log transformation for contrast enhancement of an image | * [[Function:LogTransform|logTransform]] - Applies log transformation for contrast enhancement of an image | ||
* [[Function:Lowlight|lowlight]] - enhances the low intensity colors in a dark photo | * [[Function:Lowlight|lowlight]] - enhances the low intensity colors in a dark photo | ||
* [[Function:LUT|LUT]] - Remaps image values according to look up table | * [[Function:LUT|LUT]] - Remaps image values according to look up table | ||
* [[Function:RGB2Gray|rgb2gray]] - Converts an RGB image to gray scale | * [[Function:RGB2Gray|rgb2gray]] - Converts an RGB image to gray scale | ||
* [[Function:Rgb2hsv|rgb2hsv]] - Converts an RGB image to HSV color space | * [[Function:Rgb2hsv|rgb2hsv]] - Converts an RGB image to HSV color space | ||
* [[Function:Rgb2Lab|rgb2Lab]] - Converts an RGB image to CIE Lab color space | * [[Function:Rgb2Lab|rgb2Lab]] - Converts an RGB image to CIE Lab color space | ||
* [[Function:Rgb2ycbcr|rgb2ycbcr]] - Converts an RGB image to YCbCr color space | * [[Function:Rgb2ycbcr|rgb2ycbcr]] - Converts an RGB image to YCbCr color space | ||
* [[Function:RGB2YUV|rgb2yuv]] - Converts RGB image to YUV color space | * [[Function:RGB2YUV|rgb2yuv]] - Converts RGB image to YUV color space | ||
* [[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. | ||
Revision as of 11:41, 27 March 2018
This page provides a list of all the functionality available in the latest release of CUVI Library.
Modules
CUVI comes in following image processing modules.
- Arithmetic & Logical
- Color Operations
- Computer Vision
- Data Exchange
- Geometry Transforms
- Image Filtering
- Image Statistics
- Image Transforms
- Video Stabilization
Function List
Arithmetic & Logical
Color Operations
Computer Vision
|
Data Exchange
Geometry Transforms
Image Filtering
Image Statistics
Image Transforms
Video Stabilization
|
CUVI Core
CUVI Core includes the following helper functionality:
CuviImageA C++ class to hold image data on the device. It has the following methods
|