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 CenterFile Exchange에서 Data Type Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by