Uses of Interface
imagingbook.common.util.ParameterBundle
Packages that use ParameterBundle
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 ParameterBundle in Ch10_Line_Fitting
Classes in Ch10_Line_Fitting that implement ParameterBundle -
Uses of ParameterBundle in Ch11_Circle_Ellipse_Fitting
Classes in Ch11_Circle_Ellipse_Fitting that implement ParameterBundleModifier and TypeClassDescriptionstatic class
static class
-
Uses of ParameterBundle in imagingbook.common.corners
Classes in imagingbook.common.corners that implement ParameterBundle -
Uses of ParameterBundle in imagingbook.common.edges
Classes in imagingbook.common.edges that implement ParameterBundleModifier and TypeClassDescriptionstatic class
static class
Parameters forMultiGradientEdgeDetector
(currently unused, no parameters to set). -
Uses of ParameterBundle in imagingbook.common.filter.edgepreserving
Classes in imagingbook.common.filter.edgepreserving that implement ParameterBundleModifier and TypeClassDescriptionstatic class
Parameter bundle for bilateral filters (implementations ofBilateralF
).static class
Parameter bundle for Kuwahara filters (implementations ofKuwaharaF
).static class
Parameter bundle for Nagao-Matsuyama filters (implementations ofNagaoMatsuyamaF
).static class
Parameter bundle for Perona-Malik filters (implementations ofPeronaMalikF
).static class
Parameter bundle for Tschumperle-Deriche filters (implementations ofTschumperleDericheF
). -
Uses of ParameterBundle in imagingbook.common.filter.nonlinear
Classes in imagingbook.common.filter.nonlinear that implement ParameterBundleModifier and TypeClassDescriptionstatic class
static class
static class
-
Uses of ParameterBundle in imagingbook.common.geometry.fitting.ellipse.geometric
Classes in imagingbook.common.geometry.fitting.ellipse.geometric that implement ParameterBundleModifier and TypeClassDescriptionstatic class
static class
-
Uses of ParameterBundle in imagingbook.common.hough
Classes in imagingbook.common.hough that implement ParameterBundle -
Uses of ParameterBundle in imagingbook.common.ij
Methods in imagingbook.common.ij with parameters of type ParameterBundleModifier and TypeMethodDescriptionstatic void
DialogUtils.addToDialog
(ParameterBundle<?> params, GenericDialog gd) Adds all qualified fields of the givenParameterBundle
to the specifiedGenericDialog
instance, in the exact order of their definition.static boolean
DialogUtils.getFromDialog
(ParameterBundle<?> params, GenericDialog gd) Retrieves the field values of the specifiedParameterBundle
from theGenericDialog
instance. -
Uses of ParameterBundle in imagingbook.common.image.matching.lucaskanade
Classes in imagingbook.common.image.matching.lucaskanade that implement ParameterBundleModifier and TypeClassDescriptionstatic class
Default parameters for the containing class and its sub-classes; a (usually modified) instance of this class is passed to the constructor of a non-abstract sub-class. -
Uses of ParameterBundle in imagingbook.common.mser
Classes in imagingbook.common.mser that implement ParameterBundle -
Uses of ParameterBundle in imagingbook.common.ransac
Classes in imagingbook.common.ransac that implement ParameterBundleModifier and TypeClassDescriptionstatic class
Nested class extendingRansacDetector.RansacParameters
to specify additional RANSAC parameters.static class
Parameters used by all RANSAC types.static class
Nested class extendingRansacDetector.RansacParameters
to specify additional RANSAC parameters.static class
Nested class extendingRansacDetector.RansacParameters
to specify additional RANSAC parameters. -
Uses of ParameterBundle in imagingbook.common.sift
Classes in imagingbook.common.sift that implement ParameterBundleModifier and TypeClassDescriptionclass
Default parameters; a (usually modified) instance of this class may be passed to the constructor ofSiftDetector
. -
Uses of ParameterBundle in imagingbook.common.threshold.adaptive
Classes in imagingbook.common.threshold.adaptive that implement ParameterBundleModifier and TypeClassDescriptionstatic class
Parameters for classBernsenThresholder
.static class
Parameters for classNiblackThresholder
.static class
Parameters for classSauvolaThresholder
. -
Uses of ParameterBundle in imagingbook.common.util
Methods in imagingbook.common.util with type parameters of type ParameterBundleModifier and TypeMethodDescriptionstatic <T extends ParameterBundle<?>>
TParameterBundle.duplicate
(T params) Returns a shallow copy of the specifiedParameterBundle
instance. -
Uses of ParameterBundle in imagingbook.pdf
Classes in imagingbook.pdf that implement ParameterBundle