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 classstatic 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 classstatic classParameters 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 classParameter bundle for bilateral filters (implementations ofBilateralF).static classParameter bundle for Kuwahara filters (implementations ofKuwaharaF).static classParameter bundle for Nagao-Matsuyama filters (implementations ofNagaoMatsuyamaF).static classParameter bundle for Perona-Malik filters (implementations ofPeronaMalikF).static classParameter 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 classstatic classstatic class -
Uses of ParameterBundle in imagingbook.common.geometry.fitting.ellipse.geometric
Classes in imagingbook.common.geometry.fitting.ellipse.geometric that implement ParameterBundleModifier and TypeClassDescriptionstatic classstatic 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 voidDialogUtils.addToDialog(ParameterBundle<?> params, GenericDialog gd) Adds all qualified fields of the givenParameterBundleto the specifiedGenericDialoginstance, in the exact order of their definition.static booleanDialogUtils.getFromDialog(ParameterBundle<?> params, GenericDialog gd) Retrieves the field values of the specifiedParameterBundlefrom theGenericDialoginstance. -
Uses of ParameterBundle in imagingbook.common.image.matching.lucaskanade
Classes in imagingbook.common.image.matching.lucaskanade that implement ParameterBundleModifier and TypeClassDescriptionstatic classDefault 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 classNested class extendingRansacDetector.RansacParametersto specify additional RANSAC parameters.static classParameters used by all RANSAC types.static classNested class extendingRansacDetector.RansacParametersto specify additional RANSAC parameters.static classNested class extendingRansacDetector.RansacParametersto specify additional RANSAC parameters. -
Uses of ParameterBundle in imagingbook.common.sift
Classes in imagingbook.common.sift that implement ParameterBundleModifier and TypeClassDescriptionclassDefault 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 classParameters for classBernsenThresholder.static classParameters for classNiblackThresholder.static classParameters 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 specifiedParameterBundleinstance. -
Uses of ParameterBundle in imagingbook.pdf
Classes in imagingbook.pdf that implement ParameterBundle