public class Reconstruction extends Object
Modifier and Type | Field and Description |
---|---|
protected SPIMConfiguration |
conf |
Constructor and Description |
---|
Reconstruction(SPIMConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
protected void |
addExternalTransformation(ViewStructure viewStructure) |
protected void |
findAllRansacCorrespondencesRecurively(Bead bead,
ArrayList<Bead> correspondingBeadList) |
protected ArrayList<Bead> |
getAveragedBeadList(ArrayList<ViewDataBeads> views,
ViewDataBeads newView) |
ViewStructure |
getCurrentViewStructure() |
ArrayList<RegistrationStatistics> |
getRegistrationStatistics() |
SPIMConfiguration |
getSPIMConfiguration() |
static void |
main(String[] args) |
protected void |
processIndividualViewStructure(SPIMConfiguration conf) |
protected void |
processTimeLapse(SPIMConfiguration conf) |
protected final SPIMConfiguration conf
public Reconstruction(SPIMConfiguration conf)
public SPIMConfiguration getSPIMConfiguration()
public ArrayList<RegistrationStatistics> getRegistrationStatistics()
public ViewStructure getCurrentViewStructure()
protected void findAllRansacCorrespondencesRecurively(Bead bead, ArrayList<Bead> correspondingBeadList)
protected ArrayList<Bead> getAveragedBeadList(ArrayList<ViewDataBeads> views, ViewDataBeads newView)
protected void processTimeLapse(SPIMConfiguration conf)
protected void processIndividualViewStructure(SPIMConfiguration conf)
protected void addExternalTransformation(ViewStructure viewStructure)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.