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