how to extract the pixel value of tumor in uint16 .mat from logical .mat?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all,
I have data uint16 .mat. then I label it into tumor and background, and save it into logical .mat. Means the background is 0, tumor is 1.
how to extract the pixel value of tumor in uint16 .mat?
the file unit16 and logical as attached.
0 comentarios
Respuestas (1)
Walter Roberson
el 17 de Oct. de 2022
uint8() the logical mask and multiply by the uint8 data. The locations where the mask is false will come out 0.
2 comentarios
Ver también
Categorías
Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!