|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJSci.instruments.ImageFilterAdapter
JSci.instruments.PTTwoDBarycentre
Find a bead in two dimensions; Barycentre algorithm
| Nested Class Summary | |
(package private) static class |
PTTwoDBarycentre.SimulatedBarycentreSource
|
| Field Summary | |
(package private) javax.swing.JComponent |
comp
|
static boolean |
INTERLACED
the image must be considered interlaced, that is composed by two frames distant by TIME_FIELD? |
static int |
TIME_FIELD
for interlaced images (see INTERLACED),two frames are distant by TIME_FIELD ms |
| Constructor Summary | |
PTTwoDBarycentre()
|
|
| Method Summary | |
void |
filter(Image f)
find the bead |
java.awt.Component |
getFilterControlComponent()
defines the Component that controls this filter |
java.lang.String |
getName()
defines the name of the filter |
static void |
main(java.lang.String[] args)
|
void |
setListener(ParticleTrackerListener ptl)
Sets the object that wants to receive the data collected by the particle tracker. |
void |
setROI(ROI r)
set the ROI for the selections |
java.lang.String |
toString()
|
| Methods inherited from class JSci.instruments.ImageFilterAdapter |
getControlComponent, getHeight, getSize, getWidth, receive, setSink, setSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface JSci.instruments.ImageSource |
setSink |
| Methods inherited from interface JSci.instruments.Control |
getControlComponent |
| Methods inherited from interface JSci.instruments.Dimensions |
getHeight, getSize, getWidth |
| Methods inherited from interface JSci.instruments.ImageSink |
receive, setSource |
| Field Detail |
public static boolean INTERLACED
public static int TIME_FIELD
javax.swing.JComponent comp
| Constructor Detail |
public PTTwoDBarycentre()
| Method Detail |
public java.lang.String getName()
getName in class ImageFilterAdapterpublic void setListener(ParticleTrackerListener ptl)
ParticleTracker
setListener in interface ParticleTrackerptl - the object that receives the data; each time a new
image is processed, ptl.receivePosition() is called.public java.lang.String toString()
public void filter(Image f)
filter in class ImageFilterAdapterpublic java.awt.Component getFilterControlComponent()
getFilterControlComponent in class ImageFilterAdapterpublic void setROI(ROI r)
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||