hi, i am finding it difficult to get an appropriate method for segmenting a tooth out of an periapical xray.
이전 댓글 표시
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.
답변 (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.
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!