资源列表
Draw
- 能够实现简单的线,矩形,圆,多边形等的绘制-To achieve a simple line, rectangle, circle, polygon rendering, etc., as well as zoom, roaming and other functions
omp
- 稀疏重建与压缩感知源代码,重点对OMP算法进行介绍及代码编写,并实现对lena图像进行处理-Sparse Reconstruction and compressive sensing source code, with emphasis on presentation and OMP algorithm code, and image processing to achieve lena
sina_qipai_reco_2014_08_23
- 新浪棋牌注册验证码识别,识别率90 以上-sina qipai register account identify code recoganizer
WaveletApplication
- 本文提出了一种基于小波变换的各种图像处理算法,具有重要的学术参考价值!-This paper presents a wavelet transform based image processing algorithm, has important academic value!
1
- 不是源码,是OCR识别文献。 非常好的汉字识别资料。 -Modified quadratic discriminant functions and the application to Chinese character recognition”, IEEE. Transactions on Pattern Analysis and Machine ...
ArcObjectsLearningData
- ArcObjects学习资料集萃,有很多有用的小例子-ArcObjects Examples
ImagProc
- 对bmp图像实现灰度变换,中值、均值滤波,sobel等边缘检测及图像分割(固定阈值法、最大类间方差法等)-Bmp image to achieve gray-scale transformation, median, mean filtering, sobel edge detection and image segmentation, etc. (fixed threshold, Otsu, etc.)
line
- 用vrml写的3d的进度条,浏览器必须为Lyinux-Vrml written with a progress bar 3d
line2
- 用vrml写的,3d的进度条,必须要用Lyinux打开-Written with vrml, 3d of the progress bar to be open to use Lyinux
OpenCV
- 用开源的OpenCV实现的图像增强算法。给学OpenCV的朋友。-use of OpenCV
Shearletimagefusion
- shearlet图像融合的源代码,速度很快,做毕业设计的可以参考-shearlet fusion source code, very fast, do graduate design can refer to
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
