Module imagingbook.common
Package imagingbook.common.corners
package imagingbook.common.corners
-
ClassDescriptionThis class represents a 2D corner.Abstract super class for all corner detectors based on the local structure matrix (tensor).This is an implementation of the Harris/Stephens corner detector, as described in [1].This is an implementation of the corner detector described in [1].This is an implementation of the Shi-Tomasi corner detector, as described in [1].Common interface for all sub-pixel maximum locator implementations.Enumeration of different
SubpixelMaxInterpolator
methods.2D interpolator based on least-squares fitting a quadratic polynomial2D interpolator using second-order Taylor expansion to find the coefficients of the quadratic interpolating polynomial2D interpolator based on fitting a 'quartic' (i.e., 4th-order) polynomial