CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - image interpolation
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - image interpolation - List
[
Algorithm
]
opencv to matlab
DL : 0
cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Date
: 2010-12-03
Size
: 651.96kb
User
:
shshlzh
[
Algorithm
]
opencv to matlab
DL : 0
cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Date
: 2010-12-03
Size
: 826.12kb
User
:
shshlzh
[
Algorithm
]
cz
DL : 0
数值计算中 插值算法的实现 及其图像图例-Numerical calculation of the interpolation algorithm and its image legend
Date
: 2026-01-02
Size
: 21kb
User
:
肖庆明
[
Algorithm
]
esintp
DL : 0
An edge guided image interpolation algorithm via directional filtering and data fusion
Date
: 2026-01-02
Size
: 1kb
User
:
cobble
[
Algorithm
]
project
DL : 0
根据插值定理,利用不同的插值函数,进行图像变形和图像调整。-According to interpolation theorem, the use of different interpolation functions for image distortion and image adjustment.
Date
: 2026-01-02
Size
: 3.87mb
User
:
彭飞
[
Algorithm
]
Bicubic
DL : 0
双三次样条插值算法代码,做图片的放大缩小可参考,代码写得不错。-Bicubic spline interpolation algorithm code, so refer to zoom the image, the code is well written.
Date
: 2026-01-02
Size
: 12kb
User
:
天羽忍
[
Algorithm
]
LeastSquare20110722
DL : 0
1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
Date
: 2026-01-02
Size
: 315kb
User
:
zbj
[
Algorithm
]
newton-lagrange
DL : 0
牛顿插值法 和 拉格朗日插值法 的实现,其中含有简单图像显示-Newton interpolation and Lagrange interpolation to achieve, which contains a simple image display
Date
: 2026-01-02
Size
: 9kb
User
:
菜鸟程序员
[
Algorithm
]
marmousi-mode
DL : 0
地震勘探中常用的marmousi模型,用matlab绘出的原始图像,用线性插值,领近插值,双线性插值等多种差值方法来对marmousi模型进行处理-Marmousi commonly used in seismic exploration model of the original image using matlab plot, using linear interpolation, brought nearly interpolation, bilinear interpolation method for a variety of difference to be processed for marmousi model
Date
: 2026-01-02
Size
: 18kb
User
:
胡勇
[
Algorithm
]
Image_distortion
DL : 0
图像扭曲变形 目标:编写一个图像扭曲变形程序,可以对图像进行扭曲变形。 (1)扭曲变形方式: 必做: 旋转扭曲/球面镜变形(二选一) B样条网格变形 选做:TPS网格变形 (2)插值方法比较 最近邻插值 双线性插值(bilinear) 双三次插值(bicubic) 作业要求: 提交程序源代码、执行码以及实验报告(包括:变形函数的选取与设计,使用插值方法的介绍与分析,程序框图,实验结果及分析等)。-Image distortion Goal: to write an image distortion program, the image may be distorted. ? (1) distorted way: Do: Twirl/spherical mirror deformation (check one) B-spline mesh deformation OPTIONAL: TPS morphing (2) Comparison of interpolation methods Nearest neighbor interpolation Bilinear interpolation (bilinear) Bicubic interpolation (bicubic) Job requirements: Submit source code, executable code, and test report (include: selection and design deformation function using interpolation method introduction and analysis, block diagram, the experimental results and analysis, etc.).
Date
: 2026-01-02
Size
: 3.5mb
User
:
luyz
[
Algorithm
]
nearneighbor
DL : 0
Computes the nearest neighbor interpolation of MOLA data Oleg Abramov Planetary Image Research Laboratory abramovo@pirl.lpl.arizona.edu version 0.2 - Computes the nearest neighbor interpolation of MOLA data Oleg Abramov Planetary Image Research Laboratory abramovo@pirl.lpl.arizona.edu version 0.2
Date
: 2026-01-02
Size
: 1kb
User
:
err
[
Algorithm
]
kiujan_v70
DL : 0
基于kaiser窗的双谱线插值FFT谐波分析,表示出两帧图像间各个像素点的相对情况,用于图像处理的独立分量分析。- Dual-line interpolation FFT harmonic analysis kaiser windows, Between two images showing the relative circumstances of each pixel, Independent component analysis for image processing.
Date
: 2026-01-02
Size
: 9kb
User
:
贺文利
[
Algorithm
]
nounei_v27
DL : 0
插值与拟合,解方程,数据分析,大学数值分析算法,中介真值程度度量,基于中介真值程度度量的图像分。- Interpolation and fitting, solution of equations, data analysis, University of numerical analysis algorithms, The true extent of the value of the intermediary measure, measure the true extent of the agency based on the value of image segmentatio.
Date
: 2026-01-02
Size
: 6kb
User
:
冯百
[
Algorithm
]
qunjou
DL : 0
插值与拟合的matlab实现,一种基于多文档得图像合并技术,阐述了负荷预测的应用研究。- Interpolation and fitting matlab implementation, Based on multi-document image obtained combining technique, It describes the application of load forecasting.
Date
: 2026-01-02
Size
: 5kb
User
:
陈观武
[
Algorithm
]
liefang
DL : 0
利用matlab针对图像进行马氏距离计算 ,虚拟力的无线传感网络覆盖,基于kaiser窗的双谱线插值FFT谐波分析。- Using matlab to calculate the Mahalanobis distance for the image, Virtual power wireless sensor network coverage, Dual-line interpolation FFT harmonic analysis kaiser windows.
Date
: 2026-01-02
Size
: 5kb
User
:
dpksg
[
Algorithm
]
feining
DL : 0
插值与拟合,解方程,数据分析,完整的图像处理课设,包含所有源代码,汽车图像,计算多重分形非趋势波动分析matlab程序。- Interpolation and fitting, solution of equations, data analysis, Complete class-based image processing, contains all of the source code, auto image, Calculation multifractal detrended fluctuation analysis matlab program.
Date
: 2026-01-02
Size
: 5kb
User
:
池德前
[
Algorithm
]
lengqao_v25
DL : 0
完整的图像处理课设,包含所有源代码,汽车图像,包括主成分分析、因子分析、贝叶斯分析,插值与拟合,解方程,数据分析。- Complete class-based image processing, contains all of the source code, auto image, Including principal component analysis, factor analysis, Bayesian analysis, Interpolation and fitting, solution of equations, data analysis.
Date
: 2026-01-02
Size
: 10kb
User
:
张巧
[
Algorithm
]
koumou
DL : 0
本科毕设要求参见标准测试模型,意信号卷积的运算,并且绘制图象,插值与拟合,解方程,数据分析。- Undergraduate complete set requirements refer to the standard test models, Convolution operation is intended to signal and image rendering, Interpolation and fitting, solution of equations, data analysis.
Date
: 2026-01-02
Size
: 6kb
User
:
白发君
[
Algorithm
]
moulou_v19
DL : 0
采用的是通用的平面波展开法,图像的光流法计算的matlab程序,插值与拟合,解方程,数据分析。- Using common plane wave expansion method, Image optical flow calculation matlab program, Interpolation and fitting, solution of equations, data analysis.
Date
: 2026-01-02
Size
: 4kb
User
:
董铁友
[
Algorithm
]
nuiqeng_v82
DL : 0
使用起来非常方便,完整的图像处理课设,包含所有源代码,汽车图像,插值与拟合,解方程,数据分析。- Very convenient to use, Complete class-based image processing, contains all of the source code, auto image, Interpolation and fitting, solution of equations, data analysis.
Date
: 2026-01-02
Size
: 8kb
User
:
linglangtaisen
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.