Difference between revisions of "CUVI Features"

From CUVI Wiki
Line 29: Line 29:
* [[Function:ImageFilter|ImageFilter]] -  
* [[Function:ImageFilter|ImageFilter]] -  
* [[Function:Max|Max]] - Computes the maximum of image pixel values
* [[Function:Max|Max]] - Computes the maximum of image pixel values
* [[Function:MaxFilter|MaxFilter]]
* [[Function:MaxFilter|MaxFilter]] - Filters an image using a max filter
* [[Function:MaxIndx|MaxIndx]] - Computes the maximum of image pixel values, and retrieves the
* [[Function:MaxIndx|MaxIndx]] - Computes the maximum of image pixel values, and retrieves the
coordinates of pixels with maximal intensity values
coordinates of pixels with maximal intensity values
Line 35: Line 35:
* [[Function:MeanStdDev|MeanStdDev]]
* [[Function:MeanStdDev|MeanStdDev]]
* [[Function:Min|Min]] - Computes the minimum of image pixel values
* [[Function:Min|Min]] - Computes the minimum of image pixel values
* [[Function:MinFilter|MinFilter]]
* [[Function:MinFilter|MinFilter]] - Filters an image using a min filter
|style="width:50%;"|
|style="width:50%;"|
* [[Function:MinIndx|MinIndx]] - Computes the minimum of image pixel values, and retrieves the
* [[Function:MinIndx|MinIndx]] - Computes the minimum of image pixel values, and retrieves the

Revision as of 16:00, 25 April 2012


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.

XOR operation

  • YUV2RGB - Convert YUV color model to an RGB image