![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1549597/image.jpeg)
Hello, I am trying to find the centroid in b/w joints for a hand x-ray, i have been trying different approaches but couldn't find it for all the joints in one attempt
4 次查看(过去 30 天)
显示 更早的评论
Any help would be greatly appreciated, I am tying to find the centroid in between all the joints of the fingers in the human hand x-ray image. I need a centroid in between every joint for fingers. Trying different approaches but I am still a newbie to this image proccesing tools. if not the code, I could take steps to find the centroid of every joints as an answer as well. Thank you in advance. example link to the image :- 2945667385191d66440188d5436a8a_gallery.jpeg (387×442) (radiopaedia.org)
2 个评论
Image Analyst
2023-11-22
编辑:Image Analyst
2023-11-22
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1549597/image.jpeg)
It's hard to tell where one bone ends and the other starts since they overlap. For what reason do you need to know the centroids?
See papers here:
回答(1 个)
Image Analyst
2023-11-22
移动:Image Analyst
2023-11-22
See attached program where you can manually place a point at each centroid. This will establish "ground truth" for the points, if they can be considered so, like if a radiologist marked them.
A traditional edge detection and morphological algorithm could range from excceedingly bad to fairly good. Some of the papers presumably had good algorithms - that's why they published them - and they came from dates before Deep Learning was invented. So I'm not sure how good of a traditional algorithm you want to compare your deep learning method to. Of course the published algorithms will be way better than anything you or I could come up with because they worked months or years on their algorithms.
4 个评论
Image Analyst
2023-11-23
For the first part, how did you get those ground truth centroids in that text file? I'd guess it was by someone manually locating them, not by some automatic algorithm, because that is the second part of your task which you said you still have yet to do. Or someone before you may have trained a deep learning model and used that (though they'd still need manually located ground truth coordinates to train that model).
For that second part, I recommended some papers to review that should do the job pretty well. Did you look at any of those papers? If not, why not? Or you can just take a stab at it yourself for less reliable results.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!