MATLAB: Using vision.BlobAnalysis to create BLOBs ,

blobComputer Vision ToolboxImage Processing Toolboximage segmentationmotion detection

for detecting motion, i used vision.BlobAnalysis to create BLOBs… and then i wanna know how to extract geometric attribute from each blob : MAJORAXIS, MINORAXIS, ORIENTATION? anyone can help me please

Best Answer

Use regionprops() from the Image Processing Toolbox
Related Question