2010 FRC Java API


Uses of Class
edu.wpi.first.wpilibj.image.Image

Packages that use Image
edu.wpi.first.wpilibj.image Provides classes to access National Instrument's nivison library for machine vision enables automated image processing for color identification, tracking and analysis. 
 

Uses of Image in edu.wpi.first.wpilibj.image
 

Subclasses of Image in edu.wpi.first.wpilibj.image
 class BinaryImage
          An image where each pixel is treated as either on or off.
 class ColorImage
          A class representing a color image.
 class HSLImage
          A color image represented in HSL color space at 3 bytes per pixel.
 class MonoImage
          A grey scale image represented at a byte per pixel.
 class RGBImage
          A color image represented in RGB color space at 3 bytes per pixel.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.