Borrar filtros
Borrar filtros

How to calculate sum of pixel values in grey scale images.

5 visualizaciones (últimos 30 días)
Ahmad Alenezi
Ahmad Alenezi el 29 de Jul. de 2019
Respondida: Guillaume el 29 de Jul. de 2019
Hi all,
I have a grey scale image that contains a tumour uptake and i want to know how to calculate the sum of all pixel values (intensities) within this tumour. I have selected the ROI where i want to calculate the uptake value. I called this image myROI.
Can you help in this, please ?

Respuesta aceptada

Guillaume
Guillaume el 29 de Jul. de 2019
Not many details are given, but shouldn't it be:
sum(myROI(:)) %sum of all values in array myROI
If on R2018b or later, you can also use:
sum(myROI, 'all')

Más respuestas (0)

Categorías

Más información sobre Display Image en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by