finds the value of pixels in 3D images?

1 visualización (últimos 30 días)
shuaa alharbi
shuaa alharbi el 13 de Mayo de 2016
Respondida: BhaTTa el 12 de Sept. de 2024
this code return the idx of 3d matrix, what about if i want to find the value of these pixels?
idx = find(tmis == name); [row,col,pag] = ind2sub(size(tmis),idx)
i need : [row,col,pag,val] = ind2sub(size(tmis),idx)
thanks

Respuestas (1)

BhaTTa
BhaTTa el 12 de Sept. de 2024
@shuaa alharbi, refer to this answer to find pixel value for an image in Matlab.

Categorías

Más información sobre Images 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