size() for images
이전 댓글 표시
readImage1=imread(image_file1);
m = size(readImage1);
what does mean by the second line of the code ?
댓글 수: 1
Gopolang
2023년 5월 13일
the dimensions of the image
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!