필터 지우기
필터 지우기

how to crop many parts from one image

조회 수: 4 (최근 30일)
bay rem
bay rem 2016년 2월 1일
댓글: bay rem 2016년 2월 1일
hello i'd like to crop two existed blob from only one image...but every time i try, only one blob will be cropped (with imrop instruction) not the both ... any one help me please

답변 (1개)

Walter Roberson
Walter Roberson 2016년 2월 1일
imcrop() can only crop one section at a time. imcrop() is only for rectangular cropping. This is necessary because in MATLAB, all matrices must be rectangular, and if you were able to crop multiple blobs then that would require that the result be an output matrix that was two disconnected rectangular sections.
  댓글 수: 1
bay rem
bay rem 2016년 2월 1일
so please how can i crop multiple rectangular form from one image?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by