搜索资源列表
DeleteSpace
- 调整pdf的边缘及其行间距大小。首先把pdf保存为图片,然后用此程序调整边缘或行间距大小,把修改后的图片重新整合成pdf。此软件的目的是为了kindle用户编写。因为kindle的屏幕有限,除去多余的边缘和行间距,可以使kindle读书效率更高,减少过多翻页操作。-Adjust the line spacing pdf and the size of the edge. First, save the pdf as a picture, and then use this procedure t
im2mov
- 此matlab函数可以实现将某一目录下的图片合成视频的功能。-This Matlab function can be composite video pictures in a directory function.
stereo-disparity
- 一个合成视差图的matlab程序,里有测试图片-A synthetic disparity map matlab program, there are test images
DCT-Video-Compression
- 基于matlab平台,通过DCT算法来对视频进行压缩。代码包括视频分解成帧,DCT算法压缩,帧合成视频,以及综合的视频压缩M文件,可以直接仿真。有相应的图片,以及压缩前后的视频,还有原理word报告。-Based on matlab platform, through DCT algorithm to compress the video. Code includes video decomposition framing, DCT compression algorithm, frame co
Unititled
- matlab小波分析,利用matlab将两张残缺图片合成完整图片-Matlab wavelet analysis, the use of matlab will be two incomplete picture synthesis picture
车牌识别系统MATLAB源代码完整
- clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_
图片融合
- 通过不同曝光量合成hdr图片,但是程序不完整,需要自己修改。