Uses of Annotation Type
imagingbook.common.ij.DialogUtils.DialogLabel
Packages that use DialogUtils.DialogLabel
Package
Description
Implementation of David Lowe's SIFT feature detection scheme.
PDF-related code, separated from the main imagingbook library to minimize
third-party dependencies.
-
Uses of DialogUtils.DialogLabel in Ch10_Line_Fitting
Fields in Ch10_Line_Fitting with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptionint
Line_Make_Random.Parameters.H
int
Line_Make_Random.Parameters.n
int
Line_Make_Random.Parameters.seed
boolean
Line_Make_Random.Parameters.ShowRealCurve
double
Line_Make_Random.Parameters.sigma
Line_Make_Random.Parameters.StrokeColor
double
Line_Make_Random.Parameters.StrokeWidth
Line_Make_Random.Parameters.Title
int
Line_Make_Random.Parameters.W
double
Line_Make_Random.Parameters.x1
double
Line_Make_Random.Parameters.x2
double
Line_Make_Random.Parameters.y1
double
Line_Make_Random.Parameters.y2
-
Uses of DialogUtils.DialogLabel in Ch11_Circle_Ellipse_Fitting
Fields in Ch11_Circle_Ellipse_Fitting with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptiondouble
Circle_Make_Random.Parameters.angle0
double
Ellipse_Make_Random.Parameters.angle0
double
Circle_Make_Random.Parameters.angle1
double
Ellipse_Make_Random.Parameters.angle1
int
Circle_Make_Random.Parameters.H
int
Ellipse_Make_Random.Parameters.H
int
Circle_Make_Random.Parameters.n
int
Ellipse_Make_Random.Parameters.n
double
Circle_Make_Random.Parameters.r
double
Ellipse_Make_Random.Parameters.ra
double
Ellipse_Make_Random.Parameters.rb
int
Circle_Make_Random.Parameters.seed
int
Ellipse_Make_Random.Parameters.seed
boolean
Circle_Make_Random.Parameters.ShowRealCurve
boolean
Ellipse_Make_Random.Parameters.ShowRealCurve
double
Circle_Make_Random.Parameters.sigma
double
Ellipse_Make_Random.Parameters.sigma
Circle_Make_Random.Parameters.StrokeColor
Ellipse_Make_Random.Parameters.StrokeColor
double
Circle_Make_Random.Parameters.StrokeWidth
double
Ellipse_Make_Random.Parameters.StrokeWidth
double
Ellipse_Make_Random.Parameters.theta
Circle_Make_Random.Parameters.Title
Ellipse_Make_Random.Parameters.Title
int
Circle_Make_Random.Parameters.W
int
Ellipse_Make_Random.Parameters.W
double
Circle_Make_Random.Parameters.xc
double
Ellipse_Make_Random.Parameters.xc
double
Circle_Make_Random.Parameters.yc
double
Ellipse_Make_Random.Parameters.yc
-
Uses of DialogUtils.DialogLabel in imagingbook.common.corners
Fields in imagingbook.common.corners with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptionint
GradientCornerDetector.Parameters.border
double
GradientCornerDetector.Parameters.dmin
boolean
GradientCornerDetector.Parameters.doCleanUp
boolean
GradientCornerDetector.Parameters.doPreFilter
GradientCornerDetector.Parameters.maxLocatorMethod
double
GradientCornerDetector.Parameters.scoreThreshold
double
GradientCornerDetector.Parameters.sigma
-
Uses of DialogUtils.DialogLabel in imagingbook.common.edges
Fields in imagingbook.common.edges with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptiondouble
CannyEdgeDetector.Parameters.gSigma
Gaussian sigma (scale, default = 2)double
CannyEdgeDetector.Parameters.hiThr
High threshold (defaults to 20% of maximum edge magnitude)double
CannyEdgeDetector.Parameters.loThr
Low threshold (defaults to 5% of maximum edge magnitude)boolean
CannyEdgeDetector.Parameters.normGradMag
Settrue
to normalize gradient magnitude -
Uses of DialogUtils.DialogLabel in imagingbook.common.filter.edgepreserving
Fields in imagingbook.common.filter.edgepreserving with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptionfloat
TschumperleDericheF.Parameters.a0
float
TschumperleDericheF.Parameters.a1
double
PeronaMalikF.Parameters.alpha
PeronaMalikF.Parameters.colorMode
BilateralF.Parameters.colorNormType
PeronaMalikF.Parameters.conductanceFunType
double
TschumperleDericheF.Parameters.dt
int
PeronaMalikF.Parameters.iterations
int
TschumperleDericheF.Parameters.iterations
double
PeronaMalikF.Parameters.kappa
int
KuwaharaF.Parameters.radius
Radius of the filter (should be even)double
BilateralF.Parameters.sigmaD
double
TschumperleDericheF.Parameters.sigmaD
double
TschumperleDericheF.Parameters.sigmaM
double
BilateralF.Parameters.sigmaR
double
KuwaharaF.Parameters.tsigma
Threshold on sigma to avoid banding in flat regionsdouble
NagaoMatsuyamaF.Parameters.varThreshold
-
Uses of DialogUtils.DialogLabel in imagingbook.common.geometry.fitting.ellipse.geometric
Fields in imagingbook.common.geometry.fitting.ellipse.geometric with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptiondouble
EllipseGeometricFitCoord.Parameters.angle0
double
EllipseGeometricFitDist.Parameters.angle0
double
EllipseGeometricFitCoord.Parameters.angle1
double
EllipseGeometricFitDist.Parameters.angle1
int
EllipseGeometricFitCoord.Parameters.n
int
EllipseGeometricFitDist.Parameters.n
double
EllipseGeometricFitCoord.Parameters.ra
double
EllipseGeometricFitDist.Parameters.ra
double
EllipseGeometricFitCoord.Parameters.rb
double
EllipseGeometricFitDist.Parameters.rb
double
EllipseGeometricFitCoord.Parameters.sigma
double
EllipseGeometricFitDist.Parameters.sigma
double
EllipseGeometricFitCoord.Parameters.theta
double
EllipseGeometricFitDist.Parameters.theta
double
EllipseGeometricFitCoord.Parameters.xc
double
EllipseGeometricFitDist.Parameters.xc
double
EllipseGeometricFitCoord.Parameters.yc
double
EllipseGeometricFitDist.Parameters.yc
-
Uses of DialogUtils.DialogLabel in imagingbook.common.mser
Fields in imagingbook.common.mser with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptionboolean
MserParameters.constrainEllipseSize
int
MserParameters.delta
double
MserParameters.maxRelCompSize
double
MserParameters.maxSizeVariation
MserParameters.method
int
MserParameters.minAbsComponentArea
double
MserParameters.minCompactness
double
MserParameters.minDiversity
double
MserParameters.minRelCompSize
boolean
MserParameters.validateComponentTree
-
Uses of DialogUtils.DialogLabel in imagingbook.common.ransac
Fields in imagingbook.common.ransac with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptiondouble
RansacDetector.RansacParameters.maxInlierDistance
The maximum distance of any point from the curve to be considered an "inlier".int
RansacDetector.RansacParameters.minInlierCount
The minimum number of inliers required for successful detection.int
RansacLineDetector.Parameters.minPairDistance
The minimum distance between two random sample points.int
RansacDetector.RansacParameters.randomPointDraws
The number of iterations (random point draws) to use in each detection cycle.int
RansacDetector.RansacParameters.randomSeed
Random seed used initialization (0 = no seed).boolean
RansacDetector.RansacParameters.removeInliers
Set true to remove inlier points after each detection. -
Uses of DialogUtils.DialogLabel in imagingbook.common.sift
Fields in imagingbook.common.sift with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptionint
SiftParameters.nAngl
Number of angular descriptor bins.SiftParameters.nhType
Type of neigborhood used for peak detection in 3D scale space.int
SiftParameters.nOrient
Number of orientation bins in the feature descriptor (angular resolution).int
SiftParameters.nRefine
Maximum number of iterations for refining the position of a key point.int
SiftParameters.nSmooth
Number of smoothing steps applied to the orientation histogram.int
SiftParameters.nSpat
Number of spatial descriptor bins along each x/y axis.int
SiftParameters.P
Number of octaves in Gaussian/DoG scale space.int
SiftParameters.Q
Scale steps (levels) per octave.double
SiftParameters.rhoMax
Maximum principal curvature ratio used to eliminate line-like structures (3..10).double
SiftParameters.sDesc
Spatial size factor of descriptor (relative to feature scale).double
SiftParameters.sFscale
Scale factor for converting normalized features to byte values in [0,255].double
SiftParameters.sigma0
Base scale at level 0 (base smoothing).double
SiftParameters.sigmaS
Sampling scale (nominal smoothing level of the input image).double
SiftParameters.tDomOr
Minimum value in orientation histogram for dominant orientations (rel.double
SiftParameters.tExtrm
Minimum difference to all neighbors in DoG peak detection (max.double
SiftParameters.tFclip
Maximum value in normalized feature vector (0.2 recommended by Lowe).double
SiftParameters.tMag
Minimum magnitude required in DoG peak detection (abs.double
SiftParameters.tPeak
Minimum DoG magnitude required for extrapolated peaks (abs. -
Uses of DialogUtils.DialogLabel in imagingbook.common.threshold.adaptive
Fields in imagingbook.common.threshold.adaptive with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptionBernsenThresholder.Parameters.bgMode
Background type (seeThresholder.BackgroundMode
)NiblackThresholder.Parameters.bgMode
SauvolaThresholder.Parameters.bgMode
double
BernsenThresholder.Parameters.cmin
Minimum contrastdouble
NiblackThresholder.Parameters.dMin
double
NiblackThresholder.Parameters.kappa
double
SauvolaThresholder.Parameters.kappa
int
BernsenThresholder.Parameters.radius
Radius of circular support regionint
NiblackThresholder.Parameters.radius
int
SauvolaThresholder.Parameters.radius
double
SauvolaThresholder.Parameters.sigmaMax
-
Uses of DialogUtils.DialogLabel in imagingbook.pdf
Fields in imagingbook.pdf with annotations of type DialogUtils.DialogLabelModifier and TypeFieldDescriptionboolean
PdfExporter.Parameters.addIccProfile
PdfExporter.Parameters.author
boolean
PdfExporter.Parameters.embedCoreFonts
boolean
PdfExporter.Parameters.includeImage
boolean
PdfExporter.Parameters.includeImageProps
boolean
PdfExporter.Parameters.includeOverlay
PdfExporter.Parameters.keywords
double
PdfExporter.Parameters.minStrokeWidth
PdfExporter.Parameters.subject
PdfExporter.Parameters.title
int
PdfExporter.Parameters.upscaleFactor
boolean
PdfExporter.Parameters.upscaleImage