搜索资源列表
DataMining
- 序列图像二值化,初始化存放分类图像的数组,该数组存放该帧所属的类别号 图像归类,统计每一类的帧数,视频序列按照分类进行分段
200432590139.rar
- 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图,Basic image processing functions: 1, forma
Kernel-K_means
- 用IDL与ENVI二次开发进行非监督分类的Kernel K_means算法,强大实用-Use IDL and ENVI for the secondary development of Kernel K_means unsupervised classification algorithm, a powerful and practical
lbp_matlab
- 实现纹理模式的LBP特征表示及分类。 实现一种基于局部二值模式LBP(Local Binary Pattern)的多分辨率灰度尺度及旋转不变性的纹理分类方法-LBP texture model to achieve that as well as the breakdown characteristics. The realization of a model based on local binary LBP (Local Binary Pattern) Multiresolution g
Two_layer_neural_network
- 监督分类算法,很好很强大 为IDL和ENVI二次算法中的东西,可方便的交互使用-Supervised classification algorithms, IDL and ENVI very very much what the second algorithm can be used to facilitate interaction
113172210SVD
- SVD随着计算机网络的不断发展,多媒体信息的版权保护问题变得十分突出,已成为一个非常紧迫的议题。数字水印技术是实现版权保护的一种非常有效的方法,已经成为信息隐藏领域的一个热门方向。本文着重讨论了数字水印技术在数字图像中的应用,特别地,对于基于神经网络和SVD的自适应的数字水印技术进行了深入的研究与实验。首先比较全面地介绍了数字水印技术的发展历史、现状、基本模型、特征、分类、现有的主要的算法和应用,并对数字水印的发展前景做出了一个展望。接着阐述了神经网络和奇异值分解( SVD)的相关理论。利用图像
TuXiangShu
- 本书主要论述了智能图像处理技术,系统介绍了智能图像处理技术的有代表性的思想、算法与应用,跟踪了图像处理技术的发展前沿。全书共分为15章,重点讨论了图像边缘检测、图像分割、图像特征分析、图像配准、图像融合、图像分类、图像识别、基于内容的图像检索与图像数字水印。此外,为了内容的完整性,本书还介绍了图像预处理技术,如图像采集、图像变换、图像增强、图像恢复、图像编码与压缩-This book focuses on intelligent image processing technologies, sy
2(2dpca)
- 两维pca变换,把图像进行二维的主成分分析得到降维向量,然后用此向量进行分类-2Dpca transfrom
matlab
- 模式识别中的线性分类器的设计,包括感知机,最小二乘法和支撑矢量机的算法的MATLAB代码。-Pattern Recognition linear classifier design, including perception, least squares and support vector machine algorithm MATLAB code.
Grayco-occurrencematrixbasedonfuzzyhiddenMarkovmod
- 通过对断口图像FGLCM的14个特征统计量进行相关性分析,选择角二阶矩和熵等7个统计量作为特征参数,并验证了其有效性.最后,在4类典型断口图像的特征空间上,采用隐马尔夫模型(HMM)进行分类识别。-On the fracture characteristics of the 14 images FGLCM correlation analysis statistics, select the angular second moment and entropy 7 statistics as pa
musicocr
- :对乐谱识别中的音符图像分割技术进行了研究,采用游程分析与二次投影技术对乐谱图像进行处理。 文中结合乐谱的语法特征对乐谱图像进行分析,先对图像中的音乐音符进行初步分类,对每一类的音符采用不 同的处理方法,从而解决了乐符分割的难题。 -: Notes on the music recognition image segmentation techniques were studied, using run-length analysis and re-projection image pr
Video-Retrieval-System-on-MPEG-7
- 视频分类内部文档,基于融合MPEG-7描述子和二次预测机制的视频自动分类算法,-Video Categories internal document, based on the integration of MPEG-7 descr iptors and the second automatic prediction mechanism of the video classification algorithm
seqmentation_class
- 用IDL和ENVI二次开发的分类源码,可以方便的使用-Secondary development with IDL and ENVI classification of source code, you can easily use
clustering-system
- 本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separation Index (S), Xi
ImageBinaryzation
- image_binaryzation.m : 图像二值化主函数,调用otsu、kittler otsu.m : 类判别分类法(otsu全局二值化算法) kittler : 最小分类错误(minimum error thresholding)全局二值化算法 image_refining.m : 图像细化主程序,调用otsu、refining refining.m : 计算骨架的一种实用方法对图像进行细化 coins.bmp lenna.bmp woman_
AutoUnsupervisedIimageClassification
- 无监督图像自动分类系统,我们在VC中做了一个基于聚类的图像分类方法,可以选择不同的图像特征,还有二个不同的显示方法。使用方法见“使用说明”。-Unsupervised image automatic classification system, we made a VC in the image classification method based on clustering, you can choose different image features, there are two dif
hogfeather
- 提取图像特征进行图像的二分类问题,能够实现对输入图像的分类(有没有人)。-Extract image features two image classification problem, it is possible to realize the input image classification (there is no one).
hog_svm
- matlab实现hog+svm图像二分类(Matlab implementation of hog and svm images two categories)
图片二值化
- 将灰度图片二值化进行识别分类处理,已达到图片识别效果(labview two valuehhhhhhhhh)
t3_0411
- 根据样本的均值和方差,提取图像中的一个类别,并显示为二值图像(classification According to the mean and variance of the sample, a category in the image is extracted and displayed as a two value image.)