Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

not able to extract tumour for some images.

1 visualizzazione (ultimi 30 giorni)
rohith bharadwaj
rohith bharadwaj il 31 Gen 2018
Chiuso: MATLAB Answer Bot il 20 Ago 2021
I used one code to extract tumour from the images. I am able to extract them when the tumour background is black. i.e, for untitled12,untilted123 images. Im not able to extract the tumour when the tumour is black. Ive tried invert colours but im not getting the output. Image is Slice104.

Risposte (1)

Image Analyst
Image Analyst il 31 Gen 2018
Threshold for dark stuff rather than bright stuff. Just use
grayImage < someThreshold;
  5 Commenti
Image Analyst
Image Analyst il 1 Feb 2018
Like I said, you have to write the code that determines the threshold from the histogram. There is no one algorithm that works in all cases.
I'm attaching an example tumor finding program.
rohith bharadwaj
rohith bharadwaj il 17 Feb 2018
when I take image < threshold(83). I'm getting tumour boundary but it is not continuous. so what to do

Questa domanda è chiusa.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by