Regionprops Extras

Regionprop like functions that improve efficiency and add functionality

You are now following this Submission

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 (2026). Regionprops Extras (https://www.mathworks.com/matlabcentral/fileexchange/19028-regionprops-extras), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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)