public class NucleusIdentification extends DetectionIdentification<NucleusIdentification,Nucleus>
ViewDataBeads
have an ArrayList
of BeadIdentification
objects telling which other Beads are correspondence candidates or true correspondences.detectionID, view
Constructor and Description |
---|
NucleusIdentification(int detectionID,
ViewDataBeads view) |
NucleusIdentification(Nucleus nucleus) |
Modifier and Type | Method and Description |
---|---|
Nucleus |
getDetection()
Returns the actual
Nucleus object it links to |
Nucleus |
getDetection(boolean silent) |
Nucleus |
getNucleus() |
long |
getNucleusID() |
String |
toString()
Prints the nucleus properties
|
getDetectionID, getView, getViewID
public NucleusIdentification(Nucleus nucleus)
public NucleusIdentification(int detectionID, ViewDataBeads view)
public long getNucleusID()
public String toString()
toString
in class DetectionIdentification<NucleusIdentification,Nucleus>
public Nucleus getNucleus()
public Nucleus getDetection()
Nucleus
object it links togetDetection
in class DetectionIdentification<NucleusIdentification,Nucleus>
Nucleus
objectpublic Nucleus getDetection(boolean silent)
Copyright © 2015–2021 Fiji. All rights reserved.