|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.instruments.ImageFilterAdapter JSci.instruments.PTTwoDBarycentre
public class 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.Dimensions |
---|
getHeight, getSize, getWidth |
Methods inherited from interface JSci.instruments.ImageSink |
---|
receive, setSource |
Methods inherited from interface JSci.instruments.Control |
---|
getControlComponent |
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 ImageFilterAdapter
public void setListener(ParticleTrackerListener ptl)
ParticleTracker
setListener
in interface ParticleTracker
ptl
- the object that receives the data; each time a new
image is processed, ptl.receivePosition() is called.public java.lang.String toString()
toString
in class java.lang.Object
public void filter(Image f)
filter
in class ImageFilterAdapter
public java.awt.Component getFilterControlComponent()
getFilterControlComponent
in class ImageFilterAdapter
public 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 |