Resizing in MATLAB w/ different filters

前端 未结 3 1015
离开以前
离开以前 2020-12-12 02:54

I have an image. I want to resize it to double the original size, filling in the new pixels by interpolation. I need to specify which type of interpolation I want to use.

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-12 03:09

    imresize has a third way of passing the interpolation method: "Two-element Cell Array Specifying Interpolation Kernel". You can read more about it in Matlab's documentation.

提交回复
热议问题