The problem of identifying notable points that can be easily recognized between two images has initially been addressed by shifting the focus towards detecting corner points in the image, thereby discarding those portions of the image that lack texture or contain only edges.
The Hessian operator (Hessian detector) (Bea78), based on the Hessian matrix derived from the Taylor series expansion around the point to be described, seeks those regions of the image that exhibit strong derivatives in orthogonal directions.
This algorithm is based on the analysis of the matrix of second derivatives, known as the Hessian.
The algorithm computes the second derivatives of the image ,
,
for each point in the image and identifies the points where the determinant of the Hessian
In practical applications, the original image is never used; instead, a low-pass filtered version is obtained through a Gaussian filter.
Paolo medici