搜索资源列表
PicCompressEncode(VC)
- 本程序是用VC++6.0开发的BMP转JPEG格式的图片压缩源程序,编译后即可运行。并且可以自行设定压缩的质量。-this program is the development of the VC 6.0 BMP format to the JPEG image compression source, the compiler can run after. And can set their own compression quality.
rangedataread
- 点云预处理时,需要将.abs压缩格式转化为.asc格式,同时需要得到深度图像。本程序完成这一功能。这可是一般都不会拿出来的。-point cloud, it needs to be. Abs into compressed format. Asc format, also need to be depth images. The procedures are completed this function. But it will not usually take to work.
20067418104377325
- bmp格式转化为jpg格式的算法,蛮有用的 大家看看吧-bmp format jpg format into the algorithm, is quite used to see it all
Gif_codec
- GIF图片解压成RGB格式的程序,可根据需要,转成灰阶或其它格式
dicom_to_bmp
- 具有读取医学文件dicom,后缀为.dcm。 毒气候并转化为bmp格式并显示出来
CST_prs2MATLAB_m(reserved)
- CST格式转MATLAB格式 CST格式转MATLAB格式
Tekscantoarray
- tekscan公司ascii文件转成标准矩阵格式数据文件代码
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
RGB2JPEG
- 色彩空间:RGB图像格式转JPG图像格式。-Color Space: RGB image format to JPG image formats.
Bayer2RGB
- bayer格式转化为RGB格式 matlab程序-bayer pattern to rgb
jpegconvert
- 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
stacov2sinex
- JPL的stacov文件格式转sinex格式的Fortran源程序-JPLs stacov file format change to sinex format Fortran source code
mpeg4dec
- XVID1.1.2中提取出来的解码代码,可以实现mpeg4格式转化为YUV格式-XVID1.1.2 extracted decoding code, you can achieve mpeg4 format into YUV format
C3D_VaxD2PC
- 将VaxD(“Dec”)格式的C3Ds数值格式转化为IEEE—LE(“PC”)格式。-Convert the numerical format of C3Ds from VaxD ("Dec") to IEEE-LE ("PC")
kml2shp
- matlab小程序,用于kml文件格式转shp格式文件。-it is a matlab progam which can covert kml file to shape file.
视频转图片
- 从AVI格式转为图片格式,可以将视频中的每一帧图片,转为格式为JPG的图片(Convert from AVI format to picture format and each picture in the video can be converted to a picture of JPG format)
Chinese2SequenceFile
- 中文文档转成sequencefile文件格式,便于在hadoop下使用操作,java代码(Chinese doc to Sequence File)
用MATLAB读取Zygo的xyz文件转的txt文件
- %% 将Zygo的数据保存为".xyz"文件,用文本文件打开, %% 将前面的信息符号以及最后的#号删除,只保留数据信息,然后查找并将所有的No Data替换为NaN %% 保存为txt格式,或者直接将文件后缀名改为".txt",然后再运行此程序