public class DifferenceOfGaussian extends DifferenceOf implements GenericDialogAppender
| Modifier and Type | Field and Description |
|---|---|
static String[] |
computationOnChoice |
static int |
defaultComputationChoiceIndex |
static boolean[] |
defaultFindMax |
static boolean[] |
defaultFindMin |
static double |
defaultS |
static double[] |
defaultSigma |
static double |
defaultT |
static double[] |
defaultThreshold |
static double |
defaultUseGPUMem |
additionalSigmaX, additionalSigmaY, additionalSigmaZ, brightnessChoice, defaultAdditionalSigmaX, defaultAdditionalSigmaY, defaultAdditionalSigmaZ, defaultBrightness, defaultDownsampleXYIndex, defaultDownsampleZIndex, defaultImageSigmaX, defaultImageSigmaY, defaultImageSigmaZ, defaultLocalization, defaultMaxDetections, defaultMaxDetectionsTypeIndex, defaultMaxIntensity, defaultMinIntensity, defaultViewChoice, downsampleChoiceXY, downsampleChoiceZ, downsampleXY, downsampleZ, ds, imageSigmaX, imageSigmaY, imageSigmaZ, limitDetectionChoice, limitDetections, localization, localizationChoice, maxDetections, maxDetectionsTypeIndex, maxIntensity, minIntensitybenchmark| Constructor and Description |
|---|
DifferenceOfGaussian(SpimData2 spimData,
List<ViewId> viewIdsToProcess) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAddtionalParameters(GenericDialog gd) |
void |
addQuery(GenericDialog gd)
adds the questions this registration wants to ask
|
HashMap<ViewId,List<InterestPoint>> |
findInterestPoints(TimePoint t)
Perform the interestpoint detection for one timepoint
|
String |
getDescription() |
String |
getParameters(int channelId) |
protected void |
init(int numChannels)
This is only necessary to make static objects so that the ImageJ dialog remembers choices
for the right channel
|
DifferenceOfGaussian |
newInstance(SpimData2 spimData,
List<ViewId> viewIdsToProcess) |
boolean |
parseDialog(GenericDialog gd)
queries the questions asked before
|
protected boolean |
queryAdditionalParameters(GenericDialog gd) |
protected boolean |
setAdvancedValues(Channel channel) |
protected boolean |
setDefaultValues(Channel channel,
int brightness) |
protected boolean |
setInteractiveValues(Channel channel) |
correctForDownsampling, downsampleFactor, getViewSelection, limitList, openAndDownsample, preSmooth, queryParametersgetBenchmark, getViewIdsToProcesspublic static double defaultUseGPUMem
public static double defaultS
public static double defaultT
public static double[] defaultSigma
public static double[] defaultThreshold
public static boolean[] defaultFindMin
public static boolean[] defaultFindMax
public static String[] computationOnChoice
public static int defaultComputationChoiceIndex
public String getDescription()
getDescription in class InterestPointDetectionpublic DifferenceOfGaussian newInstance(SpimData2 spimData, List<ViewId> viewIdsToProcess)
newInstance in class InterestPointDetectionviewIdsToProcess - - which view id's to segmentpublic HashMap<ViewId,List<InterestPoint>> findInterestPoints(TimePoint t)
InterestPointDetectionfindInterestPoints in class InterestPointDetectionprotected boolean setDefaultValues(Channel channel, int brightness)
setDefaultValues in class DifferenceOfprotected boolean setAdvancedValues(Channel channel)
setAdvancedValues in class DifferenceOfprotected boolean setInteractiveValues(Channel channel)
setInteractiveValues in class DifferenceOfprotected void init(int numChannels)
init in class DifferenceOfnumChannels - - the TOTAL number of channels (not only the ones to process)public String getParameters(int channelId)
getParameters in class InterestPointDetectionprotected void addAddtionalParameters(GenericDialog gd)
addAddtionalParameters in class DifferenceOfprotected boolean queryAdditionalParameters(GenericDialog gd)
queryAdditionalParameters in class DifferenceOfpublic void addQuery(GenericDialog gd)
GenericDialogAppenderaddQuery in interface GenericDialogAppenderpublic boolean parseDialog(GenericDialog gd)
GenericDialogAppenderparseDialog in interface GenericDialogAppenderCopyright © 2015–2021 Fiji. All rights reserved.