搜索资源列表
双线性插值法matlab程序
- 双线性插值法matlab程序,图像插值方法
双线性插值法实现图像平移
- 双线性插值法实现图像平移
图像缩放(线性)
- 图像缩放(线性插值法)-image scaling (linear interpolation)
图象插值方法的研究和实现
- 这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
供vb调用的高质量旋转图片vc动态库代码
- 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
三弯矩插值
- 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle
三转角插值
- 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle
lagrange多项式插值
- 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle
bilinear_algorithm
- 图象处理中经常用到图象抽取和插值,本程序就是常用的双线性插值法的实现-image processing frequently used images collected and interpolation, the procedure is commonly used by the bilinear interpolation to achieve
TuXiangSuoFang
- 基于VC++,对图像进行任意级别的缩放,采用二维线性插值法实现.-Based on VC++, On images of arbitrary levels of zoom, the use of two-dimensional linear interpolation method.
xianxingchazhi
- 这是关于线性插值法的典型应用,有一定参考价值。-This is a linear interpolation method on a typical application, has a certain reference value.
bilinear
- 用双线性插值法实现的图像缩放,内有详细的使用说明。非常好用-Bilinear interpolation method used to achieve the image scaling, which has detailed instructions. Very easy to use
BMP_PR
- 实现了位图的任意缩放(邻点法和线性插值法),任意旋转(邻点法和线性插值法),全部源代码,没有使用其他库,是纯粹代码实现的 -Realize the arbitrary bitmap scaling (o-point method and linear interpolation), arbitrary rotation (o-point method and linear interpolation method), all sourc
bitmap
- 关于bmp位图的放大和缩小,采用的是线性插值法。已经过编译成功。-Bmp bitmap on the zoom in and out, using a linear interpolation method. Has been successfully compiled.
Bilinear_Interpolation
- MATLAB双线性插值法对图像进行放大和缩小-MATLAB bilinear interpolation image zoom in and out
pic_magnify
- 在CCS平台上优化过的基于C64x+的图像放大程序,用双线性插值法。-In the CCS platform optimized based on C64x+ The image to enlarge procedures, using bilinear interpolation.
123456
- 根据所给样本数据用三种不同的方法绘制该公路并估计其长度。 分别用线性插值法、最近邻域插值法和三次样条插值法计算公路长度,并用勾股定理估计公路的长度 -According to the sample data in three different ways, the road map and estimate its length. , Respectively, by linear interpolation, nearest
linear_interp_ang
- 在uVision环境下用C编程,通过线性插值法计算出相角的大小-In uVision environment using C programming, calculated by linear interpolation the size of the phase angle
binary_interpolation
- 本算法使用双线性插值法对图像进行缩放变换(The bilinear interpolation method is used to scale and transform the image)
线性插值法
- 线性插值是指插值函数为一次多项式的插值方式,其在插值节点上的插值误差为零。线性插值相比其他插值方式,如抛物线插值,具有简单、方便的特点。线性插值的几何意义即为概述图中利用过A点和B点的直线来近似表示原函数。线性插值可以用来近似代替原函数,也可以用来计算得到查表过程中表中没有的数值。(Linear interpolation means interpolation function with polynomial interpolatio