SURF Resources

Showing items tagged with "SURF"

Image object detection using SURF (Speeded Up Robust Features) - This algorithm extracts SURF features from both source and target images by employing Hessian matrix for feature point detection. The SURF operator approximates second-order Gaussian filtering using box filters, constructing a Fast-Hessian matrix where the determinant expression is ΔH=Dxx(x)Dyy(x)-(0.9Dxy(x))². It utilizes Haar wavelet responses with Gaussian weighting to determine dominant feature orientations, resulting in a four-dimensional descriptor vector that undergoes normalization.

MATLAB 288 views Tagged

This MATLAB function computes the cyclic spectrum of digitally modulated signals, storing results in the sxf variable. The surf and shading interp functions can be used together to generate the cyclic spectrum visualization plot.

MATLAB 211 views Tagged

An improved ASIFT program implemented in MATLAB that delivers outstanding image recognition and matching capabilities. This enhanced version demonstrates significant performance improvements over traditional algorithms like SIFT and SURF through optimized code implementation and additional image processing features.

MATLAB 362 views Tagged