public class SegmentatorModel extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_MATERIAL |
static String |
LABEL_CANVAS |
static String |
LABEL_IMAGE_PLUS |
Constructor and Description |
---|
SegmentatorModel(ij.ImagePlus data) |
Modifier and Type | Method and Description |
---|---|
AmiraParameters.Material |
getCurrentMaterial() |
SegmentationViewerCanvas |
getLabelCanvas() |
ij.ImagePlus |
getLabelImagePlus() |
AmiraParameters |
getMaterialParams() |
ij.ImagePlus |
getOriginalImage() |
void |
setCurrentMaterial(AmiraParameters.Material currentMaterial) |
void |
setLabelCanvas(SegmentationViewerCanvas canvas) |
void |
setLabelImagePlus(ij.ImagePlus ip) |
void |
updateSlice(int z) |
void |
updateSliceNoRedraw(int z) |
public static final String LABEL_IMAGE_PLUS
public static final String LABEL_CANVAS
public static final String CURRENT_MATERIAL
public ij.ImagePlus getLabelImagePlus()
public void setLabelImagePlus(ij.ImagePlus ip)
public ij.ImagePlus getOriginalImage()
public SegmentationViewerCanvas getLabelCanvas()
public void setLabelCanvas(SegmentationViewerCanvas canvas)
public AmiraParameters getMaterialParams()
public void setCurrentMaterial(AmiraParameters.Material currentMaterial)
public AmiraParameters.Material getCurrentMaterial()
public void updateSlice(int z)
public void updateSliceNoRedraw(int z)
Copyright © 2015–2021 Fiji. All rights reserved.