资源列表
73
- 小波变换 clc; close all; clear; %构建我们的信号,在500处有一个突变点。 x = zeros(1000,1); x(500) = 1; %进行小波变换 CWTcoeffs = cwt(x,1:128,'haar','plot'); colormap jet; colorbar; %也可以单独看某个尺度的图,CWTcoeffs(10,:)表示尺度为10的cwt值 % CWTcoeffs(10,:)(wavelet transform
图像去雾算法
- 有效处理退化后的模糊图像,使之变得清晰,从中恢复出尽可能多的有效信息变得极具意义,在消费电子、计算机图像以及计算机视觉领域都有重要价值。(Effective processing of degraded vague images to make it clear, from which to recover as much as possible effective information becomes very meaningful, in the consumer electronics,
CRFalMTALAB工具l
- 条件随机场CRF图像处理工具,可以直接拿来用,值得下载学习。(Conditional random field CRF image processing tool.It can be used directly, it is worth downloading study.)
OpenGL-ES2.0_obj
- Android平台的APP代码(Eclipse,ADT),实现了基本3D对象(点,线,面,体)的绘制,单指与双指操控,包含三维的各种变换:平移,旋转,缩放,透视,是学习动画与仿真的入门代码.(Android platform APP code (Eclipse, ADT), to achieve the basic 3D object (point, line, surface, body) rendering, refers to a single and double finger mani
555555
- 基于Harris的图像拼接,找到匹配点,在筛选匹配点进行连线,再将图片融合拼接(Harris based image stitching, to find matching points, in the screening of matching points for the line, and then the picture fusion stitching)
igesout
- matlab产生iges文件 将图形导出为igs格式的文件,方便导入ansys和SolidWorks等(make iges project .it a very good function for you to link matlab and ansys or solidworks)
vclzint
- delphi使用Zint Barcode Library (zint.dll)生成QRCODE,使用zint.dll最新2.6.0版,可处理中文内容。(Delphi, using Zint Barcode Library (zint.dll) to generate QRCODE, using the latest version of 2.6.0 , can handle Chinese content.)
10surf 图像拼接(2013a)
- 通过MATLAB平台使用surf算法实现图像拼接(Through the MATLAB platform using surf algorithm to achieve image stitching)
图像去雾
- 图像去雾、MATLAB、demo、暗通道、模糊去雾、实时去雾等(Image to fog, MATLAB, demo, dark channel, fuzzy to fog, real-time fog and so on)
基于小波变换的不同分解层次去噪
- 包含不同分解层次对图像去噪效果的仿真程序及结果,包含信噪比源程序(Contains different decomposition levels of image denoising effect of the simulation procedures and results, including signal to noise ratio source)
HazeRemoval
- 图像去雾代码,包括暗通道先验去雾等几种去雾算法在内,效果良好。(Codes for image haze removal.)
HALCON算子速查手册
- Halcon 算子手册,供学习开发者使用,为中文版。。(Halcon operator manual for learning developers to use, for the Chinese version..)