How to extend an image using convolution

조회 수: 1 (최근 30일)
Mahi Nazir
Mahi Nazir 2014년 5월 16일
댓글: Mahi Nazir 2014년 5월 16일
Hi I have this plot which I saved as an image. I need to extend it to a certain width. I think I can use convolution? I haven't done any image processing before. Absolutely new to this. Read about convolution so have an idea what it is. Can someone please guide me through this. How do I perform convolution for this?

답변 (1개)

Image Analyst
Image Analyst 2014년 5월 16일
Convolution will enlarge an image but it filters the image and you haven't said that you want to blur or sharpen the image. Why not try padarray() to just add some layers of zero value pixels around the outer edge of the image?
  댓글 수: 12
Image Analyst
Image Analyst 2014년 5월 16일
Try the surf() function.
Mahi Nazir
Mahi Nazir 2014년 5월 16일
For surf we need to have a matrix, I have a vector... that's why I was trying to get additional values from convolution? Any idea how convolution can be done here?

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

카테고리

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