Speeded up robust feature detection and matching

SURF approximates Laplacian of Gaussian with computation based on a simple two-dimensional box filter as described in the last chapter. The convolution with the box filter can be easily calculated with the help of integral images, which improves the performance of the algorithm. SURF relies on the determinant of the Hessian matrix for both scale and location. The approximated determinant of Hessian can be expressed as:

Where w is a relative weight for the filter response and used to balance the expression for the determinant. The Dx, Dy are the result of the Laplacian operator in X- and Y-direction. ...

Get Hands-On GPU-Accelerated Computer Vision with OpenCV and CUDA now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.