搜索资源列表
BilinearInterplate.m
- 双线性插值(Bilinear Interpolation)-Bilinear interpolation (Bilinear Interpolation)
ImageMosaicCode
- 老外编的的程序,可以成功运行,推荐下载学习-mosaic.m Code Descr iption The mosaic.m scr ipt operates as follows: First, it converts the values of the images from unsigned int to double. This is done because most of the MATLAB operations use double as default type. Th
Real-TimeRobustAlgorithmofDigitalImageStabilizatio
- 电子稳像的实时鲁棒性算法,首先对采集到的每帧图像建立高斯金字塔。然后在高斯金字塔的顶层进行 初估计,采用图像块法得到整像素的运动估计矢量。精估计采用光流梯度法。为提高鲁棒性,运用简化的M 收敛法 进行梯度约束。最后阶段采用双线性内插对当前帧与参考帧进行匹准-Electronic image stabilization, real-time robust algorithm, first collected in the establishment of Gaussian pyramid
reparation-and-sampling-of-an-image
- 最近邻降采样程序见 ZuiJinLinJiangCaiYang.m,结果见最近邻降采样.jpg。 双线性降采样程序见 ShuangXianXingJiangCaiYang.m,结果见双线性降采样.jpg。 最近邻恢复程序见 ZuiJinLinHuiFu.m,结果见最近邻恢复.jpg。 双线性恢复程序见 ShuangXianXingHuiFu.m,结果见双线性恢复.jpg。-Nearest-neighbor down-sampling procedures see ZuiJinLinJ
benzlxs
- 用matlab编写逆投影变换程序,三个m文件分别代表最近邻插值法,双线性插值法,立方卷积插值法,通俗易懂,含有测试图片,打开就能用-Inverse projection transformation program, matlab prepared three m documents represent the nearest neighbor interpolation, the bilinear interpolation and cubic convolution interpolatio
imrotate
- 使用双线性插值的图像旋转,和本站的其余旋转不同,我的旋转不会使图像缺角,好处就是旋转后他的傅里叶变换的频域图也旋转同样的角度,同样可以用来处理矩阵,来做滤波器,我在做方向滤波器,有兴趣要的可以m我。-Using bilinear interpolation, image rotation, and the rest of the rotation is the rotation does not make the image Cutaway, the advantage is that the
graytwothree.m.tar
- 图像缩放中最常用的双线性插值算法,效果很好-The most commonly used image scaling bilinear interpolation algorithm works well
极图极坐标转换成反极图
- This is the inverse of ImToPolar. imP is the polar image with M rows and N columns of data (double data between 0 and 1). M is the number of samples along the radius from rMin to rMax (which are between 0 and 1 and rMax > rMin). Mr and Nr are t