Azzera filtri
Azzera filtri

hi, i am finding it difficult to get an appropriate method for segmenting a tooth out of an periapical xray.

1 visualizzazione (ultimi 30 giorni)
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.

Risposte (1)

Image Analyst
Image Analyst il 24 Nov 2015
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by