edu.wpi.first.wpilibj.image
Class HSLImage

java.lang.Object
  extended by edu.wpi.first.wpilibj.image.Image
      extended by edu.wpi.first.wpilibj.image.ColorImage
          extended by edu.wpi.first.wpilibj.image.HSLImage

public class HSLImage
extends ColorImage

A color image represented in HSL color space at 3 bytes per pixel.

Author:
dtjones

Field Summary
 
Fields inherited from class edu.wpi.first.wpilibj.image.Image
image
 
Constructor Summary
HSLImage()
          Create a new 0x0 image.
HSLImage(java.lang.String fileName)
          Create a new image by loading a file.
 
Method Summary
 
Methods inherited from class edu.wpi.first.wpilibj.image.ColorImage
colorEqualize, getBluePlane, getGreenPlane, getHSIHuePlane, getHSISaturationPlane, getHSLHuePlane, getHSLSaturationPlane, getHSVHuePlane, getHSVSaturationPlane, getIntensityPlane, getLuminancePlane, getRedPlane, getValuePlane, luminanceEqualize, replaceBluePlane, replaceGreenPlane, replaceHSIHuePlane, replaceHSISaturationPlane, replaceHSLHuePlane, replaceHSLSaturationPlane, replaceHSVHuePlane, replaceHSVSaturationPlane, replaceIntensityPlane, replaceLuminancePlane, replaceRedPlane, replaceValuePlane, thresholdHSI, thresholdHSL, thresholdHSV, thresholdRGB
 
Methods inherited from class edu.wpi.first.wpilibj.image.Image
free, getHeight, getWidth, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSLImage

public HSLImage()
         throws NIVisionException
Create a new 0x0 image.

Throws:
NIVisionException

HSLImage

public HSLImage(java.lang.String fileName)
         throws NIVisionException
Create a new image by loading a file.

Parameters:
fileName - The path of the file to load.
Throws:
NIVisionException