Cut images with equal size and position

3 ビュー (過去 30 日間)
agung pratama
agung pratama 2020 年 9 月 9 日
コメント済み: Image Analyst 2020 年 9 月 22 日
Hello guys, how can i cut some images into same size and i can set (x1,y1) dan (x2,y2) for images cutting.

採用された回答

KSSV
KSSV 2020 年 9 月 9 日
Yes i can be done....define your (x1,y1) and (x2,y2). Note that they should be positive integers. Let I be your image.
iwant = I(x1:x2,y1:y2,:) ;
Also read about imcrop.
  11 件のコメント
agung pratama
agung pratama 2020 年 9 月 22 日
Thanks for your answers Mr Roberson and KSSV
Image Analyst
Image Analyst 2020 年 9 月 22 日
If it worked, please accept the answer to give KSSV credit for it.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Identification についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by