资源列表
10823163
- 一个完整的巴特沃斯滤波器,完全可以使用的。可以下载(A complete Butterworth filter is fully usable. Can download)
自动化图像降采样
- 基于C++的OpenCV图像库实现的自动化图像降采样,一共7个等级。可自行修改源码,完成任意图像的降采样。
1纹理特征
- 对图像纹理特征进行提取,包括灰度共生矩阵、Lbp、小波等(Texture feature extraction of image, including gray level co-occurrence matrix, Lbp, wavelet and so on)
双树复小波分解+特征提取+输出Excel
- 运行小波变换对图像进行处理分析,包括去噪纹理提取等(Running wavelet transform to process and analyze image, including denoising texture extraction, etc.)
混沌图像加密
- 介绍了数字图像加密技术的现状,主要介绍了混沌在数字图像加密领域内的应用。 提供了一个基于混沌的数字图像加密算法(This paper introduces the current situation of digital image encryption technology, mainly introduces the application of chaos in the field of digital image encryption. A digital image encryptio
DIP
- 用于图像处理中的图像分割主动轮廓中的snake算法(Active Contour Method for Image Segmentation)
koch
- koch雪花 分形的图像 用c++表示出来(Koch snowflake fractal image expressed by C + + language)
MSBCS
- 在MTLAB环境运行main_msbcsspl.m。该程序的功能是实现图像的稀疏分解并重建图像,采用压缩感知理论,利用小波分析,在小波域分块观测,可以用很少的观测值就能重建原图像。程序包中已经整合了小波包和测试图像,没有多余文件,程序经过亲测并修改,能在MATLAB中直接运行得到很好的结果,速度非常快!(Run main_msbcsspl.m in the MTLAB environment. The function of the program is to decompose and rec
JPEGCompression
- 编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时
肤色分类
- 用于肤色,头发的面部分割,matlab源码,可实现。谢谢支持
R作地图(内含案例+中国地图+各省份地图+九段线)
- 数据可视化(R作图-中国区域整体地图+各省份地图,包含九段线)附完整代码。(Data visualization (R - overall map of China + maps of provinces, including the nine-dash line) with complete code.)
Image-Fusion-master多种融合算法
- 此代码主要在不同的多模图像上实现了一些基本的和最新的融合方法。 使用一些融合度量客观地评价了融合方法。(These codes implements some basic and recently fusion methods on different multi-modal images. the fusion methods are evaluated objectively using some fusion metrics the Friedman statistical test