필터 지우기
필터 지우기

zero padding

조회 수: 6 (최근 30일)
amar kshirsagar
amar kshirsagar 2011년 8월 24일
편집: DGM 2024년 2월 13일
how zero padding is done in matlab with matlab code
  댓글 수: 1
Hans Scharler
Hans Scharler 2024년 2월 13일
I saw your Discussion thread @Image Analyst and thought maybe there is a MATLAB answer for this question - https://www.mathworks.com/matlabcentral/discussions/tips/845271-trick-to-enlarge-a-matrix-by-padding-it-with-zeros

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

채택된 답변

Jason
Jason 2011년 8월 24일
Refer to padarray function.
  댓글 수: 2
Sean de Wolski
Sean de Wolski 2011년 8월 24일
Image Processing Toolbox required.
DGM
DGM 2024년 2월 13일
편집: DGM 2024년 2월 13일
While it wasn't an option in 2011, MIMT does have a wrapper function padarrayFB(), which will work either with or without IPT installed. Downloading MIMT just for a simple zero padding task seems a bit like overkill, but I guess it depends what it's worth.

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

추가 답변 (1개)

Steven Lord
Steven Lord 2024년 2월 13일
If you're using release R2023b or later, see the paddata function introduced in MATLAB in release R2023b.

카테고리

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