edu.wpi.first.wpilibj.image
Class HSLImage
java.lang.Object
   edu.wpi.first.wpilibj.image.Image
edu.wpi.first.wpilibj.image.Image
       edu.wpi.first.wpilibj.image.ColorImage
edu.wpi.first.wpilibj.image.ColorImage
           edu.wpi.first.wpilibj.image.HSLImage
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
 
| Fields inherited from class edu.wpi.first.wpilibj.image.Image | 
| image | 
 
| Constructor Summary | 
| HSLImage()Create a new 0x0 image.
 | 
| HSLImage(String fileName)Create a new image by loading a file.
 | 
 
 
| 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 | 
 
 
 
HSLImage
public HSLImage()
         throws NIVisionException
- Create a new 0x0 image.
 
- Throws:
- NIVisionException
 
HSLImage
public HSLImage(String fileName)
         throws NIVisionException
- Create a new image by loading a file.
 
- Parameters:
- fileName- The path of the file to load.
- Throws:
- NIVisionException
 
"For updated information see the Java FRC site"