搜索资源列表
arithmetic.encoding
- 算术编码的应用实例matlab版本 1.可以对字符进行算术编码 2.开头不必制定字符串的大小 3.编码精度高,达到小数点8位以上 4.以函数的形式给出,易于调用和移值实现 5.显示界面人机交互较出色 -arithmetic coding examples of the application of a version of Matlab. Be right characters arithmetic coding 2. Not the beginning de
fp
- 很重要的指纹识别算法是基于matlab下的配合调用matlab的gui界面,使用这种算法可以提高matlab的运算效率。-the code base on the matlab and it will do well in gui in matlab if you use it you will find good way to identify the picture of finger
G
- 很重要的分形维二维算法是基于matlab下的配合调用matlab使用这种算法可以提高matlab的运算效率。-the code base on the matlab and it will do well in image with matlab if you use it you will find good way to identify the picture of finger
shuangmushijue
- 我编写的两相机定标算法,利用matlab toolbox得到初始数据进行一步的标定和优化,其中调用了matlab toolbox里的显示函数和-I prepared two camera calibration algorithm, using matlab toolbox to obtain the initial data calibration and optimization step, which is called the matlab toolbox in the display
Desktop
- 对小波分解进行了解决,从一维二维来进行了相关的分析,一维进行了具体程序的的编写,根据小波分析算法来分解,对于二维的情况,调用MATLAB来进行了相关的测试,对lena图像进行了小波的分解机合成-Wavelet decomposition of the solution, from a two-dimensional analysis, the specific procedures for the preparation of one-dimensional wavelet analysis t
canny-Edge-detection
- 用cany方法对lenna图像进行边缘检测,进行了具体的编程,没有调用matlab的集成的函数-By cany method lenna image edge detection, carried out specific programming, without calling matlab function integration
matlab
- matlab环境下调用excel绘制交通信息时空图-matlab,excel,transportation graph
matlab
- 图像的读取和输出显示,包括格式转换等函数调用;-Read and display images output,Including format conversion function calls
Kalman_matlab
- 使用卡尔曼滤波器实现单目标的跟踪,完整的matlab程序,调用的工具包很简单,有下载网址,里面包含使用说明,效果非常不错。-Using kalman filter to realize single target tracking, complete the matlab program, called toolkit is very simple, have download site, it contains the instructions, the effect is very good
GraphBasedIS
- 将Pedro F. Felzenszwalb的 Efficient Graph Based Image segmentation 作者提供的c代码封装,提供了Matlab调用接口。 输入参数如英文所示。-offer the matlab code interface of pedro F. Felzenszwalb s efficient graph based image segmentation (image,sigma 0.8,k 300,min_size 100)
bbb
- 二.二维小波分解与重构程序说明 1.主函数 mymain.m:通过调用所写的函数对信号进行二维小波分解与重构 main.m:利用MATLAB中小波变换函数实现 2.调用的子函数 function [x2,cA,cV,cH,cD] mydwt2(x,Lo_D,Hi_D) 函数mydwt() 对 x 进行二维小波分解 输入参数为x,Lo_D,Hi_D x为输入信号,Lo_D为低通滤波器,Hi_D为高通滤波器 输出参数:cA,cV,cH,cD —— 是
medx
- VC调用MATLAB编译的D,VC calls MATLAB compiled D-VC call MATLAB compile D, VC calls MATLAB compiled as D
uaw
- 用matlab实现世界地图调用和显示,可以任意控制范围-Matlab, according to the map of the world calls and to control
heljcertaih
- MATLAB-C混合编程,在M文件中调用 对学混合编程的初学者有一定的帮助,-MATLAB programming with mixed- C, in the M file calls for learning hybrid programming beginners have certain help,
QKVAX
- 在VC中对MATLAB进行调用的例子,简单地进行了一些设置说明-In the VC to call examples of MATLAB, simply made some Settings
超前滞后相关+滑动平均
- 修改了超前滞后相关函数关于相关系数检验的部分程序,避免了样本数太大检验不了的情况。matlab中调用smooth函数后头尾是有数据的,不符合气象统计滑动平均的原理,按照公式编了一个能直接用的滑动平均。