finds the value of pixels in 3D images?

1 回表示 (過去 30 日間)
shuaa alharbi
shuaa alharbi 2016 年 5 月 13 日
回答済み: BhaTTa 2024 年 9 月 12 日
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

回答 (1 件)

BhaTTa
BhaTTa 2024 年 9 月 12 日
@shuaa alharbi, refer to this answer to find pixel value for an image in Matlab.

カテゴリ

Help Center および File ExchangeImages についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by