资源列表
perf
- perflab 实验优化代码及报告。基准为3.2与2.6,提升的最高效率为6.8-7.0与20.5。(注:测试结果可能会随着运行环境而改变,但优化的效用任然会有很客观的增长)-homemade sample solution to Perflab. The Speedup grownth for both naive version will be 2 times and 10 times faster.Better check it out
dtcwt
- 以lena图像为例,编程实现了二维双树复小波的分解和重构,程序为原创。-By lena image, for example, two-dimensional programming dual tree complex wavelet decomposition and reconstruction, the program is original.
RobustMatting_1.45
- 一个鲁棒 matting 的程序,可生成trimap,可手动画出前景,背景,trimap,提取图像-A robust matting program can generate trimap, you can manually draw the foreground, background, trimap, extract images
gpx4jpg
- 照片地理信息修正工具。利用手机或者其他手持移动设备抓下来的.gpx地理信息文件(包含时间戳和GPS经纬度信息),来实现昂贵的相机GPS模块功能。具体用法: gpx4jpg.py <.gpx file> <pic dir> 第一个参数是.gpx文件,第二个参数是批量处理的照片目录。-Photo geographic information correction tool. Use of mobile phones or other handheld mobile
imageStitching
- 图像拼接。首先采用surf算法提取特征点,再用双向匹配剔除误匹配,最后采用渐进渐出实现全景图-Image stitching. First feature points are extracted using surf algorithm, and then removed two-way matching mismatch, finally adopted gradually progressive realization panorama
ExtractionOfProspectsInVideo
- 自动完成视频中运动目标,比如飞机汽车等物体或者人物的提取,仅留背景合成的视频。-AutoComplete video moving target, cars and other objects such as aircraft or character extraction, leaving only the background of the video synthesizer.
LogMap.tar
- 自适应对数色调映射算法。用于HDR图像的合成。-Adaptive logarithmic tone mapping algorithms.
check
- 使用matlab编写的啤酒瓶缺陷检测程序,测试通过(毕设)-Prepared using matlab beer bottle defect detection procedures, test (complete set)
chepaishibie1
- matlab数字图像处理,车牌识别程序,含有gui界面,实验报告-matlab digital image processing, license plate recognition program, containing gui interface, lab reports
roi
- 利用matlab提取掌纹图像的感兴趣区域,ROI提取-Extract palmprint images using matlab region of interest, ROI extraction
ROMP
- 一种正则化正交匹配追踪ROMP算法的matlab源程序,一个函数,方便使用-A New Regularized Orthogonal Matching Pursuit ROMP algorithm matlab source, a function, easy to use
rgb2cmyk
- 提供RGB转CMYK的MATLAB仿真程序,其中支持CMYK的图像格式为TIFF。之前在网上找了很久,但都没有找到合适的代码,这是自己编的,亲测有效。-This item provided the transformation of RGB2CMYK.