How to measure the average thickness at the center region of binary image
Show older comments
I have a binary image that has various objects (white pixels) in various positions. I want to determine the average thickness of each white object in the binary image at its center (as shown in the third image with red letters). I appreciate your support.

Accepted Answer
More Answers (1)
Image Analyst
on 21 Mar 2023
0 votes
Basically you compute the Euclidean Distance transform and multiply it by the skeleton of the blobs.
See attached demo:

Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!