finds the value of pixels in 3D images?

1 vue (au cours des 30 derniers jours)
shuaa alharbi
shuaa alharbi le 13 Mai 2016
Réponse apportée : BhaTTa le 12 Sep 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

Réponses (1)

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

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by