public class Interest_Point_Detection extends Object implements ij.plugin.PlugIn
InterestPointDetection
interfaceModifier and Type | Field and Description |
---|---|
static boolean |
defaultAdditionalSmoothing |
static int |
defaultAlgorithm |
static boolean |
defaultDefineAnisotropy |
static boolean |
defaultDownSample |
static String |
defaultLabel |
static boolean |
defaultLimitDetections |
static boolean |
defaultSetMinMax |
static ArrayList<InterestPointDetection> |
staticAlgorithms |
Constructor and Description |
---|
Interest_Point_Detection() |
Modifier and Type | Method and Description |
---|---|
boolean |
detectInterestPoints(SpimData2 data,
List<ViewId> viewIds)
Does just the detection, no saving
|
boolean |
detectInterestPoints(SpimData2 data,
List<ViewId> viewIds,
String xmlFileName,
boolean saveXML) |
boolean |
detectInterestPoints(SpimData2 data,
List<ViewId> viewIds,
String clusterExtension,
String xmlFileName,
boolean saveXML) |
static void |
main(String[] args) |
void |
run(String arg) |
public static ArrayList<InterestPointDetection> staticAlgorithms
public static int defaultAlgorithm
public static boolean defaultDownSample
public static boolean defaultDefineAnisotropy
public static boolean defaultAdditionalSmoothing
public static boolean defaultSetMinMax
public static boolean defaultLimitDetections
public static String defaultLabel
public void run(String arg)
run
in interface ij.plugin.PlugIn
public boolean detectInterestPoints(SpimData2 data, List<ViewId> viewIds)
data
- viewIds
- public boolean detectInterestPoints(SpimData2 data, List<ViewId> viewIds, String xmlFileName, boolean saveXML)
public boolean detectInterestPoints(SpimData2 data, List<ViewId> viewIds, String clusterExtension, String xmlFileName, boolean saveXML)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.