public class ADAP3DFeatureDetectionParameters extends Object
ADAP3DFeatureDetectionParameters class.
| Constructor and Description |
|---|
ADAP3DFeatureDetectionParameters() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBiGaussianSimilarityThreshold()
Getter for the field
biGaussianSimilarityThreshold. |
double |
getCoefAreaRatioTolerance()
Getter for the field
coefAreaRatioTolerance. |
int |
getLargeScaleIn()
Getter for the field
largeScaleIn. |
double |
getMaxPeakWidth()
Getter for the field
maxPeakWidth. |
double |
getMinPeakWidth()
Getter for the field
minPeakWidth. |
double |
getPeakSimilarityThreshold()
Getter for the field
peakSimilarityThreshold. |
void |
setBiGaussianSimilarityThreshold(double thresholdValue)
Setter for the field
biGaussianSimilarityThreshold. |
void |
setCoefAreaRatioTolerance(double coefOverAreaThreshold)
Setter for the field
coefAreaRatioTolerance. |
void |
setLargeScaleIn(int largeScale)
Setter for the field
largeScaleIn. |
void |
setMaxPeakWidth(double peakWidth)
Setter for the field
maxPeakWidth. |
void |
setMinPeakWidth(double peakWidth)
Setter for the field
minPeakWidth. |
void |
setPeakSimilarityThreshold(double thresholdValue)
Setter for the field
peakSimilarityThreshold. |
public void setPeakSimilarityThreshold(double thresholdValue)
Setter for the field peakSimilarityThreshold.
thresholdValue - a double.public double getPeakSimilarityThreshold()
Getter for the field peakSimilarityThreshold.
public void setBiGaussianSimilarityThreshold(double thresholdValue)
Setter for the field biGaussianSimilarityThreshold.
thresholdValue - a double.public double getBiGaussianSimilarityThreshold()
Getter for the field biGaussianSimilarityThreshold.
public void setLargeScaleIn(int largeScale)
Setter for the field largeScaleIn.
largeScale - a int.public int getLargeScaleIn()
Getter for the field largeScaleIn.
public void setCoefAreaRatioTolerance(double coefOverAreaThreshold)
Setter for the field coefAreaRatioTolerance.
coefOverAreaThreshold - a double.public double getCoefAreaRatioTolerance()
Getter for the field coefAreaRatioTolerance.
public void setMinPeakWidth(double peakWidth)
Setter for the field minPeakWidth.
peakWidth - a double.public double getMinPeakWidth()
Getter for the field minPeakWidth.
public void setMaxPeakWidth(double peakWidth)
Setter for the field maxPeakWidth.
peakWidth - a double.public double getMaxPeakWidth()
Getter for the field maxPeakWidth.
Copyright © 2019. All rights reserved.