Difference between revisions of "CUVI Release Notes"

From CUVI Wiki
Line 5: Line 5:
**CUDA capable Graphics Card [[http://developer.nvidia.com/cuda-gpus see list]]
**CUDA capable Graphics Card [[http://developer.nvidia.com/cuda-gpus see list]]
**Windows 7, Linux or Mac OSX
**Windows 7, Linux or Mac OSX
*New Features
**[[Function:CountInRange|CountInRange]] - Counts the number of pixels within the given intensity range
**[[Function:EigenValsVecs|EigenValsVecs]] - Calculates eigen values and eigen vectors at each pixel in an image
**[[Function:Flip|Flip]] - Mirrors an image about a horizontal or vertical axis, or both
**[[Function:ImageGradients|ImageGradients]] - Calculates X and Y gradients of image
**[[Function:MinEigenVal|MinEigenVal]] - Calculates the minimum eigen value at each pixel in an image
**[[Function:Rotate|Rotate]] - Rotates an image with the origin (0,0) or center
**[[Function:Transpose|Transpose]] - Takes Transpose of the image
*Framework Enhancements
**Instead of a single function for all color operations and one for arithmetic operations, the new build contains individual functions like RGB2YUV and Add to improve usability
**The functions 'split' and 'merge' are renamed to [[Function:ChannelSplit|ChannelSplit]] and [[Function:ChannelMerge|ChannelMerge]]
**The function 'bayerToRGB' is renamed to [[Function:Demosaic|Demosaic]]
**The function 'imFilter' is renamed to [[Function:ImageFilter|ImageFilter]] and its input argument have been simplified

Revision as of 20:04, 2 May 2012

Version 1.2

  • Release Date: May 8, 2012
  • Requirements:
    • Latest CUDA drivers from NVIDIA[download]
    • CUDA capable Graphics Card [see list]
    • Windows 7, Linux or Mac OSX
  • New Features
    • CountInRange - Counts the number of pixels within the given intensity range
    • EigenValsVecs - Calculates eigen values and eigen vectors at each pixel in an image
    • Flip - Mirrors an image about a horizontal or vertical axis, or both
    • ImageGradients - Calculates X and Y gradients of image
    • MinEigenVal - Calculates the minimum eigen value at each pixel in an image
    • Rotate - Rotates an image with the origin (0,0) or center
    • Transpose - Takes Transpose of the image
  • Framework Enhancements
    • Instead of a single function for all color operations and one for arithmetic operations, the new build contains individual functions like RGB2YUV and Add to improve usability
    • The functions 'split' and 'merge' are renamed to ChannelSplit and ChannelMerge
    • The function 'bayerToRGB' is renamed to Demosaic
    • The function 'imFilter' is renamed to ImageFilter and its input argument have been simplified