搜索资源列表
3d-teapot
- Teapot teapotdemo A demo that uses the famous Newell teapot to demonstrate MATLAB graphics features. The teapot is defined by 32 bicubic bezier patches. The patches can be tesselated to surfaces at a wide range of resolutions. The resulting surfac
ssd_hager_planar_tracking
- 目标跟踪源程序 开发环境matlab Those are a set of matlab functions for the tracking of a planar patch using direct grey levels information (a.k.a. SSD).-target tracking source development environment Matlab Those are a set of matla b functions for the track
insar-toolbox 这个是INSAR图像处理的matlab工具箱
- 这个是INSAR图像处理的matlab工具箱,里面包含了很多有用的函数,对我们非常有帮助。-This is the INSAR image processing toolbox, which contains many useful functions, very helpful to us.
as.rar
- 这是我们数字图像处理课程的大作业,我自己用matlabGUI做了一个界面,希望对大家有用,谢谢!,This is a large digital image processing program operations, for my own use matlabGUI made an interface and hope for all of us, thank you!
FCM(1)
- 这是我们的数字图像处理的大作业,用模糊聚类的方法做的图像分割,希望对大家有用,谢谢!-This is our large digital image processing operations, with the fuzzy clustering method to do image segmentation, hope for all of us, thank you!
Adaboost_train
- ADBOOST的训练代码,有供训练的数据,弱分类器训练,强分类器训练,和错误率,对理解ADABOOST是很好的例程-codes of adaboost traning,containing data for traning, implementation of weakleaner and cascad,and error as well,it can help us leaning ADABOOST
reduce_noise
- 用Matlab编写的小波去噪 估计对大家有用,喜欢的就下载吧-Prepared using Matlab wavelet denoising estimated useful for all of us, like on the download bar
NMF
- 该软件可实现传统的NMF非负矩阵分解,希望能对大家有所帮助!-This software can realize non-negative matrix factorization. I hope it is helpful for all of us.
lan1
- 车牌识别方法,对图像进行与预处理,使其为我们所要的尺寸,并进行HOUGH变换,使其更易分辨出来。-License Plate Recognition Method of images and pre-processing to make it for us to size, and HOUGH transform, to make it easier to be identified.
otsu
- 最大类间方差法,给出了详细的介绍,希望能对大家学习图像处理有帮助-Otsu law, gives a detailed introduction to all of us hope to be helpful to learn image processing
dongtaigz
- 基于背景差法的动态目标检测的代码 希望对大家有用-Difference method based on the background of the dynamic target detection code for all of us hope that useful
EXPERIMENTS_IN_IMAGE_SEGMENTATION_FOR_AUTOMATIC_US
- 美国车牌的自动识别的图像分割的实验,Virginia Polytechnic Institute and State University的英语毕业论文,写的较好。-EXPERIMENTS IN IMAGE SEGMENTATION FOR AUTOMATIC US LICENSE PLATE RECOGNITION
KNN
- 一个非常好的粗糙集的代码-希望对大家学习提供参考-Rough set a very good code- I hope to provide reference for all of us to learn
tuxiangwenlitezheng
- 基于颜色和纹理特征图像检索技术的研究,从CNKI上买来的,希望对大家有用!-Based on color and texture features of image retrieval research, from CNKI bought, and I hope useful for all of us!
1
- 图像分割指把图像分成各具特性的区域并提取出感兴趣目标的技术和过程,它是由图像处理到图像分析的关键步骤。小麦的图像分割是使用各种图像分割算法对小麦图像进行处理和研究,提取出有用的图像信息以实现小麦粘连籽粒的分离,为进一步利用图像处理技术分析小麦品质提供依据。因此,对小麦图像分割方法的研究具有十分重要的意义。 本文首先研究了图像分割算法的分类以及常用图像分割算法的基本原理。然后针对小麦图像的特点,研究了在不同光照、背景和连接情况下使用的小麦图像分割方法,对各种分割算法进行了比较、结合和改进。重点
Matlab
- 该幻灯片详细阐述了matlab函数的绘图函数,及函数详细的应用例程!-this book tell us how to use matlab software to draw picture!
sheep-logan
- 在研究从投影重建图像的算法时,为了比较客观的评价各种重建算法的有效性,人们常选用公认的Sheep Logan 头模型,本文就是用CT重建的理论模型,希望对大家有用-In the study from the projection image reconstruction algorithm, in order to more objective evaluation of the effectiveness of the various reconstruction algorithms, it
WFTgui
- Windowed Fourier transform for fringe pattern analysis (with GUI) -• Run WFT in MATLAB environment. All processed data are automatically saved in result.mat 4. File list o wft2fw.m: the basic WFT algorithm. o unwrapping_qg_trim.m: quali
libsvm-3.20
- 台湾大学林智仁libsvm-3.2,帮助大家来做行人检测训练。(This tool can help us to train our classify machine, obtaining good results.)
新建文件夹 (2)
- 字典学习。比如一个向量,是k维的,我现在有一个k*n的字典,其中n>>k,所谓的字典学习,就是在这包含n个向量的字典当中寻找一个线性表示可以表示出当前这个k维的向量。之所以称为“稀疏表示”,因为一般n大于k,比如n=512,k=64。这时候你的字典一定是一个Redundant(冗余的,过剩的)的。因此你的表示里面一定有很多系数为0,因而被称作稀疏表示。 信号稀疏表示的目的就是在给定的超完备字典中用尽可能少的原子来表示信号,可以获得信号更为简洁的表示方式,从而使我们更容易地获取信号中