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 で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!