public class InteractiveProjections extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
InteractiveProjections.FinishedButtonListener |
protected class |
InteractiveProjections.RemoveInsideROIButtonListener |
Modifier and Type | Field and Description |
---|---|
protected ij.ImagePlus |
imp |
protected List<InterestPoint> |
ipList |
protected boolean |
isRunning |
protected List<Thread> |
runAfterFinished |
static double |
size |
protected boolean |
wasCanceled |
Constructor and Description |
---|
InteractiveProjections(SpimData2 spimData,
ViewDescription vd,
String label,
String newLabel,
int projectionDim) |
Modifier and Type | Method and Description |
---|---|
protected void |
close(Frame parent) |
protected static void |
drawProjectedInterestPoints(ij.ImagePlus imp,
List<InterestPoint> ipList,
int projectionDim) |
List<InterestPoint> |
getInterestPointList() |
protected static int |
getXDim(int projectionDim) |
protected static int |
getYDim(int projectionDim) |
boolean |
isRunning() |
protected List<InterestPoint> |
loadInterestPoints(SpimData2 spimData,
ViewId id,
String label) |
void |
runWhenDone(Thread thread) |
protected ij.ImagePlus |
showProjection(Img<FloatType> img) |
boolean |
wasCanceled() |
public static double size
protected boolean isRunning
protected boolean wasCanceled
protected ij.ImagePlus imp
protected List<InterestPoint> ipList
public InteractiveProjections(SpimData2 spimData, ViewDescription vd, String label, String newLabel, int projectionDim)
public void runWhenDone(Thread thread)
public List<InterestPoint> getInterestPointList()
public boolean isRunning()
public boolean wasCanceled()
protected static void drawProjectedInterestPoints(ij.ImagePlus imp, List<InterestPoint> ipList, int projectionDim)
protected static int getXDim(int projectionDim)
protected static int getYDim(int projectionDim)
protected List<InterestPoint> loadInterestPoints(SpimData2 spimData, ViewId id, String label)
protected void close(Frame parent)
Copyright © 2015–2021 Fiji. All rights reserved.