CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab bilinear interpolation code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab bilinear interpolation code - 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
[
matlab
]
图象插值方法的研究和实现
DL : 3
这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
Update
: 2025-02-19
Size
: 3kb
Publisher
:
张正
[
Picture Viewer
]
scr
DL : 0
自己编写的程序,实现dicom文件显示,窗宽窗位调整;利用双线性插值完成图像的缩放。-I have written procedures, to achieve DICOM documents show that window-width window level adjustment the use of bilinear interpolation image scaling.
Update
: 2025-02-19
Size
: 43kb
Publisher
:
lu
[
Special Effects
]
code
DL : 0
此原碼是兩種比較常見的內插法,分別是鄰近內插法及雙線性內插法,希望可以幫助到大家-The original code is the more common two types of interpolation, which are adjacent interpolation and bilinear interpolation, I hope you can help to
Update
: 2025-02-19
Size
: 1kb
Publisher
:
林大鈞
[
Software Engineering
]
Mosaic
DL : 0
A matlab source code to obtain image stitcing of two images using bilinear interpolation
Update
: 2025-02-19
Size
: 73kb
Publisher
:
renjith
[
matlab
]
Matlab
DL : 0
MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
Update
: 2025-02-19
Size
: 3kb
Publisher
:
matlab
[
Special Effects
]
ImageMosaicCode
DL : 0
老外编的的程序,可以成功运行,推荐下载学习-mosaic.m Code Description The mosaic.m script operates as follows: First, it converts the values of the images from unsigned int to double. This is done because most of the MATLAB operations use double as default type. Then, it asks for the points to be matched. Once it has this information it performs a transformation based on an estimate. The value of each pixel is then chosen using a bilinear interpolation. Finally, the mosaicked image is displayed.
Update
: 2025-02-19
Size
: 73kb
Publisher
:
jiajia
[
Special Effects
]
interpolationbilinear
DL : 0
2006年老外写的双线性内插的源代码,简单易学,容易上手。-Written in 2006, foreigners bilinear interpolation of the source code, easy to learn, easy to use.
Update
: 2025-02-19
Size
: 763kb
Publisher
:
hao
[
matlab
]
QRcode
DL : 0
QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.-As a high-speed, full identification of the two-dimensional bar code, QR code has been applied in all walks of life, and also has great potential for development. In this paper, aiming at QR code image recognition process may be encountered in noise interference, QR code accounting for the actual captured image just a part, slant, geometric distortion, and other issues have been studied, put forward through improved median filter to remove noise, use QR code symbol characteristics to locate and rotate the tilted image, distortion which is not serious use control-point transform and spatial bilinear interpolation method for geometric correction. The results show that this method is simple and effective, can be used to improve the QR code correct recognition rate.
Update
: 2025-02-19
Size
: 1.26mb
Publisher
:
ljj
[
matlab
]
linear_interp
DL : 0
Matlab code to perform linear interpolation and bilinear interpolation of image
Update
: 2025-02-19
Size
: 2kb
Publisher
:
Jiyoung Park
[
Compress-Decompress algrithms
]
C420
DL : 0
影像壓縮4:2:0,以及bilinear interpolation的matlab code-Image compression 4:2:0, as well as bilinear interpolation, matlab code
Update
: 2025-02-19
Size
: 188kb
Publisher
:
tingyu chen
[
Special Effects
]
bilinear-scaler
DL : 0
任意倍数图像缩放matlab源码,采用双线性插值方法-Arbitrary multiples of image scaling Matlab source code, using the bilinear interpolation method
Update
: 2025-02-19
Size
: 5kb
Publisher
:
[
source in ebook
]
BilinearInterpolation
DL : 0
图像配准技术及其matlab实现书中的源码——双线性插值算法-Image equipped with quasi-technology and its matlab to achieve in the book of the source code- bilinear interpolation algorithm
Update
: 2025-02-19
Size
: 1kb
Publisher
:
查珊珊
[
Special Effects
]
image-interpolation.shear.rotation
DL : 0
BMP图像C结构体分析; 灰度图像双线性、双三次插值; 水平shear和旋转处理; 文档中附有处理的matlab代码-BMP image C structure analysis grayscale image bilinear, bicubic horizontal shear and rotation process document processing with matlab code
Update
: 2025-02-19
Size
: 1.64mb
Publisher
:
du han
[
Special Effects
]
BilinearInterpolation
DL : 0
这种双线性插值的matlab源代码,学生需要可以下载使用-This kind of bilinear interpolation of matlab source code, students in need can be used to download
Update
: 2025-02-19
Size
: 1kb
Publisher
:
zxk
[
matlab
]
Matlab_Project-4_Resampling
DL : 0
matlab Resampling code GUI affine projective polynomial conformal interpolation bicubic bilinear
Update
: 2025-02-19
Size
: 52kb
Publisher
:
pedram
[
matlab
]
Bilinear-interpolation
DL : 0
MATLAB编写代码实现图像放大和缩小的双线性内插法-MATLAB code to realize the image zoom in and out of the bilinear interpolation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
[
matlab
]
Bilinear Interpolate for Image
DL : 0
The following Matlab project contains the source code and Matlab examples used for image processing zooming an image using bilinear interpolation . An image in your root directory can be zoomed by calling the above program. The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Update
: 2016-10-06
Size
: 1.62kb
Publisher
:
qqst@tom.com
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.