How to measure the curvature of object boundary?
8 次查看(过去 30 天)
显示 更早的评论
Hello, I have tried the solution : https://www.mathworks.com/matlabcentral/answers/164349-how-to-calculate-the-curvature-of-a-boundaries-in-binary-images and i tried it on my image. it works, but i have to analyse the curvature. let's be clear, the first photo attached is representation for normal case of some inter-vertebrae discs. the second is abnormal case, where we can notice the disc bulge makes the curve. now in order to classify each one, we need to look at the curve in the upper part of the object, so that it will classify them automatically based on this. How i can represent this curve mathematically in order to make this automatic classification? or what does the plot means in my cases?
<<
>>
5 个评论
Image Analyst
2018-12-22
You just made an edit. Is there anything there that is different from last June? We don't know, so we're assuming no change since June, since you didn't say.
采纳的回答
Anton Semechko
2018-6-21
Thanks for the clarification. If I understand correctly, the features you seek should be extracted from an open-curve that represents dorsal portion of the interververtebral disk space. In this regard, I can think of a couple curvature-based features that can be used to discriminate between 'normal' and 'abnormal' cases. The first, and simplest, feature would be mean curvature of the curve (obtained by integrating curvature along the curve and dividing by the total arc length). When using this feature, one would expect that pathological cases would have higher mean curvature. Second feature would be a histogram of curvatures. This is a generalization of the first feature. One would expect that histograms of pathological samples would have thicker tails and modes shifted to the right. In any case, going forward, it would helpful if you posted some training data on here, so that I, and other people on here have something to work with.
12 个评论
Anton Semechko
2018-6-25
I think you are more knowledgeable in terms of anatomy. So I am not disputing the fact that the segmentations are correct. What I am saying, is that in view of the data, it will not be possible to extract anatomically consistent boundary profiles across subjects. Hence, using curvature-based features for this type of data is a bad idea.
更多回答(1 个)
Preetham Manjunatha
2021-8-2
Here this function measures the curvature and other shape properties. In addition, it displays the curvature.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!