finds the value of pixels in 3D images?

1 visualizzazione (ultimi 30 giorni)
shuaa alharbi
shuaa alharbi il 13 Mag 2016
Risposto: BhaTTa il 12 Set 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

Risposte (1)

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

Categorie

Scopri di più su Images in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by