Blob finding
Version 1.4.0.0 (2.15 KB) by
Alexander Farley
Locate centerpoints of blobs in binary (b&w) image using a circular prototype of a given radius.
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 (2026). Blob finding (https://uk.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 LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Image Arithmetic >
Find more on Image Arithmetic in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
