搜索资源列表
LSMFIT
- 数值分析作业源码,NEWTON插值算法,输出计算结果。请高手多指点!-source, the Newton-interpolation algorithm, and the output results. 19:56 urged more!
imagescale---raw
- 经典程序,实现3种插值算法,可以做到任意比例的图像缩小或者放大,且长宽比例可以不同-classic procedures, three kinds of interpolation algorithm, can do arbitrary proportion of narrow or enlarge images. and the ratio of length to width can be different
linearandnearest
- 图像插值算法(最近邻域和双线性),很好用。-image interpolation algorithm (recent neighborhood and bilinear), is useful.
allfns.zip
- VGG MultiView Compute Library,包含各种图像插值算法的实现和图像变换矩阵参数估计,VGG MultiView Compute Library, contains a variety of image interpolation algorithm and image transformation matrix parameter estimation
AMLE
- AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
Model
- 用Phong光照明模型显示网格模型(*.smf)。 分别实现不使用/使用增量式法向插值算法,比较两种不同的显示效果 Phong模型中各参数可调,观察它们的作用; 选做:用光线跟踪算法实现简单场景的绘制。该场景由三堵互相垂直的墙和几个球所组成(墙和球表面性质、光源等参数自定)。-With the Phong lighting model shows the grid model (*. smf). Respectively, will not be used/use an increm
shiftmatrix
- 将2D图像中的局部区域放大,采用了较快的插值算法-2D image will zoom in the local area, using a fast interpolation algorithm
biliner
- delphi下用二次线性插值算法缩放图片的方法,与delphi自己的绽放功能对比,明显要好很多。-delphi under scaling with bilinear interpolation algorithm picture approach, and their blooming features delphi contrast, significantly better than many.
zoom
- 通过频域变换的方法实现图像的放大,该代码是实现对4:2:0YUV视频序列的放大,相对于普通的插值算法有较好的效果。-By frequency-domain transform method for image magnification, the code is to achieve the 4:2:0 YUV video sequence amplification, relative to the general interpolation algorithm has a good effe
Rotation
- 这是对图片进行旋转的程序,只需设置图片的位置和旋转的角度便可以进行旋转,采用的是最近邻插值算法。-This is a program to rotate the picture, simply set the location of the picture and the angle of rotation can be rotated using the nearest neighbor interpolation algorithm.
spline
- spline插值函数,可改变为spline函数,有助于spline图像插值算法解决-spline interpolating function, you can change the spline function helps spline image interpolation algorithm to solve
PartialVolumeInterpolation
- 这个算法是用来对两幅图像进行仿射变换再利用PV插值算法求取变换后图像的灰度值-Partial Volume Interpolation is a function to transform a reference image to a floating image.
graytwothree.m.tar
- 图像缩放中最常用的双线性插值算法,效果很好-The most commonly used image scaling bilinear interpolation algorithm works well
cfa_laroche
- 将RGB格式的图片进行mosaic处理得到RawData格式的图片,然后再恢复成RGB格式彩色图片,laroche-CFA插值算法-turn an RGB picture to RawData picture,then recover the RawData picture to an RGB picture.it is called laroche-CFA.
IDW_matlab
- 反距离权重插值算法的matlab实现,简单易懂的算法-IDW interpolation algorithm matlab realize, straightforward algorithm
matlab-_scaler
- 分别用最邻近插值算法和双线性插值算法在matlab上实现图像的缩放.word文档。附有算法原理以及实现效果。-Image scaling using the nearest neighbor interpolation algorithm and bilinear interpolation algorithms were implemented on matlab
bilinear-interpolation
- 双线性插值算法实现 MFC C++语言 邻近算法 三次立方-bilinear interpolation
Interpolation
- java实现的克里金插值算法。算法实现中使用Jama.Matrix包来做矩阵操作。算法简洁明了。 希望能帮到你。-a kriging interpolation realization based on the Java language.The package Jama.Matrix is used to realize the Matrix。The code is very compact。enjoy it!
chazhi
- 用于GIS行业的空间插值算法,经过本人调试,可以运行。-Used for spatial interpolation algorithm of GIS industry, after debugging, you can run.
experiment
- 单幅影像超分辨率重建,采用插值算法,可运行出结果。