Uses of Package
imagingbook.common.util
Packages that use imagingbook.common.util
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.
-
Classes in imagingbook.common.util used by Ch10_Line_Fitting
-
Classes in imagingbook.common.util used by Ch11_Circle_Ellipse_Fitting
-
Classes in imagingbook.common.util used by imagingbook.common.corners
-
Classes in imagingbook.common.util used by imagingbook.common.edges
-
Classes in imagingbook.common.util used by imagingbook.common.filter.edgepreserving
-
Classes in imagingbook.common.util used by imagingbook.common.filter.nonlinear
-
Classes in imagingbook.common.util used by imagingbook.common.geometry.fitting.ellipse.geometric
-
Classes in imagingbook.common.util used by imagingbook.common.hough
-
Classes in imagingbook.common.util used by imagingbook.common.ij
-
Classes in imagingbook.common.util used by imagingbook.common.image.matching.lucaskanade
-
Classes in imagingbook.common.util used by imagingbook.common.mser
-
Classes in imagingbook.common.util used by imagingbook.common.ransac
-
Classes in imagingbook.common.util used by imagingbook.common.regionsClassDescriptionDefines a primitive mechanism for attaching arbitrary properties to an object dynamically using generic types to eliminate type casts.The underlying hash map class, to be instantiated by implementing classes.
-
Classes in imagingbook.common.util used by imagingbook.common.sift
-
Classes in imagingbook.common.util used by imagingbook.common.sift.scalespaceClassDescriptionClasses which require a complex
toString()
method should implement this interface, which requires the single methodPrintsToStream.printToStream(PrintStream)
, e.g., -
Classes in imagingbook.common.util used by imagingbook.common.threshold.adaptive
-
Classes in imagingbook.common.util used by imagingbook.common.utilClassDescriptionDefines a generic map key to be used with
GenericProperties
.The underlying hash map class, to be instantiated by implementing classes.Interface to be implemented by local 'Parameters' classes. -
Classes in imagingbook.common.util used by imagingbook.pdf