필터 지우기
필터 지우기

How do I solve this problem:(Problem 44958. Crop an Image)

조회 수: 5 (최근 30일)
军 川
军 川 2022년 4월 13일
댓글: 军 川 2022년 4월 13일
I know the function is imcrop,but I even don't understand the meaning of 'Rmin Cmin Rpix Cpix ',

채택된 답변

Walter Roberson
Walter Roberson 2022년 4월 13일
  • Rmin - first row to crop at
  • Cmin - first column to crop at
  • Rpix - number of row pixels to use
  • Cpix - number of column pixels to use
Things to watch out for:
  • a lot of MATLAB functions deal in x, y coordinates, rather than rows and columns
  • the cropping functions operate a bit oddly in whether to include a pixel, so you might end up with one more row or column than you were expecting. Read the documentation carefully.

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by