i use function size(a), 1200*1920*3. what 3 means in this?
이전 댓글 표시
where a is my image matrix, i got result as 1200*1920*3. what 3 means in this?
채택된 답변
추가 답변 (1개)
ES
2013년 10월 4일
0 개 추천
three dimensional data. I think you read a 1200X1920 colour image. The 3 rd dimension is R, G, B values. What i mean is data[:,:,1] is R, data[:,:,2] is G, data[:,:,3] is B values.
댓글 수: 3
chitresh
2013년 10월 4일
Urmila
2013년 10월 4일
hello, actually i have the same problem.If you understand the concept,tell me also.Thanks in advance.
Image Analyst
2013년 10월 4일
Did you read Steve's blog that I posted in my answer? It discusses it at length.
카테고리
도움말 센터 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!