public class AmiraImporter extends Object
Constructor and Description |
---|
AmiraImporter() |
Modifier and Type | Method and Description |
---|---|
static Collection<AreaList> |
extractAmiraLabels(ij.ImagePlus labels,
AmiraParameters ap,
Layer first_layer,
double xo,
double yo)
Returns an ArrayList containing all AreaList objects.
|
static Map<Float,AreaList> |
extractAreaLists(ij.ImagePlus imp,
Layer first_layer,
double base_x,
double base_y,
float alpha,
boolean add_background)
Returns a map of label vs AreaList.
|
static Collection<AreaList> |
importAmiraLabels(Layer first_layer,
double xo,
double yo,
String default_dir)
Returns the array of AreaList or null if the file dialog is canceled.
|
public static Collection<AreaList> importAmiraLabels(Layer first_layer, double xo, double yo, String default_dir)
public static Collection<AreaList> extractAmiraLabels(ij.ImagePlus labels, AmiraParameters ap, Layer first_layer, double xo, double yo)
Copyright © 2015–2021 Fiji. All rights reserved.