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 CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by