public class BalloonSequence extends Object
Modifier and Type | Field and Description |
---|---|
int |
N |
BalloonPopulation[] |
PopList |
Constructor and Description |
---|
BalloonSequence(ij.ImagePlus imp_in)
BalloonSequence constructor: initiate a sequence of Balloon population from a stack of images
|
Modifier and Type | Method and Description |
---|---|
StringBuffer |
getStructureInfo()
Output a formatted data of the balloon structure and sequence
|
ArrayList<double[]> |
importSeeds(String directory,
String file_name,
int currentSlice)
Read files with XYZ position for centres
Circular balloon centrerd on x,y with id ID
|
void |
setSequence(int currentSlice,
ij.process.ImageProcessor ipWallSegment,
ArrayList X0,
ArrayList Y0,
int rgbchannel) |
void |
setSequence(int currentSlice,
ij.process.ImageProcessor ipWallSegment,
int rgbchannel)
initiate a new balloon population
|
void |
setStructureFromFile(String directory,
String file_name)
Reconstruct the structure from saved data
|
public BalloonPopulation[] PopList
public int N
public BalloonSequence(ij.ImagePlus imp_in)
public void setSequence(int currentSlice, ij.process.ImageProcessor ipWallSegment, int rgbchannel)
public void setSequence(int currentSlice, ij.process.ImageProcessor ipWallSegment, ArrayList X0, ArrayList Y0, int rgbchannel)
public ArrayList<double[]> importSeeds(String directory, String file_name, int currentSlice)
public StringBuffer getStructureInfo()
Copyright © 2015–2021 Fiji. All rights reserved.