Welcome![Sign In][Sign Up]
Location:
Search - interpolation

Search list

[Special EffectsInterpolation-related

Description: 图像处理当中经常会用到插值处理,给出了VC程序代码,非常好用.-Image processing which is often used for interpolation processing, given the VC code, very easy to use.
Platform: | Size: 3901440 | Author: 晓亮薛 | Hits:

[Windows DevelopXY-Interpolation-Algorithms

Description: A description of the algorithms used to provide both linear and circular interpolation. Example provided in C.
Platform: | Size: 1390592 | Author: Andrew | Hits:

[Special Effectsinterpolation

Description: 当实行降采样后,某些图像点的数据会丢失。该算法可以通过一些插值算法得到所需的数据。-While interpolation functions are available builtin in MATLAB, it require data in specified griddata format. Consider sampling data from an experiment and you are missing some points and you don t want to repeat the experiment but require data at all grid-points for full calculation.
Platform: | Size: 6648832 | Author: feilo | Hits:

[Algorithminterpolation

Description: matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolation, Gauss interpolation, Hermite interpolation, sub-Hermite interpolation, spline interpolation, rational fraction interpolation piecewise bilinear interpolation, dual three-point Lagrange interpolation and piecewise bi-cubic Hermite interpolation, etc.
Platform: | Size: 10240 | Author: | Hits:

[Special Effectsinterpolation

Description: 双线性插值算法是一种空间域的错误掩盖算法,本程序实现了用双线性插值算法恢复受损图像的matlab程序-Bilinear interpolation algorithm is a spatial domain error concealment algorithm to achieve this program using bilinear interpolation algorithm to restore damaged image matlab program
Platform: | Size: 35840 | Author: 王二 | Hits:

[Special Effectsinterpolation(two)

Description: 由Kung提出的两种线性内插方法,这是MATLAB的实现程序,对他们做了比较-two method of interpolation
Platform: | Size: 4096 | Author: 孙大卫 | Hits:

[matlabinterpolation

Description: 最新最好的插值文献,雷达信号处理的同学们很需要-The best interpolation the latest literature, the radar signal processing, students need the
Platform: | Size: 18839552 | Author: 刘畅畅 | Hits:

[AlgorithmParabolic-interpolation-procedure

Description: Fortran编写的抛物线插值法程序Parabolic-interpolation-procedure.f90-Parabolic interpolation procedure
Platform: | Size: 1024 | Author: 枫过留痕 | Hits:

[matlabMATLAB-interpolation-process

Description: MATLAB 中的插值程序,含说明与范例,并比较四种插值方法的结果。-MATLAB in the interpolation process, including description and examples, and compare the results of four kinds of interpolation methods.
Platform: | Size: 112640 | Author: 岳弘达 | Hits:

[matlabInterpolation

Description: 4D interpolation for large data table
Platform: | Size: 2048 | Author: niteen | Hits:

[matlabinterpolation

Description: 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法-Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
Platform: | Size: 128000 | Author: zhoujianhua | Hits:

[Algorithminterpolation

Description: 插值 拉格朗日插值 有理函数插值 三次样条插值 有序表的检索法 插值多项式 二元拉格朗日插值 双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline interpolation
Platform: | Size: 32768 | Author: sby_1027 | Hits:

[Special EffectsBilinear-interpolation-and-cubic-convolution

Description: 二次线性插值和三次卷积插值,高质量图像缩放技术之一,文中有大量代码,实用性很强。-Bilinear interpolation and cubic convolution,is one of Image scaling technology
Platform: | Size: 98304 | Author: 张燕 | Hits:

[Special EffectsNearest-neighbor-interpolation-and-the-speed-optim

Description: 近邻取样插值和其速度优化,是图像缩放技术中重要的技术之一,代码很丰富,稍作修改就可用于自己的代码中-Nearest neighbor interpolation and the speed optimization of sampling,is one of Image scaling technology
Platform: | Size: 22528 | Author: 张燕 | Hits:

[matlabInterpolation

Description: 其中包括牛顿插值算法,分段线性插值算法,Larange算法和三次样条插值算法的源程序。还包括插值算法的报告一份。-Including the Newton interpolation algorithm, piecewise linear interpolation algorithm, Larange algorithm and cubic spline interpolation algorithm of the source. The report also includes an interpolation algorithm.
Platform: | Size: 673792 | Author: 黄校园 | Hits:

[AlgorithmInterpolation

Description: 数值分析中的分段线性插值程序,已经写成函数,可直接调用。-Numerical Analysis of linear interpolation procedures are written in function can be called directly.
Platform: | Size: 875520 | Author: 扶摇 | Hits:

[matlabinterpolation-sym-equalization

Description: an ofdm code with interpolation channel estimation
Platform: | Size: 4006912 | Author: roj | Hits:

[matlabBilinear-interpolation-algorithm

Description: 图像的双线性插值放大算法中,目标图像中新创造的象素值,是由源图像位 置在它附近的2*2 区域4 个邻近象素的值通过加权平均计算得出的。 双线性内插 值算法放大后的图像质量较高,不会出现像素值不连续的的情况。然而次算法具 有低通滤波器的性质,使高频分量受损,所以可能会使图像轮廓在一定程度上变 得模糊。 -Bilinear interpolation algorithm to enlarge the image, the target image in the newly created pixel value is determined by the source image position in its area near the 4 2* 2 the value of neighboring pixels calculated by the weighted average. Bilinear interpolation algorithm to enlarge the image quality after the high pixel value does not appear the situation is not continuous. However, sub-algorithm has low-pass filter nature of the damage to the high frequency components, it may make the image contour to some extent become blurred.
Platform: | Size: 332800 | Author: chenjun | Hits:

[Software EngineeringXY-Interpolation-Algorithms

Description: CNC系统进行直线插补运动的算法,值得大家借鉴,理解基本原理-CNC motion system, linear interpolation algorithm, it is worth all learn to understand the basic principles
Platform: | Size: 1382400 | Author: wangqm | Hits:

[AlgorithmQuadratic-interpolation

Description: 本程序用二次插值法计算任意点的函数值,欢迎下载-This procedure calculated by quadratic interpolation function values ​ ​ at any point, please download
Platform: | Size: 1024 | Author: yuxiang | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net