Example Resources

Showing items tagged with "Example"

This implementation demonstrates the Subspace Pursuit Algorithm by Wei Dai and Olgica Milenkovic from their seminal paper "Subspace Pursuit for Compressive Sensing: Closing the Gap Between Performance and Complexity". The package requires installation of all associated .m files to execute the trialSP function for compressive signal recovery experiments.

MATLAB 182 views Tagged

MATLAB implementation of adaptive dynamic threshold segmentation, example usage: i = imread('xxx'); thresh_tool(i). This implementation features automatic threshold adjustment based on image characteristics for improved segmentation results.

MATLAB 255 views Tagged