Package | Description |
---|---|
sc.fiji.balloonSegmentation.structure |
Modifier and Type | Field and Description |
---|---|
BalloonPopulation[] |
BalloonSequence.PopList |
Constructor and Description |
---|
Balloon(int[] Ax,
int[] Ay,
int ID,
ij.process.ImageProcessor ip,
BalloonPopulation BP,
int rgbchannel)
Balloon Constructor with of previously shaped structure: need list spatial coordinates (x,y) of the vertices of the envelop and ID of the balloon to be given
|
Balloon(int x,
int y,
int ID,
ij.process.ImageProcessor ip,
BalloonPopulation BP,
int rgbchannel)
Balloon Constructor used before inflation: need initial spatial coordinates (x,y) and ID of the balloon to be given
|
Copyright © 2015–2021 Fiji. All rights reserved.