Welcome![Sign In][Sign Up]
Location:
Search - bicubic spline

Search list

[Other resourceSPLIE2

Description: 双三次样条插值方法,内含函数以及函数调用的例子-bicubic spline interpolation method intron function and the function call examples
Platform: | Size: 1001 | Author: younger | Hits:

[Special EffectsCode

Description: 用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation.
Platform: | Size: 18308 | Author: 周萍 | Hits:

[matlabimage resampling

Description: %This is a simple function that resamples the image %at a different pixel size function nimg = imresample(oldpixsize,img,newpixsize,intmethod) % This function resamples the images at the new grid points % defined by the new pixel sizes. It assumes that intensities are % defined at pixel centers % % img : original image to be resampled % nimg : newly sampled image % oldpixsize : a vector of the form [xpixsize, ypixsize] % for the original image, e.g., [0.5,0.5] % newpixsize : is a vector of the form [xpixsize, ypixsize] % for the new image, e.g., [0.2,0.2] % intmethod: same as interp2 % 'nearest' - nearest neighbor % 'linear' - bilinear % 'cubic' - bicubic % 'spline' - spline % Example: % % % Create a 2D gaussian function % H = fspecial('gaussian',[31,31],5); % % Resample it at a smaller pixel size % NH = imresample([1,1],H,[0.2,0.2],'spline'); % figure;subplot(211);imshow(H,[]);title('Original'); % subplot(212);imshow(NH,[]); % title('Resampled using spline interplolation');
Platform: | Size: 1714 | Author: whitewalter | Hits:

[Graph programsplline2

Description: 绘制双三次B样条曲线-mapping bicubic B-spline curves
Platform: | Size: 33792 | Author: 诺亚 | Hits:

[AlgorithmSPLIE2

Description: 双三次样条插值方法,内含函数以及函数调用的例子-bicubic spline interpolation method intron function and the function call examples
Platform: | Size: 1024 | Author: | Hits:

[Special EffectsResearchBezier

Description: 在VC中研究和设计双三次B样条曲面,利用VC面向对象具有可视化的特点,选择适当的空间控制点来调整三次B样条曲面的形状-in VC research and the design of bicubic B-spline surface, the use of object-oriented VC with the visual characteristics, selection of appropriate space control point adjustment cubic B-spline surface shape
Platform: | Size: 50176 | Author: 啊征 | Hits:

[Special EffectsCode

Description: 用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation.
Platform: | Size: 18432 | Author: 周萍 | Hits:

[AlgorithmC3

Description: 插值 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值-Interpolation 1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval method 5. Interpolating polynomial 6. Dual Lagrange interpolation 7. bicubic spline interpolation
Platform: | Size: 5120 | Author: freezingsnow | Hits:

[VC/MFCsource

Description: 这是树上的代码,在Visual C++中,研究双三次B样条曲面(空间曲面),供大家参考-This is the tree code, in Visual C++ Studying bicubic B-spline surfaces (curved space), for your reference
Platform: | Size: 49152 | Author: Lynn | Hits:

[GUI Developcz

Description: 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值-1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval method 5. Interpolating polynomial 6. Dual Lagrange interpolation 7. Bicubic Spline Interpolation
Platform: | Size: 4096 | Author: wzz | Hits:

[matlabnoise_filtering_matlab

Description: digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation. - digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation.
Platform: | Size: 1024 | Author: mustafa | Hits:

[Windows DevelopbicubicBsplinecode

Description: 双三次B样条曲线的拟合代码,有助于进一步了解B样条曲线-Bicubic B-spline curve fitting code, and contribute to a better understanding of B-spline curve
Platform: | Size: 254976 | Author: 徐亮胜 | Hits:

[Windows DevelopbicubicHermiteBsplinecode

Description: 双三次B样条曲面的拟合程序,有助于进一步了解B样条曲线-Bicubic B-spline surface fitting process, help to further understanding of B-spline curve
Platform: | Size: 232448 | Author: 徐亮胜 | Hits:

[Graph Drawingad

Description: C2:插值 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-C2: 1 Lagrange interpolation interpolation (POLINT) 2 rational function interpolation (RATINT) 3 Cubic Spline Interpolation (SPLINE (second derivative value)-> SPLINT (function value)) 4 sorted list of search method (LOCATE ( dichotomy), HUNT (correlation method)) 5 interpolation polynomial (POLCOE (n2), POLCOF (n3)) 6 dual Lagrange interpolation (POLIN2) 7 bicubic spline interpolation (SPLIE2)
Platform: | Size: 31744 | Author: 王斌 | 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:

[AlgorithmBicubic

Description: 双三次样条插值算法代码,做图片的放大缩小可参考,代码写得不错。-Bicubic spline interpolation algorithm code, so refer to zoom the image, the code is well written.
Platform: | Size: 12288 | Author: 天羽忍 | Hits:

[Special Effectssrc

Description: 图像线性插值,包括nearest neighbor(pixel duplication),bilinear,bicubic,lanczos,B-spline, cubic,Fourier zero-padding (sinc)-Image linear interpolation, including nearest neighbor (pixel duplication), bilinear, bicubic, lanczos, B-spline, cubic, Fourier zero-padding (sinc)
Platform: | Size: 76800 | Author: richard | Hits:

[matlabbicubic.m

Description: a method to calculaate the bicubic spline fr nrecipes
Platform: | Size: 2048 | Author: steven woolford | Hits:

[Algorithmimspline

Description: matlab 双三次样条插值,由于是matlab写的,速度非常慢。希望大家理解-matlab bicubic spline interpolation is Matlab written, very slow. I hope you understand
Platform: | Size: 1024 | Author: zhangbjb | Hits:

[Picture ViewerBiCubic

Description: 双三次样条插值,可以实现图像的放缩。而且含有opencv的摄像机标定-Bicubic spline interpolation, image scaling.
Platform: | Size: 28755968 | Author: xfortius | Hits:
« 12 »

CodeBus www.codebus.net