|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFrameGrabber
class FrameGrabber
The class FrameGrabber contains methods to perform various operations allowing access to the native methods provided by the af2framegrabber library. These methods allow the position of a fibre to be determined, and also allow the overlay of a centroid marker and fibre number.
Field Summary | |
---|---|
private static FrameGrabber |
_instance
|
Constructor Summary | |
---|---|
private |
FrameGrabber()
|
Method Summary | |
---|---|
(package private) int |
clearOverlay()
Clear the frame grabbers overlay |
(package private) java.awt.Point |
getFibrePosition()
Get the position of a fibre |
(package private) java.awt.Point |
getNegativeImageCentroid()
Get the centroid of a negative image |
private int |
initialise()
Initialise the frame grabber |
static FrameGrabber |
instance()
|
(package private) void |
overlayCircle(int x,
int y)
Overlay a circle on the video output |
(package private) void |
overlayNumber(int Number)
Overlay a number on the video output |
(package private) int |
reset()
Reset the frame grabber |
(package private) void |
setBrightness(int brightness)
Set the brightness of the frame grabber |
(package private) void |
setContrast(int contrast)
Set the contrast of the frame grabber |
(package private) void |
setGain(int gain)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static FrameGrabber _instance
Constructor Detail |
---|
private FrameGrabber()
Method Detail |
---|
public static FrameGrabber instance()
private int initialise()
int reset()
int clearOverlay()
void overlayCircle(int x, int y)
void overlayNumber(int Number)
java.awt.Point getFibrePosition()
java.awt.Point getNegativeImageCentroid()
void setBrightness(int brightness)
void setContrast(int contrast)
void setGain(int gain)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |