public class HSLImage extends ColorImage
Constructor and Description |
---|
HSLImage()
Create a new 0x0 image.
|
HSLImage(java.lang.String fileName)
Create a new image by loading a file.
|
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
public HSLImage() throws NIVisionException
NIVisionException
public HSLImage(java.lang.String fileName) throws NIVisionException
fileName
- The path of the file to load.NIVisionException