|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.image.Image
edu.wpi.first.wpilibj.image.ColorImage
edu.wpi.first.wpilibj.image.RGBImage
public class RGBImage
A color image represented in RGB color space at 3 bytes per pixel.
Field Summary |
---|
Fields inherited from class edu.wpi.first.wpilibj.image.Image |
---|
image |
Constructor Summary | |
---|---|
RGBImage()
Create a new 0x0 image. |
|
RGBImage(java.lang.String fileName)
Create a new image by loading a file. |
Method Summary |
---|
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 |
---|
public RGBImage() throws NIVisionException
NIVisionException
public RGBImage(java.lang.String fileName) throws NIVisionException
fileName
- The path of the file to load.
NIVisionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |