Regionprops Extras

Regionprop like functions that improve efficiency and add functionality
1.4K Downloads
Updated 6 Mar 2008

No License

Provides:

regiondata: returns a function that returns regionprops data for just one of the identified objects in the labeled image. this greatly increases efficiency as regionprops blows through memory by calculating data for every object. I instead use this inside a loop for great performance.

regionstat: uses regiondata to find a stat or group of stats about just one object in an image. just a helpful wrapper function

regionfind: given a predicate on two object's stats, find the `maximal' object that went undefeated as one examines the objects in order

regionselect: using a predicate, generate a new labeled image whose images pass the predicate. lots of other fun options, too

Cite As

Matthew Maycock (2024). Regionprops Extras (https://www.mathworks.com/matlabcentral/fileexchange/19028-regionprops-extras), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007b
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.0.0.0

fixed bug with two of the stats calculated. can now use 'all'

added matlab copyright notice (as it is derived from their work)