CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Interpolation matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Interpolation matlab - List
[
matlab
]
2D CUDA-based bilinear interpolation
DL : 0
This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably modern vintage. BUILDING INSTRUCTIONS: Change the 'MATLAB' (and if necessary, 'MEX') variables in the Makefile to appropriate values, then simply run 'make' at a prompt and an executable (mex/mexmac/mexmaci/dll?) file will be created. This code uses your GPU's built-in bilinear texture interpolation capability, and is very fast. For reasonably sized operations (taking, say, a 50x50 matrix up to 1000x1000) CUDA-based code is 5-10x faster than linear interp2 (as tested on a MBP 2.4GHz C2D, GeForce 8600M GT). With very (VERY) large matrices, however, it has the capability of completely crashing your computer or giving bizarre results. Be careful!
Update
: 2010-09-10
Size
: 36.99kb
Publisher
:
whitewalter
[
Mathimatics-Numerical algorithms
]
MATLAB源程序
DL : 0
一阶导数hermite插值。-a derivative hermite interpolation.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张俊海
[
Mathimatics-Numerical algorithms
]
method
DL : 0
MatLab的拉格朗日插值法-MatLab Lagrange interpolation
Update
: 2025-02-19
Size
: 3kb
Publisher
:
胡志超
[
matlab
]
图象插值方法的研究和实现
DL : 3
这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
Update
: 2025-02-19
Size
: 3kb
Publisher
:
张正
[
Algorithm
]
cubic_spline
DL : 0
三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
郭嘉研
[
Picture Viewer
]
bilinear_algorithm
DL : 0
图象处理中经常用到图象抽取和插值,本程序就是常用的双线性插值法的实现-image processing frequently used images collected and interpolation, the procedure is commonly used by the bilinear interpolation to achieve
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王华
[
matlab
]
interpolationandCollocation
DL : 0
MATLAB中插值与拟和小函数,便于大家节省敲打键盘的时间 你们只要能够看懂它 并能够在合适的地方调用这些思想 并且有能力进行适当的变化 就已经到家了-MATLAB with the proposed interpolation and small function, This can help people save time and beating the keyboard You will be able to read it and to the appropriate local calls and have these ideas the capability to conduct appropriate changes already extraordinary
Update
: 2025-02-19
Size
: 175kb
Publisher
:
小可
[
Algorithm
]
guo_
DL : 0
双线性插值算法的实现-bilinear interpolation algorithm implementation
Update
: 2025-02-19
Size
: 550kb
Publisher
:
郭国
[
Other
]
ssss
DL : 0
用MATLAB做的插值与拟合的程序及课件PPT。适合初学者。-MATLAB do interpolation and fitting procedures and courseware PPT. For beginners.
Update
: 2025-02-19
Size
: 175kb
Publisher
:
韩义
[
matlab
]
ImageResample(matlab)
DL : 0
图像插值程序,可以实现对图像的任意缩放,即可以图像尺寸改变为任意大小。-Image Interpolation procedures can realize arbitrary scaling of images, namely image size can be changed to any size.
Update
: 2025-02-19
Size
: 435kb
Publisher
:
林花
[
matlab
]
biliner-matlab
DL : 0
双线性插值的matlab实现,可以用于运动补偿,对处理后的图像进行重建等。-Bilinear interpolation matlab realize that can be used for motion compensation, to deal with the images after reconstruction.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
kevin
[
matlab
]
Matlab-Newton-Interpolation-Code
DL : 0
这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法-The matlab program Interpolation Newton (Newton s Interpolation) algorithm
Update
: 2025-02-19
Size
: 46kb
Publisher
:
liyuedsg
[
matlab
]
step1
DL : 0
分形插值的matlab程序(以一组随机数组为例)-Fractal Interpolation matlab program (to a group of random array as an example)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
刘小龙
[
Windows Develop
]
Kringing
DL : 0
克里金插值matlab源程序,采用高斯模型,简单有效。-Kriging interpolation matlab source code, the use of Gaussian models, simple and effective.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
zd
[
Windows Develop
]
LiangjiangYuProject1
DL : 0
用matlab实现对黑白以及彩色图象的放大缩小功能.其中包括三种算法:nearest neibor,Bilenear Interpolation 以及Bicubic Interpolation-Matlab achieved with black-and-white and color images zoom function. Which includes three algorithms: nearest neibor, Bilenear Interpolation and Bicubic Interpolation
Update
: 2025-02-19
Size
: 4.18mb
Publisher
:
于良江
[
Special Effects
]
interpolation
DL : 0
双线性插值算法是一种空间域的错误掩盖算法,本程序实现了用双线性插值算法恢复受损图像的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
Update
: 2025-02-19
Size
: 35kb
Publisher
:
王二
[
matlab
]
MATLAB-interpolation-process
DL : 0
MATLAB 中的插值程序,含说明与范例,并比较四种插值方法的结果。-MATLAB in the interpolation process, including description and examples, and compare the results of four kinds of interpolation methods.
Update
: 2025-02-19
Size
: 110kb
Publisher
:
岳弘达
[
Documents
]
功能强大的牛顿插值matlab程序代码1
DL : 0
功能强大的牛顿插值matlab程序代码,后续会更新基于C++的MEX和MAT的文件(Powerful Newton interpolation matlab program code, the subsequent updates will be based on the C++ MEX and MAT files)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
汉斯小木屋
[
Algorithm
]
精密星历内插 matlab代码
DL : 0
精密星历内插 matlab代码,包含误差分析(Precise ephemeris interpolation matlab code, including error analysis)
Update
: 2025-02-19
Size
: 87kb
Publisher
:
小小沫
[
matlab
]
interpolation
DL : 0
3个插值方法matlab代码,monomial的,lagrange的,chebyshev的(interpolation matlab code, include monomial, lagrange, chebyshev)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
tian126vip
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.