Image Warping --IDW/RBF

来源:互联网 发布:手机魔术卡软件 编辑:程序博客网 时间:2024/05/20 23:29

快捷键

  • 加粗 Ctrl + B

  • 斜体 Ctrl + I

  • 引用 Ctrl + Q

  • 插入链接 Ctrl + L

  • 插入代码 Ctrl + K

  • 插入图片 Ctrl + G

  • 提升标题 Ctrl + H

  • 有序列表 Ctrl + O

  • 无序列表 Ctrl + U

  • 横线 Ctrl + R

  • 撤销 Ctrl + Z

  • 重做 Ctrl + Y

ImageWarping

image warping:deform images to arbitrary shapes

The process of warping an image can be divided in two steps:
1. The desired displacements of all pixels in the source image have to
be computed.
2. The image has to be resampled to create the output image

Inverse Distance Weighted Interpolation Methods

Input:n pairs (pi; qi) of control points, pi; qi 2 IR2, i = 1; … ; n.
Output : An at least continuous function f : IR2 ! IR2 with f (pi) = qi, i = 1; … ; n.