필터 지우기
필터 지우기

how to convert a 3d image to 2d image ?

조회 수: 2 (최근 30일)
Shahd Ewawi
Shahd Ewawi 2013년 4월 5일
I got this error
Attempted to access bwZ(3,2812); index out of bounds because size(bwZ)=[632,937,3].
this because bwZ is a 3d image does anyone know how to convert a 3d image to 2d image ?

답변 (1개)

Image Analyst
Image Analyst 2013년 4월 5일
편집: Image Analyst 2013년 4월 5일
I don't think your question is the one that should be asked. If your color image has 632 rows, and 937 columns, and three color channels (R, G, and B) or volumetric layers, then the real question that should be asked is "what were you thinking when you try to access the 2812th column in the 3rd row? And with no color channel specified."

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by