Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab image
Search - matlab image - List
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

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

DL : 0
MatLab图像传感器网络仿真平台WiSNAP,非常好用和清晰-MatLab image sensor network simulation platform WiSNAP very useful and clear
Date : Size : 496kb User : jiangnan

此为基于图像配准的傅立叶变换源代码,已精心调试过,请放心使用.-This is the image registration based on the Fourier Transform source code, has been painstakingly debugging, please rest assured that use.
Date : Size : 119kb User : 王登位

DL : 0
canny边缘检测算子的c源代码 一维高斯分布函数,用于平滑函数中生成的高斯滤波系数 ,用高斯滤波器平滑原图像 -canny edge detection operator c source code for one-dimensional Gaussian distribution function for the smooth function of the Gaussian filter coefficients generated by Gaussian filter smoothing the original image
Date : Size : 3kb User : casey1986

DL : 0
该程序对二维光子晶体进行了域值考虑,编写了程序画出图形形象的显示-The program conducted a two-dimensional photonic crystal domain value considerations, has prepared a procedure to draw the image of the display of graphics
Date : Size : 1kb User : 小蒋

DL : 0
该图象显示了六束光干涉形成的二维光子晶体的全息图-The image shows a six-beam optical interference in the formation of two-dimensional photonic crystal hologram
Date : Size : 222kb User : helenjason

DL : 0
该程序编写了全息光子晶体的填充比,运行可显示他的图象-The program has prepared a holographic photonic crystals filling ratio, shows him to run the image
Date : Size : 1kb User : helenjason

DL : 0
FDTD的一维和三维i算法,可以实现时域有限差分的实现,最后生成一幅图像。-FDTD one-dimensional and three-dimensional i algorithm, can be achieved FDTD realization, and finally to generate an image.
Date : Size : 13kb User : 刘炎

这个Matlab的m代码解决了薛定谔方程,沿着带宽频率和相位偏移,显示三维图像。-The Matlab m-code to solve the Schrodinger equation along the bandwidth of the frequency and phase offset, showing three-dimensional image.
Date : Size : 50kb User : 雷锋

DL : 0
卡尔曼滤波的源码,卡尔曼滤波是在图像保留边缘基础上进行细节忽略的一种比较高级的算法。-Kalman filter source, Kalman filter is retained in the image edge based on the details of a more senior neglected algorithms.
Date : Size : 13kb User : dynasty

这是一个Matlab实现的隐马尔科夫树模型,用于计算图像的Contourlet系数。程序同时还包括图像去噪、纹理恢复的应用模型。-This is a Matlab realization of Hidden Markov Tree Model, used to calculate the coefficient Contourlet images. Program also includes image denoising, texture restoration of the application model.
Date : Size : 2.35mb User : 小单

一个简单的傅立叶带亮度描绘子提取图像的形状特征程序-A simple Fourier descriptor with the brightness of the image shape feature extraction procedures
Date : Size : 194kb User : 黎维娟

this mean shift one of image processing famous segmentation techniques, it is programmed in matlab-this is mean shift one of image processing famous segmentation techniques, it is programmed in matlab
Date : Size : 2kb User : me

fisherface based image retrival
Date : Size : 301kb User : sudarshan

just this for k-means algorithm coedes in matlab,it for beginners-just this is for k-means algorithm coedes in matlab,it for beginners
Date : Size : 11kb User : jj333

基于MATLAB小波分析一书配套的源程序,条理清晰(This code introduces the basic principles of the wavelet analysis and classification and its application in image processing)
Date : Size : 914kb User : 园子

MATLAB中关于图像处理的图像增强技术的实例30例(MATLAB image processing in the image enhancement technology examples of 30 cases)
Date : Size : 53kb User : Idealism

MATLAB中关于图像处理的图像复原技术的实例26例(MATLAB image processing in the image restoration technology examples of 26 cases)
Date : Size : 8kb User : Idealism

machine learning for image processing
Date : Size : 181kb User : taoufik_RK
« 12 3 4 5 6 7 8 9 10 ... 22 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.