CUVI Features

From CUVI Wiki
Revision as of 15:53, 25 April 2012 by Jawad (talk | contribs)


Function List

  • Add - Adds two images
  • Adjust - Equivalent to MATLAB's imadjust
  • AND - Logical Bitwise AND
  • BitConversion - Converts image pixel values from one data type to another
  • BorderMask - Masks image borders with custom intensity
  • ChannelMerge - Merges R, G and B Channel into to form a color image
  • ChannelSplit - Splits a three channel image into R, G and B channels
  • Color2Gray - Converts an RGB image to gray scale using custom transform

coefficients.

coordinates of pixels with maximal intensity values

  • MinIndx - Computes the minimum of image pixel values, and retrieves the

coordinates of pixels with minimal intensity values

  • MinMax - Computes the minimum and maximum of image pixel values
  • MinMaxIndx - Calculates minimum and maximum pixel values and their indexes
  • Multiply
  • NOT - Performs a bitwise NOT operation on each pixel
  • OpticalFlowHS
  • OpticalFlowPyrLK
  • OR - Combines corresponding pixels of two image buffers by a bitwise

OR operation

  • Resize
  • RGB2Gray - Converts an RGB image to gray scale using fixed transform

coefficients.

XOR operation

  • YUV2RGB - Convert YUV color model to an RGB image