搜索资源列表
homework.m
- 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of ima
mathmodel
- 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
saliency.经典论文的代码
- 一篇经典论文的代码,“Saliency,Scale,image descr iption”,用于寻找视觉显著性的区域,matlab代码,A classic papers of the code, " Saliency, Scale, image descr iption" , for the visual search of the area significantly, matlab code
PathFinder
- 一个实用的路径搜索图象处理程序源代码.对某些从事人工智能的算法应用有参考价值.-A practical path to search image processing source code. For some to engage in the application of artificial intelligence algorithms have reference value.
lgj
- 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm GA (Genetic Algorithm), in essence is a k
BlockMatchingAlgoMPEG
- Block Matching Algorithms for Motion Estimation This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University. Following is a short descr iption of the m files in this
c_value
- 提取图像的颜色特征,首先将图像颜色映射到指定的8个颜色,然后利用自相关和互相关计算得到图像的特征向量,并从原数据库中算出利用此方法检索图像的正确率,并将检索结果好的图像显示到指定文件夹中。-Extract image s color characteristics.First, the image color map to the specified eight colors, then use the auto-correlation and cross-correlation calcula
feature_extraction_face_GE
- An automatic facial feature extraction method is presented in this paper. The method is based on the edge density distribution of the image. In the preprocessing stage a face is approximated to an ellipse, and genetic algorithm is applied
zhiyudian-tuxiangpeizhu
- 基于点的matlab图像配准.提出一种基于小波系数的特征索引算法,实现了图像特征点对的快速搜索和两幅图像之间的匹配-Based on the point of matlab Image Registration. Presents a feature based on wavelet coefficients indexing algorithm to realize the image feature points on the fast search and matching between
goodimagequery
- 在本演示中,一个简单的图像检索方法,提出基于图像的颜色分布。用户只需提供一个“例子”的形象和搜索是基于这个例子(例如基于查询的图像)。包括图像和教学指令-In this demo, a simple image retrieval method is presented, based on the color distribution of the images. The user simply provides an "example" image and the search is base
BasicMotionVectorEstimation
- 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
ISO-8859-1__camera_tracking_1245
- to search centroid from image
T-Snake-model-for-image-segmentation
- ,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的更精确的分割。将其应用于左心室MRI图像 的分割,取得了较好的效果。-This paper presents a genetic algorithm based on dual-T-Snake model f
pso-image-vq
- 提出一种基于粒子群优化算法的图像矢量量化码书设计算法. 该算法引入粒子群的全局搜索策略 , 结合矢量量化码书设计方法 , 增加了算法解的随机性和多样性.-Proposed based on particle swarm optimization algorithm for image vector quantization codebook design algorithm. The introduction of particle swarm algorithm global search s
image restore
- E-Cruitment Solutions is an ISO 9001:2008 certified HR & Software Development Company growing irreversibly in the field of Human Resource ,Web Design, Software Development, E-Commerce and Search Engine Optimization. We provide solutions for compl
color-histogram-based-image-system
- 要求设计一个基于颜色直方图的图像检索系统。该系统能够实现对图像的检索功能,例如,在一万幅图像中搜索出与检索图像相似的图像,依相似程度的大小显示出来。最后用查全率和查准率对系统进行评估。-To design a color histogram based image retrieval system. The system can realize the image search function, for example, a square image search and retrieval
search--image
- 图像检索,matlab源程序,很简单,可作参考,实现对指定图片的匹配检索。第三种方法。-Image retrieval, matlab source code, very simple, can be used as a reference, to achieve the specified retrieve matching images. The third method.
canny
- 用于图像搜索,图像融合的边缘检测,好多种检测算子,canny等等几种算子,代码正确直接使用-For image search, image fusion edge detection, a good variety of detection operator, canny and so several operators, direct use of the code is correct
Matlab-image-evaluation-function
- 文件中有四种图像评价函数,可以从多帧图像中搜寻最清晰的一帧,代码调试可运行。-There are four file image uation function, can search the clearest multiple frames a frame, debug the code can run.
presize-search
- This program about search pattern image in your image . when run your pattern image and then main image that pattern put on it. i hope that be useful for you.-This program about search pattern image in your image . when run your pattern image and