|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--va.VideoWatch
A thread that continously updates the video frame, and stores the images for acquisition if requested.
Title: OID image processing
Description: Image processing in Java
Copyright: 1998-2003 Michael Abramoff
Company:
Field Summary | |
protected VAInterface |
gui
|
protected ij.ImagePlus |
imp
|
protected ij.process.ImageProcessor |
ip
|
(package private) static int |
j
|
protected boolean |
running
|
protected boolean |
show
|
protected short[] |
videoPixels
|
Fields inherited from class java.lang.Thread |
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals |
Constructor Summary | |
VideoWatch(VAInterface gui)
|
Method Summary | |
void |
kill()
The kill method is called when the watcher is to stop. |
void |
run()
Updates the video frame ImagePlus to show the current video frame. |
void |
setProcessor(ij.ImagePlus imp)
|
void |
showResume()
|
void |
showWait()
|
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected boolean running
protected boolean show
protected VAInterface gui
protected ij.ImagePlus imp
protected ij.process.ImageProcessor ip
protected short[] videoPixels
static int j
Constructor Detail |
public VideoWatch(VAInterface gui)
Method Detail |
public void showWait()
public void showResume()
public void setProcessor(ij.ImagePlus imp)
public void run()
run
in class java.lang.Thread
public void kill()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |