CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - search image

搜索资源列表

  1. homework.m

    0下载:
  2. 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of ima
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5.25kb
    • 提供者:李文化
  1. mathmodel

    6下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.65mb
    • 提供者:zhxj
  1. saliency.经典论文的代码

    2下载:
  2. 一篇经典论文的代码,“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
  3. 所属分类:matlab例程

    • 发布日期:2017-05-24
    • 文件大小:19.54kb
    • 提供者:purple_ice
  1. PathFinder

    0下载:
  2. 一个实用的路径搜索图象处理程序源代码.对某些从事人工智能的算法应用有参考价值.-A practical path to search image processing source code. For some to engage in the application of artificial intelligence algorithms have reference value.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-18
    • 文件大小:82.81kb
    • 提供者:monte tang
  1. lgj

    0下载:
  2. 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm GA (Genetic Algorithm), in essence is a k
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:171.53kb
    • 提供者:sunguili
  1. BlockMatchingAlgoMPEG

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:116.06kb
    • 提供者:Yashil
  1. c_value

    0下载:
  2. 提取图像的颜色特征,首先将图像颜色映射到指定的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
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:316.69kb
    • 提供者:董懂
  1. feature_extraction_face_GE

    0下载:
  2. 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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:316.7kb
    • 提供者:fais
  1. zhiyudian-tuxiangpeizhu

    0下载:
  2. 基于点的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
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:36.11kb
    • 提供者:杨博明
  1. goodimagequery

    0下载:
  2. 在本演示中,一个简单的图像检索方法,提出基于图像的颜色分布。用户只需提供一个“例子”的形象和搜索是基于这个例子(例如基于查询的图像)。包括图像和教学指令-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
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:6.85mb
    • 提供者:winfai
  1. BasicMotionVectorEstimation

    1下载:
  2. 运动估计块匹配算法 以下是工程中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)
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4.51mb
    • 提供者:alan
  1. ISO-8859-1__camera_tracking_1245

    0下载:
  2. to search centroid from image
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:389.81kb
    • 提供者:jediel
  1. T-Snake-model-for-image-segmentation

    0下载:
  2. ,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的更精确的分割。将其应用于左心室MRI图像 的分割,取得了较好的效果。-This paper presents a genetic algorithm based on dual-T-Snake model f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:448.26kb
    • 提供者:fuky
  1. pso-image-vq

    0下载:
  2. 提出一种基于粒子群优化算法的图像矢量量化码书设计算法. 该算法引入粒子群的全局搜索策略 , 结合矢量量化码书设计方法 , 增加了算法解的随机性和多样性.-Proposed based on particle swarm optimization algorithm for image vector quantization codebook design algorithm. The introduction of particle swarm algorithm global search s
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:282.74kb
    • 提供者:小潘
  1. image restore

    0下载:
  2. 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
  3. 所属分类:matlab例程

    • 发布日期:2017-11-06
    • 文件大小:35.55kb
    • 提供者:pravin
  1. color-histogram-based-image-system

    0下载:
  2. 要求设计一个基于颜色直方图的图像检索系统。该系统能够实现对图像的检索功能,例如,在一万幅图像中搜索出与检索图像相似的图像,依相似程度的大小显示出来。最后用查全率和查准率对系统进行评估。-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
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1.39mb
    • 提供者:时局
  1. search--image

    0下载:
  2. 图像检索,matlab源程序,很简单,可作参考,实现对指定图片的匹配检索。第三种方法。-Image retrieval, matlab source code, very simple, can be used as a reference, to achieve the specified retrieve matching images. The third method.
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1.47mb
    • 提供者:
  1. canny

    0下载:
  2. 用于图像搜索,图像融合的边缘检测,好多种检测算子,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
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:270.74kb
    • 提供者:小才女
  1. Matlab-image-evaluation-function

    1下载:
  2. 文件中有四种图像评价函数,可以从多帧图像中搜寻最清晰的一帧,代码调试可运行。-There are four file image uation function, can search the clearest multiple frames a frame, debug the code can run.
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3.61mb
    • 提供者:褚翔
  1. presize-search

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:140.61kb
    • 提供者:Mostafa
« 12 3 4 »
搜珍网 www.dssz.com