资源列表
24-Bits-bmp-to-binary-image
- c语言编写,将24位bmp格式图片转成灰度图和二值图像(边缘化)。-This code is intended to traverse 24-bit-bmp images to binary images, using C.
exa100701
- 利用小波分离对信号进行去噪,可用于分析采用不同去噪方式时效果对比,也可观察采用不同小波时的效果。-The signal denoising using wavelet separation can be used to analyze the effect comparison when using different denoising methods, and also observe the effect when using different wavelet.
wavelet_dec
- 利用小波分离对信号进行分解重建,观察采用不同小波时的效果,当分解次数增多时,重建效果越好。-The wavelet transform is used to decompose and reconstruct the signal, and the effect of different wavelet is observed. When the number of decompositions increases, the reconstructed effect is better.
wavelet_rec
- 利用小波分离对信号进行分解重建,观察采用不同小波时的效果,当分解次数增多时,重建效果越好。-The wavelet transform is used to decompose and reconstruct the signal, and the effect of different wavelet is observed. When the number of decompositions increases, the reconstructed effect is better.
matlabPandPBP
- 主要是BP神经网络的分类算法,采用MATLAB编写,可以成功运行-Mainly BP neural network classification algorithm, using MATLAB prepared, can be successfully run
git-msysgit-master
- 这是Git的源代码,此程序过程详细,用过效果很好-This is the source code of Git for Windows.
Canny
- anny边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。 Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘。-anny edge detection operator is John F. Canny developed in 1986 out of a multi-level
exa100102
- 现代信号处理教程胡广书版,利用小波分解信号,一次分解概貌。-Modern signal processing tutorial Hu Guangshu version, the use of wavelet decomposition signal, a decomposition of the profile.
sobel
- Sobel算子是一阶导数的边缘检测算子,在算法实现过程中,通过3×3模板作为核与图像中的每个像素点做卷积和运算,然后选取合适的阈值以提取边缘。-The Sobel operator is the edge detection operator of the first derivative. During the algorithm realization, the 3 × 3 template is used as the convolution sum of each pixel in t
picture
- MATLAB的车牌模式识别匹配图片 需要看程序怎么写进行灵活匹配-using in picture recognize mode
camera
- V4L2摄像头获取yuyv在转换成jpg格式-V4L2 camera Get yuyv conversion into jpg format
image_savgol
- 用于对遥感植被指数时间序列进行Savitzky–Golay滤波平滑,可减弱天气状况及数据质量因素对于时间序列的不利影响。-For the remote sensing vegetation index time series Savitzky- Golay filter smoothing, can weaken the weather conditions and data quality factors for the adverse effects of time series.