public class DetectorKeys extends Object
SpotDetector
s.Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_DO_MEDIAN_FILTERING
A default value for the
KEY_DO_MEDIAN_FILTERING parameter. |
static boolean |
DEFAULT_DO_SUBPIXEL_LOCALIZATION
A default value for the
KEY_DO_SUBPIXEL_LOCALIZATION parameter. |
static int |
DEFAULT_DOWNSAMPLE_FACTOR
A default value for the
KEY_DOWNSAMPLE_FACTOR parameter. |
static double |
DEFAULT_RADIUS
A default value for the
KEY_RADIUS parameter. |
static int |
DEFAULT_TARGET_CHANNEL
A default value for the
KEY_TARGET_CHANNEL parameter. |
static double |
DEFAULT_THRESHOLD
A default value for the
KEY_THRESHOLD parameter. |
static String |
KEY_DO_MEDIAN_FILTERING
The key identifying the parameter setting whether we pre-filter the
target image with a median filter or not.
|
static String |
KEY_DO_SUBPIXEL_LOCALIZATION
The key identifying the parameter setting whether we use sub-pixel
localization for spot position.
|
static String |
KEY_DOWNSAMPLE_FACTOR
The key identifying the parameter that sets the downsampling factor
applied to the source image prior to segmentation.
|
static String |
KEY_RADIUS
The key identifying the parameter that sets the target radius for the
detector.
|
static String |
KEY_TARGET_CHANNEL
The key identifying the parameter setting the target channel for
detection in a possible multi-channel image.
|
static String |
KEY_THRESHOLD
The key identifying the parameter that sets the threshold for the LoG
detector.
|
static String |
XML_ATTRIBUTE_DETECTOR_NAME
The attribute name for the
SpotDetectorFactory key when
marshalling to or unmarhsalling from XML. |
Constructor and Description |
---|
DetectorKeys() |
public static final String XML_ATTRIBUTE_DETECTOR_NAME
SpotDetectorFactory
key when
marshalling to or unmarhsalling from XML.public static final String KEY_TARGET_CHANNEL
Integer
s
greater than 1.
Currently used by:
public static final int DEFAULT_TARGET_CHANNEL
KEY_TARGET_CHANNEL
parameter.public static final String KEY_RADIUS
Double
s.
Currently used by:
public static final double DEFAULT_RADIUS
KEY_RADIUS
parameter.public static final String KEY_THRESHOLD
Double
s.
Currently used by:
public static final double DEFAULT_THRESHOLD
KEY_THRESHOLD
parameter.public static final String KEY_DOWNSAMPLE_FACTOR
Integer
s greater than 1.
Currently note used.
public static final int DEFAULT_DOWNSAMPLE_FACTOR
KEY_DOWNSAMPLE_FACTOR
parameter.public static final String KEY_DO_MEDIAN_FILTERING
Boolean
s.
Currently used by:
public static final boolean DEFAULT_DO_MEDIAN_FILTERING
KEY_DO_MEDIAN_FILTERING
parameter.public static final String KEY_DO_SUBPIXEL_LOCALIZATION
Boolean
s.
Currently used by:
public static final boolean DEFAULT_DO_SUBPIXEL_LOCALIZATION
KEY_DO_SUBPIXEL_LOCALIZATION
parameter.Copyright © 2015–2021 Fiji. All rights reserved.