Blob finding

Locate centerpoints of blobs in binary (b&w) image using a circular prototype of a given radius.
933 Downloads
Updated Tue, 28 May 2013 22:38:28 +0000

View License

Input: image, radius to blobs to be located, number of blobs to be located. Output: an image with 1 at the location of blob centers and 0 otherwise.

This code operates by sequentially subtracting prototype functions from the image at the peak xcorr locations between the image and the prototype.

Cite As

Alexander Farley (2024). Blob finding (https://www.mathworks.com/matlabcentral/fileexchange/33953-blob-finding), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.4.0.0

Changed title from "fitting" to "finding"

1.3.0.0

Corrected a bug in the extraction/pasting segment

1.2.0.0

Added screenshot demonstrating input image type

1.1.0.0

Added helper function findit.m

1.0.0.0