Uses of Package
imagingbook.common.math
Packages that use imagingbook.common.math
Package
Description
Fourier descriptors for 2D shape representation and matching.
Implementation of David Lowe's SIFT feature detection scheme.
-
Classes in imagingbook.common.math used by imagingbook.common.filter.edgepreserving
-
Classes in imagingbook.common.math used by imagingbook.common.filter.nonlinear
-
Classes in imagingbook.common.math used by imagingbook.common.geometry.fd
-
Classes in imagingbook.common.math used by imagingbook.common.geometry.moments
-
Classes in imagingbook.common.math used by imagingbook.common.mathClassDescriptionThis class represents complex numbers.This class implements the Mahalanobis distance using the Apache Commons Math library.Thrown when the dimensions of matrix/vector arguments do not match.Thrown when a non-square matrix is encountered where a square matrix is assumed.Thrown when source and target objects are identical but shouldn't.This class defines various vector norms for calculating the magnitude of a vector and the distance between vectors.Implementation of the L1 vector norm (Manhattan norm/distance).Implementation of the L2 vector norm (Euclidean norm/distance).Implementation of the L-infinity vector norm (maximum norm/distance).Enumeration type for
VectorNorm
to be used as parameter choice. -
Classes in imagingbook.common.math used by imagingbook.common.siftClassDescriptionThis class defines various vector norms for calculating the magnitude of a vector and the distance between vectors.Enumeration type for
VectorNorm
to be used as parameter choice.