资源列表
基于小波包的图像去噪方法
- 本代码是基于小波包的图像去噪方法,运用小波包对图像进行分解和重构。-This code is based on wavelet packet image denoising method, using wavelet packet image decomposition and reconstruction.
小波与小波包去噪
- matlab代码小波去噪与小波包去噪,可将两者用于比较和学习!--Matlab code about wavelet denoising and wavelet packet denoising, the two methods can be used for comparison and learning!
图像差影法
- 基于MATLAB的图像差影法背景检测程序,非常实用哦,亲测有效
NcutImage_7_AMD64
- 图像分割算法,基于归一化割,对边缘的识别较准确。(Image segmentation algorithm, based on normalized cut, is more accurate for edge recognition.)
InSAR相位解缠代码
- 干涉SAR(InSAR)相位解缠处理代码,包括枝切法及质量图指导法,代码为matlab(Interference SAR(InSAR) phase unwrapping code, including the branch cut method and quality chart guidance method, the code is MATLAB)
小波分析模极大值法
- 对信号波形进行小波变换并分解,提取模极大值,最后进行信号重构。(Wavelet transform and decompose the signal waveform, extract the maximum value of the modulus, and finally reconstruct the signal.)
multi_scale_low_rank-master
- 采用ADMM算法对矩阵进行多尺度低秩稀疏分解(Low rank sparse decomposition of multiscale matrix)
4 基于Hough变化的答题卡识别
- 基于Hough变化的答题卡识别,可以识别答题卡文件,程序可运行(Identification answer sheet)
OpenCV 飞行游戏手势控制源码
- 通过手势进行游戏控制的代码,采用C++代码和opencv编写。
C++实现CIF转QCIF
- VS上实现。具体步骤:打开CIF文件,把文件的数据读到缓冲区,对缓冲区的内容进行下采样,存到QCIF的缓冲区里,把Qcif的缓冲区里的东西写出。
贱人工具箱5.7破解版
- CAD绘图小插件CAD drawing plug-in(CAD drawing plug-in ,CAD drawing plug-in)
修改图像尺寸
- 基于c++实现图像裁剪工作,可选择插值方法,包括双线性插值和双三次插值