public class Interactive_Remove_Detections extends Object implements ij.plugin.PlugIn
Modifier and Type | Field and Description |
---|---|
static int |
defaultAngleChoice |
static int |
defaultChannelChoice |
static int |
defaultIlluminationChoice |
static int |
defaultLabel |
static String |
defaultNewLabel |
static int |
defaultProjectionChoice |
static int |
defaultTimepointChoice |
protected static String[] |
projectionChoice |
Constructor and Description |
---|
Interactive_Remove_Detections() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static Pair<String,String> |
queryLabelAndNewLabel(SpimData2 spimData,
ViewDescription vd) |
static boolean |
removeDetections(SpimData2 spimData,
ViewDescription vd,
int projectionDim,
String label,
String newLabel) |
void |
run(String arg0) |
public static int defaultAngleChoice
public static int defaultChannelChoice
public static int defaultIlluminationChoice
public static int defaultTimepointChoice
public static int defaultProjectionChoice
public static int defaultLabel
public static String defaultNewLabel
protected static String[] projectionChoice
public void run(String arg0)
run
in interface ij.plugin.PlugIn
public static Pair<String,String> queryLabelAndNewLabel(SpimData2 spimData, ViewDescription vd)
public static boolean removeDetections(SpimData2 spimData, ViewDescription vd, int projectionDim, String label, String newLabel)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.