Edge detection and measurement of boundary length
2 ビュー (過去 30 日間)
古いコメントを表示
I want to see how the length of monolayer boundary evolves over time. I have image sequence of a time lapse experiment. How would I go about outlining and measuring that?
0 件のコメント
回答 (1 件)
Akshat
2024 年 5 月 30 日
Hi Kalyani,
In order to outline and measure a monolayer boundary, you can use the bwboundaries function.
The documentation for the same is: https://www.mathworks.com/help/images/ref/bwboundaries.html.
Now before you go ahead and use the function, you need to ensure that you are doing all the necessary preprocessing before feeding the function the images you wanna measure the boundaries for.
Some examples of pre processing are smoothing and conversion to grayscale.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!