hi, i am finding it difficult to get an appropriate method for segmenting a tooth out of an periapical xray.
2 次查看(过去 30 天)
显示 更早的评论
In the paper they had used an xray of extracted tooth and for that the technique used was basic threshold method. pls suggest me a technique for the same.
0 个评论
回答(1 个)
Image Analyst
2015-11-24
If it's a human dental x-ray, it won't be that good a segmentation. But a basic thresholding goes like this:
thresholdedImage = grayscaleImage > 120; % or whatever value works.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biomedical Imaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!