The interest points obtained from the scale-adapted Laplacian blob detector or the multi-scale Harris corner detector with automatic scale selection are invariant to translations, rotations and uniform rescalings in the spatial domain. The images that constitute the input to a computer vision system are, however, also subject to perspective distortions. To obtain interest points that are more robust to perspective transformations, a natural approach is to devise a feature detector that is invariant to affine transformations.
Affine invariance can be accomplished from measurements of the same multi-scale windowed second moment matrix μ {\displaystyle \mu } as is used in the multi-scale Harris operator provided that we extend the regular scale space concept obtained by convolution with rotationally symmetric Gaussian kernels to an affine Gaussian scale-space obtained by shape-adapted Gaussian kernels (Lindeberg 1994, section 15.3; Lindeberg & Garding 1997). For a two-dimensional image I {\displaystyle I} , let x ¯ = ( x , y ) T {\displaystyle {\bar {x}}=(x,y)^{T}} and let Σ t {\displaystyle \Sigma _{t}} be a positive definite 2×2 matrix. Then, a non-uniform Gaussian kernel can be defined as
and given any input image I L {\displaystyle I_{L}} the affine Gaussian scale-space is the three-parameter scale-space defined as
Next, introduce an affine transformation η = B ξ {\displaystyle \eta =B\xi } where B {\displaystyle B} is a 2×2-matrix, and define a transformed image I R {\displaystyle I_{R}} as
Then, the affine scale-space representations L {\displaystyle L} and R {\displaystyle R} of I L {\displaystyle I_{L}} and I R {\displaystyle I_{R}} , respectively, are related according to
provided that the affine shape matrices Σ L {\displaystyle \Sigma _{L}} and Σ R {\displaystyle \Sigma _{R}} are related according to
Disregarding mathematical details, which unfortunately become somewhat technical if one aims at a precise description of what is going on, the important message is that the affine Gaussian scale-space is closed under affine transformations.
If we, given the notation ∇ L = ( L x , L y ) T {\displaystyle \nabla L=(L_{x},L_{y})^{T}} as well as local shape matrix Σ t {\displaystyle \Sigma _{t}} and an integration shape matrix Σ s {\displaystyle \Sigma _{s}} , introduce an affine-adapted multi-scale second-moment matrix according to
it can be shown that under any affine transformation q ¯ = B p ¯ {\displaystyle {\bar {q}}=B{\bar {p}}} the affine-adapted multi-scale second-moment matrix transforms according to
Again, disregarding somewhat messy technical details, the important message here is that given a correspondence between the image points p ¯ {\displaystyle {\bar {p}}} and q ¯ {\displaystyle {\bar {q}}} , the affine transformation B {\displaystyle B} can be estimated from measurements of the multi-scale second-moment matrices μ L {\displaystyle \mu _{L}} and μ R {\displaystyle \mu _{R}} in the two domains.
An important consequence of this study is that if we can find an affine transformation B {\displaystyle B} such that μ R {\displaystyle \mu _{R}} is a constant times the unit matrix, then we obtain a fixed-point that is invariant to affine transformations (Lindeberg 1994, section 15.4; Lindeberg & Garding 1997). For the purpose of practical implementation, this property can often be reached by in either of two main ways. The first approach is based on transformations of the smoothing filters and consists of:
The second approach is based on warpings in the image domain and implies:
This overall process is referred to as affine shape adaptation (Lindeberg & Garding 1997; Baumberg 2000; Mikolajczyk & Schmid 2004; Tuytelaars & van Gool 2004; Ravela 2004; Lindeberg 2008). In the ideal continuous case, the two approaches are mathematically equivalent. In practical implementations, however, the first filter-based approach is usually more accurate in the presence of noise while the second warping-based approach is usually faster.
In practice, the affine shape adaptation process described here is often combined with interest point detection automatic scale selection as described in the articles on blob detection and corner detection, to obtain interest points that are invariant to the full affine group, including scale changes. Besides the commonly used multi-scale Harris operator, this affine shape adaptation can also be applied to other types of interest point operators such as the Laplacian/Difference of Gaussian blob operator and the determinant of the Hessian (Lindeberg 2008). Affine shape adaptation can also be used for affine invariant texture recognition and affine invariant texture segmentation.
Closely related to the notion of affine shape adaptation is the notion of affine normalization, which defines an affine invariant reference frame as further described in Lindeberg (2013a,b, 2021:Appendix I.3), such that any image measurement performed in the affine invariant reference frame is affine invariant.