This document discusses feature invariance in computer vision. It covers several key points:
1) Local feature detection aims to identify interest points, extract feature descriptors around each point, and match descriptors between views.
2) Features should be invariant to photometric transformations like intensity changes and equivariant to geometric transformations like rotation and scaling.
3) The Harris corner detector is partially invariant to affine intensity changes and equivariant to translation and rotation but not scaling.
4) Scale-space feature detection uses the Laplacian of Gaussian (LoG) or Difference of Gaussians (DoG) to find maxima/minima in position and scale for scale invariance.
Related topics: