필터 지우기
필터 지우기

What does zero padding mean?

조회 수: 2 (최근 30일)
Neo
Neo 2015년 12월 30일
댓글: Neo 2015년 12월 30일
Integral image zero-pads the top and left side of the output integral image, by this do they mean, are they referring to the padsize vector which is a vector of nonnegative integers that specifies the amount of padding to add to the dimension and the dimension along which to add it to?
Cheers, Neo Cornel

채택된 답변

Image Analyst
Image Analyst 2015년 12월 30일
It means you add a layer of pixels all the way around the image that have value 0. This is done by padarray() in the Image Processing Toolbox.
  댓글 수: 3
Image Analyst
Image Analyst 2015년 12월 30일
No. It means to enlarge the image by adding rectangular strips of zeros outside the rectangular edge of the image, so that you have a new larger rectangular image with a black frame around it.
Neo
Neo 2015년 12월 30일
Crystal. Cheers, mate.

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by