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!