CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - match.m

搜索资源列表

  1. hyCecamera

    0下载:
  2. This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed API. If a default filename is used: - if a still picture is taken, the \".jpg\" extension is appended to the default filename. (Otherw
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:9.75kb
    • 提供者:黄先生
  1. extraction-and-match

    0下载:
  2. 指纹识别中的后期指纹特征点提取与匹配算法程序,包括有自定义的.m文件,与之前的预处理联合使用效果更好-Fingerprint in the latter part of the fingerprint feature point extraction and matching algorithm, including custom. M files, in combination with pre-treatment before better
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:3.22kb
    • 提供者:caixia
  1. siftDemoV4

    0下载:
  2. 图像匹配的实现,其中match.m:测试程序,sift.m :尺度不变特征变换(SIFT算法)的核心算法程序,appendimages.m: 该函数创建一个新的图像分别包含两个匹配的图像和他们之间的匹配对的连接直线,可以运行。 -The realization of image matching, which match.m: test program, sift.m: scale-invariant feature transform (SIFT algorithm) of the cor
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2.59mb
    • 提供者:刘辉龙
  1. SIFT

    1下载:
  2. MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配-SIFT MATLAB for image feature extraction, and to do in different lighting, different from the Perspective of feature matching
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.23mb
    • 提供者:dulihui
  1. 10010

    0下载:
  2. Where s Waldorf? Given a m by n grid of letters, ( 1<=m, n<=50), and a list of words, find the location in the grid at which the word can be found. A word matches a straight, uninterrupted line of letters in the grid. A word can match
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:114.13kb
    • 提供者:mini
  1. match_filter

    1下载:
  2. 匹配滤波器的形式实现雷达信号(LFM)的脉冲压缩-Matched filter in the form of radar signal (LFM) pulse compression
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1.12kb
    • 提供者:ljk05
  1. choose_picture

    0下载:
  2. Tongji.m 统计指定图片的颜色信息 sousuo.m 得出各个图片之间的匹配矩阵 jieguo.m 算出结果 Pflag.mat flag文件件中图片的匹配矩阵 Pflower.mat flower文件夹中图片的匹配矩阵 Pwinter.mat winter文件夹中图片的匹配矩阵-Tongji.m statistics specify the image' s color information sousuo.m drawn match between the m
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.15kb
    • 提供者:bao
  1. project

    0下载:
  2. 利用VHDL实现三个简单的程序:BCD加法器;ALU算术逻辑单元;简单密码锁设计,具有输入密码和数据比较两种功能,由M决定是写入还是开锁。而数据写入是采用列地址与输入数相结合的的方法,存入初始密码;开锁时,密码以输入,再输入的数据逐个与输入的一组数据比较,完全吻合则开锁。-The use of VHDL to accomplish three simple procedures: BCD adder ALU arithmetic logic unit simple lock design,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:155.53kb
    • 提供者:张晓风
  1. M

    0下载:
  2. Low教授推荐的关于图相匹配和三维重建的优秀论文,实现多视图的立体匹配-Professor Low recommended on the map to match and three-dimensional reconstruction of fine papers, multi-view stereo matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8.76mb
    • 提供者:水婧
  1. 14-3

    0下载:
  2. 例如: 编译:mpicc app_match.c邻app_match 运行:可以使用命令mpirun - np的尺寸app_match mnk来运行该串匹配程序,其中大小是所使用的处理器个数,米表示文本串长度,氮为模式串长度,钾为允许误差长度。本实例中使用了尺寸为3个处理器,米= 7,n = 2时,k = 1时。 mpirun - np的3 app_match 7 2 1 运行结果: 在节点0的文字是 在节点0的模式是 共有2匹配在节点0 节点1上
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:5.49kb
    • 提供者:aaa
  1. Match

    0下载:
  2. m.file match algorithm for image processing applications
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.17kb
    • 提供者:hakam
  1. StereoVision_SSD

    0下载:
  2. 本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.88mb
    • 提供者:qqqqqq
  1. wode1

    0下载:
  2. 是一个很好的图像拼接程序,先用sift算法提取两幅图片的特征点再用算法筛去错配点,把匹配点用线连接起来,注意:主函数是match.m,运行主函数后在命令框输入运行match( image1.jpg , image2.jpg )-Is a good image stitching program, the first two pictures with the sift algorithm feature extraction algorithm and then weed out the wro
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.53mb
    • 提供者:左涛
  1. streo-match

    0下载:
  2. 可以通过给以的左右视图来提取视差的算法程序,用MATLAB与C来混合编写的。-These codes are used for stero matching about the 3D graphes. You can get a disparity map from the left and right pictures.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:443.63kb
    • 提供者:高晋楷
  1. icp.m

    0下载:
  2. ICP(二个点集之间的匹配),传统而重要的匹配方法-ICP (match) between two point sets, traditional and important match method
  3. 所属分类:Special Effects

    • 发布日期:2017-12-08
    • 文件大小:4.52kb
    • 提供者:张东兴
  1. image-match-matlab

    0下载:
  2. 图像配准技术及其MATLAB编程实现源码及自己测试M文件,希望对大家有所帮助-Image Registration and MATLAB programming source code and test their own M-files, we hope to help
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:1.21mb
    • 提供者:xiaoxian
  1. img-Match

    0下载:
  2. testpipei_1.m 基于灰度的归一化匹配算法 testpipei_2.m 基于灰度的快速模板匹配算法 getOrder.m 二进制编码 gettezheng.m 求特征值-Testpipei_1. M normalized matching algorithm based on gray level Testpipei_2. M fast template matching algorithm based on gray level GetOrder. M binar
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:123.27kb
    • 提供者:Nathaniel
  1. Match-point-correlation-coefficient

    0下载:
  2. 相关系数法的点匹配 void draw(int x,int y,Mat mat,Mat mod,int xx,int yy)通过十字丝表明匹配点 void ImgMarch(Mat s,Mat m,Mat roi,int x,int y)相关系数法匹配函数-Match point correlation coefficient method void draw (int x, int y, Mat mat, Mat mod, int xx, int yy) indicate the
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-02
    • 文件大小:14mb
    • 提供者:zhaobofei
  1. radar_sp2016.m

    1下载:
  2. 线性调频脉冲雷达信号的整个处理流程,包括脉冲压缩、MTI、MTD。代码规整,注释详细。-The whole LFM radar pulse signal processing,concluding match filtering、MTI、MTD.the code is clear and complex, the code annotation is detailed.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:3kb
    • 提供者:李森
  1. matched_filter.m

    0下载:
  2. 雷达信号处理中的匹配滤波MATLAB程序,程序完整,注释详细。-match filtering for radar signal processing.the code annotation is detailed
  3. 所属分类:matlab

    • 发布日期:2017-12-17
    • 文件大小:1kb
    • 提供者:李森
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com