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

搜索资源列表

  1. LicenseRecognition

    1下载:
  2. 本文件用来实现基于图像处理和模式识别的采用matlab语言编写的的车牌识别程序-This file is used to realize image processing and pattern recognition based on the use of written matlab license plate recognition program
  3. 所属分类:matlab

    • 发布日期:2016-11-24
    • 文件大小:1.27mb
    • 提供者:
  1. Perceptron

    0下载:
  2. 利用感知机的线性分类功能,实现2维平面的两类模式分类,matlab实现,并用图像显示-Perceptron using linear classification function, the realization of 2-D plane of the two types of pattern classification, matlab achieve, and image display
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1.3kb
    • 提供者:yaozi
  1. manifold

    0下载:
  2. 一个Matlab环境下编写的流行学习(manifold)算法,可用于图像特征提取及行为模式提取-Matlab environment to prepare a prevalence study (manifold) algorithm, can be used for image feature extraction and pattern extraction
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:13.72kb
    • 提供者:wjj
  1. Neural-Network-pattern-recognition

    0下载:
  2. 根据神经网络的算法对三幅训练图像和测试图像进行识别。-According to neural network training algorithm for three test images and image recognition.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:43.52kb
    • 提供者:xjzhang101
  1. featureextraction

    0下载:
  2. 图象 处 理和模式识别中经常根据物体的形状来识别物 体或对物体进行分类。形状特征可以分为区域特征和边界特 征两大类,矩不变量是最基本的形状特征。Hu提出的矩不变 量是图象区域内部细节的描述,是一种区域特征。它是建立 在对一个区域内部灰度值的统计分析基础上的,需要目标区 域的所有象素参与运算-Image processing and pattern recognition are often based on the shape of objects to identify o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:638.03kb
    • 提供者:martin
  1. five

    1下载:
  2. 1.BP神经网络进行模式识别 2.用BP网络对非线性系统进行辨识 3.一个神经网络PID控制器 4.图像处理的PCA算法 5.图像处理的穷举算法-1.BP neural network pattern recognition 2. Using BP network identification of nonlinear systems 3. A neural network PID controller 4. The PCA algorithm for image process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:4.95kb
    • 提供者:hudingyin
  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. IntroMatlab

    0下载:
  2. This a very helpful toolkit for matlab beginners. It includes algorithm for pattern classification, as well as image processing.-This is a very helpful toolkit for matlab beginners. It includes algorithm for pattern classification, as well as image p
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4.27mb
    • 提供者:seduex
  1. popfnn

    0下载:
  2. popfnn神经网络,它是一种模糊伪输出的神经网络(pseudo-outer-production fuzzy nerual network).可用于模式识别。运行pop1可以训练输入的特征向量,extractionpop使用来抽取图片的特征向量的。-popfnn neural network, it is a pseudo-output fuzzy neural network (pseudo-outer-production fuzzy nerual network). can be use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:7.22kb
    • 提供者:毛敏
  1. singularitydetection

    1下载:
  2. 提出一种两阶段的奇异点检测方法。将指纹图像分块,求出各块的方向构成块方向图,并在块方向图的基础上利用邻域方向的分 布分析结合改进的Poincare Index方法来确定奇异点所在的候选区域,对候选区域中的像素再通过计算局部方向变化率来确定奇异点的精 确位置。将此方法用于对FVC2004 DB1_A指纹数据库的图像,实验结果表明这种方法对指纹图像中的噪声有很好的鲁棒性,并且计算简 单快速,易于实现。 -A two-phase singularity detection. Finge
  3. 所属分类:matlab

    • 发布日期:2015-12-11
    • 文件大小:120.73kb
    • 提供者:李辉艳
  1. KPCA

    6下载:
  2. 在ORL或Yale标准人脸数据库上完成模式识别任务。用PCA与基于核的PCA(KPCA)方法完成人脸图像的重构与识别试验. -Or Yale in the ORL face database, complete the standard pattern recognition tasks. With the PCA and kernel-based PCA (KPCA) method to complete the reconstruction of face image and reco
  3. 所属分类:matlab例程

    • 发布日期:2013-10-07
    • 文件大小:1.12kb
    • 提供者:李海
  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. 123

    0下载:
  2. 半色调技术对图像进行打印和显示。半色调技术是一种基于点模式的灰度级图像打印方案。在本实验中,给出了用点模式近似表示的10个灰度级-Halftone image printing and display. Half-tone technique is a model based on gray-scale image point of printing solutions. In this experiment, given the dot pattern similar to that of t
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:518byte
    • 提供者:王小小
  1. reval

    0下载:
  2. Euclidean Distance Transform has been widely studied in computational geometry, image processing, computer graphics and pattern recognition. Euclidean distance has been computed through different algorithms like parallel, linear time algorithms etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:99.33kb
    • 提供者:yasora
  1. pattern

    0下载:
  2. pattern recognition , simple to find the pattren in input image
  3. 所属分类:matlab

    • 发布日期:2015-03-14
    • 文件大小:1kb
    • 提供者:wael
  1. pattern-recognition-

    0下载:
  2. 这是一个关于图像识别的程序,可以根据图像中的某些点,识别出图像的形状-This is a program on the image recognition, according to some point in the image, identify the shape of the image
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:426.64kb
    • 提供者:谢师
  1. R14_MicroarrayImage_CaseStudy

    1下载:
  2. RNA 和 DNA序列模拟 基因建模 数值模拟 采用matlab 编写 能计算几千个 基因点的特性和行为-In one type of gene expression analysis, fluorescently tagged messenger RNA from different cells are hybridized to a microscopic array of thousands of complimentary DNA spots that correspond to dif
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4.24mb
    • 提供者:Tu Shu
  1. cbir-GA-code

    0下载:
  2. its the matlab coding for pattern recoganization in image processing using genetic algorithm-its the matlab coding for pattern recoganization in image processing using genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:219.03kb
    • 提供者:suresh
  1. simple-pattern-recognition

    0下载:
  2. this code for character recognition.this code can recognize an image with array matrix of [3x3]. this code apply a neural network method.-this is code for character recognition.this code can recognize an image with array matrix of [3x3]. this code ap
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1.44kb
    • 提供者:wanfazri
  1. chepaishibie

    1下载:
  2. 只需输入车辆图片,即可实现包括车牌检测、车牌定位、车牌字符分割、车牌字符识别的全流程图形化演示,非常形象!拥有完整matlab源代码,是学习模式识别的高贵编程参考。-Just enter the vehicle picture, you can achieve, including license plate detection, license plate location, license plate character segmentation, the whole process of
  3. 所属分类:matlab

    • 发布日期:2016-11-27
    • 文件大小:1.46mb
    • 提供者:zdx
« 12 3 4 5 6 »
搜珍网 www.dssz.com