|
|||||||||
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.MonoImage
public class MonoImage
A grey scale image represented at a byte per pixel.
Field Summary |
---|
Fields inherited from class edu.wpi.first.wpilibj.image.Image |
---|
image |
Constructor Summary | |
---|---|
MonoImage()
Create a new 0x0 image. |
Method Summary | |
---|---|
EllipseMatch[] |
detectEllipses(EllipseDescriptor ellipseDescriptor)
|
EllipseMatch[] |
detectEllipses(EllipseDescriptor ellipseDescriptor,
CurveOptions curveOptions,
ShapeDetectionOptions shapeDetectionOptions,
RegionOfInterest roi)
|
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 MonoImage() throws NIVisionException
NIVisionException
Method Detail |
---|
public EllipseMatch[] detectEllipses(EllipseDescriptor ellipseDescriptor, CurveOptions curveOptions, ShapeDetectionOptions shapeDetectionOptions, RegionOfInterest roi) throws NIVisionException
NIVisionException
public EllipseMatch[] detectEllipses(EllipseDescriptor ellipseDescriptor) throws NIVisionException
NIVisionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |