搜索资源列表
clustering
- 将Weka数据挖掘工具所产生的K-MEANS和DBSCAN结果转化成MATLAB可输出三维图像的格式
particle_filtering
- 这是用粒子滤波算法进行视频跟踪的源程序 初始参数已近设好了,直接运行就可以了 有兴趣的朋友可以吧它改成差帧定位 省的换个视频就要手调一次参数 为了能运算快些 算法的核心代码是用C++编的 用MEX文件转化成dll数据 在matlab中调用的 希望对大家有所参考和帮助 也希望大家有好的想法,我们一起讨论和改进 有 用粒子滤波进行视频跟踪现在国内做的还不多 需要改进的地方也很多 还需大家共同努力啊,哈哈 由于本人用的视频太大,
matlab_surfer.将matlab数据转化为surfer网格格式文件
- 将matlab数据转化为surfer网格格式文件,便于成图显示和其它编程语言的调用,The matlab data into surfer grid format for easy mapping shows and other programming languages call
image2avi
- 图像序列转化为avi格式 .mat文件转化为图像格式-image2avi mat2image
Bayer2RGB
- bayer格式转化为RGB格式 matlab程序-bayer pattern to rgb
C3D_VaxD2PC
- 将VaxD(“Dec”)格式的C3Ds数值格式转化为IEEE—LE(“PC”)格式。-Convert the numerical format of C3Ds from VaxD ("Dec") to IEEE-LE ("PC")
matlab_c_video_yuv422
- 把yuv格式的专为为avi 把avi格式的转化为yuv-yuv to .avi .avi to yuv
sRGB2XYZ
- SRGB 数据转化为XYZ 数据格式,色彩学相关研究人员会有所帮助-SRGB data into XYZ data format, color science will help the researchers
PhysioNet_ECG_Exporter
- 将mit/db心电数据库中的心电数据的数据转存为.mat格式的文件-The mit/db ECG ECG data in a database data dump to. Mat format
MATLAB_HexToMif
- 将Hex格式的数据转成Mif格式,供FPGA搭建系统时初始化RAM.-Hex format data will be converted into Mif format for initialization when the FPGA set up the system RAM.
dec2bin
- matlab编写,文件1将十进制数据转换成二进制数据的小程序;文件2将matlab的mat数据转成适用FPGA的mif格式-matlab write, file a decimal data into binary data of small programs file 2 to the mat matlab data into the FPGA-mif format for
LV40-to-MAT-file
- labview转matlab格式 实现两种软件的互相调用-labview matlab format turn call each other to achieve the two software
kml2shp
- matlab小程序,用于kml文件格式转shp格式文件。-it is a matlab progam which can covert kml file to shape file.
seriesprocess_dat_mat
- 该源码能够实现自动将同一文件夹下的仿真平台的dat数据结果转化为matlab能够读取的矩阵数据格式-The source code can be achieved automatically the dat data results of the simulation platform under the same folder into matlab matrix data format that can be read
Quickplot
- 本人自编的一个快速作图,功能强大的matlab GUI 界面程序。其主要功能如下: 1.导入工作空间变量(X,Y):导入工作空间变量,并提取类型为数组的变量。 2.绘图(plot):多种模式,包括1对1,1对多,多对多。如x1—y1 x1—y1,y2;x1,x2—y1,y2。 3.快速标准化图形(NormalFig):快速设置图形格式,以达到论文图片要求。字体大小,线型粗细等 4.可以手动设置格式 5.可以设置为笛卡尔坐标,也可以设置为对数坐标 6.右键执行命令:“Exe
bmpto565
- 本人自编的bmp,jpg等图片格式文件转成565rgb图片格式,matlab-I directed bmp, jpg and other image format files into 565rgb picture format, matlab
figtojpg
- matlab写的将fig格式图片转成jpg格式的源代码-matlab write the fig format jpg format image into the source code
视频转图片
- 从AVI格式转为图片格式,可以将视频中的每一帧图片,转为格式为JPG的图片(Convert from AVI format to picture format and each picture in the video can be converted to a picture of JPG format)
Tensorlab Userguide
- 最新版本 Tensor Toolbox 2.6,下载之前需要简单的注册一下,提交相关的使用者基本信息,点击提交后直接跳转到下载页面,下载即可,有zip和tar.gz格式.(The latest version of Tensor Toolbox 2.6, Download: http://www.sandia.gov/~tgkolda/TensorToolbox/index-2.6.html before downloading simply need to register, submit t
用MATLAB读取Zygo的xyz文件转的txt文件
- %% 将Zygo的数据保存为".xyz"文件,用文本文件打开, %% 将前面的信息符号以及最后的#号删除,只保留数据信息,然后查找并将所有的No Data替换为NaN %% 保存为txt格式,或者直接将文件后缀名改为".txt",然后再运行此程序