CUVI Features

From CUVI Wiki
Revision as of 16:05, 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.

  • ColorTwist - Applies a color twist matrix to an image
  • CountInRange - Counts the number of pixels within the given intensity range
  • Crop - Crops the desired portion of an image
  • Demosaic - Restores an RGB image from a gray-scale Bayer image
  • Divide - Logical Bitwise Divide operation on image
  • DWT - Performs forward discrete wavelet transform
  • Flip
  • GoodFeaturesToTrack - selects N best points on a image
  • HistEq -
  • IDWT - Performs inverse discrete wavelet transform
  • ImageBinary -
  • ImageGradients -
  • ImageFilter -
  • Max - Computes the maximum of image pixel values
  • MaxFilter - Filters an image using a max filter
  • MaxIndx - Computes the maximum of image pixel values, and retrieves the

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.

  • RGB2YUV - Convert RGB image to YUV color model
  • RGBA2Gray
  • Rotate - Rotates an image with the origin (0,0) or center
  • Subtract
  • Sum - Computes the sum of image pixel values
  • TrackFeatures - Tracks input features from frame 1 onto frame 2
  • Transpose - Performs Image transform
  • XOR - Combines corresponding pixels of two image buffers by a bitwise

XOR operation

  • YUV2RGB - Convert YUV color model to an RGB image