how to separate the image given below
1 回表示 (過去 30 日間)
古いコメントを表示
i want to separate the image in four parts
0 件のコメント
回答 (2 件)
Image Analyst
2015 年 3 月 12 日
How about
upperLeft = grayImage(1:rows/2, 1:columns/2);
and so on?
4 件のコメント
参考
カテゴリ
Help Center および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!