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

搜索资源列表

  1. 08060009_HW3

    0下载:
  2. implementation of KLT CORNER DETECTOR
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:11128425
    • 提供者:rehmat
  1. triangulation_corner.m

    0下载:
  2. a MATLAB program which tries to correct situations in which a triangulation includes corner triangles, that is, triangles which have two sides on boundary
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2669
    • 提供者:alice
  1. Corner_Matching_by_Invariant_Moments

    0下载:
  2. Corner_Matching_by_Invariant_Moments.rar INDEX: 1- InvariantMomentsofCorners.m Calculate moment invariants on the selected window of the corner. 2- invariantmoments.m Calculates Moment invariants-Corner_Matching_by_Invariant_Mom
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1078
    • 提供者:Mehmet
  1. qrtrannnn

    0下载:
  2. 功能:对矩阵A的左上角的m阶对角块作QR变换:先用Givens变换作QR分解A=QR, 再作相似变换A:=Q AQ=RQ. 输入: n阶HessenbergA,其中A(m+1,m)=0,m>2. 输出: 变换后的Hessenberg形矩阵A. 2 用基本QR算法求实方阵的全部特征值.-Function: the upper left corner of the matrix A, diagonal blocks of order m to QR transfor
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:968
    • 提供者:huanhuan
  1. harris.m

    0下载:
  2. Harris corner detetion
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1950
    • 提供者:sudha
  1. z

    0下载:
  2. 在一个M * N的矩阵中,求图中任一一点 与左下角顶点(a)的连线不过其它点的点的数目 -In a M* N matrix, find the picture a bit with the bottom left corner of any vertex (a) of the connection, but the number of other points of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1235
    • 提供者:va
  1. dip9

    0下载:
  2. corner detection a digital image processing project in matlab .m files included including presentation
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:647774
    • 提供者:123imhot1
  1. rescue

    1下载:
  2. rescue 孤岛营救问题 大兵瑞恩被关押在迷宫的东南角,即(N,M)单元里,并已经昏迷。迷宫只有一个入口, 在西北角。也就是说,麦克可以直接进入(1,1)单元。另外,麦克从一个单元移动到另一个 相邻单元的时间为1,拿取所在单元的钥匙的时间以及用钥匙开门的时间可忽略不计。-island to rescue Private Ryan, rescue issues to be held in the southeast corner of the maze, namely (N, M)
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-10-26
    • 文件大小:313980
    • 提供者:yjian
  1. migong

    0下载:
  2. 迷宫问题 一个迷宫可用上图所示方阵[m,n]表示,0表示能通过,1 表 示不能通过。现假设耗子从左上角[1,1]进入迷宫,编写算法,寻 求一条从右下角 [m,n] 出去的路径-Maze A maze of available shown on the square [m, n], 0 through a table Means you can not pass. It is assumed that the mouse from the upper left corner [
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1028
    • 提供者:yangyanqing
  1. Corner-Detector

    0下载:
  2. ACCV的一篇论文以及源代码,不是我写的只是搬运到这里而已,具体请访问论文中作者的网页。改进Harris的角点检测,主要改进在:1、是在加权模板选择了各向异性的模板代替了各向同性的高斯模板;2、选择使用多尺度滤波器对图像进行处理,使算法具有一定的多尺度特性。-This is paper with code,which published on ACCV.I m not the author of this paper.If want to know more,please vistor the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:432005
    • 提供者:董潇健
  1. harris-trace

    1下载:
  2. harris算子迹实验,以harris为角点检测算子,计算自相关矩阵M的迹图像。-the harris operator trace experiment, harris corner detection operator, calculated from the trace of the matrix M image.
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:690665
    • 提供者:孙灿
  1. 2dp

    0下载:
  2. 传说HMH大沙漠中有一个M*N迷宫,里面藏有许多宝物。某天,Dr.Kong找到了迷宫的地图,他发现迷宫内处处有宝物,最珍贵的宝物就藏在右下角,迷宫的进出口在左上角。当然,迷宫中的通路不是平坦的,到处都是陷阱。Dr.Kong决定让他的机器人卡多去探险。 但机器人卡多从左上角走到右下角时,只会向下走或者向右走。从右下角往回走到左上角时,只会向上走或者向左走,而且卡多不走回头路。(即:一个点最多经过一次)。当然卡多顺手也拿走沿路的每个宝物。 Dr.Kong希望他的机器人卡多尽量多地带出宝物。请
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:522
    • 提供者:huocong
  1. trizj

    0下载:
  2. trizj.m为三转角法插值逼近三次样条函数-trizj.m corner of France for the three cubic spline interpolation function approximation
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:909
    • 提供者:易雯帆
  1. cornerDetector.m

    0下载:
  2. Corner detector in matlab as the code detector CORNERS in the trucco book.
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:656
    • 提供者:h66
  1. Harris-yaxiangsu-Matlab

    0下载:
  2. 基于Harris原理的亚像素角点坐标检测Matlab程序;直接运行click_calib .m文件即可获得亚像素级角点坐标,附录Ⅱ中的其它函数文件均会被click_calib .m文件调用。-Based on the principle of subpixel Harris corner coordinates detection Matlab procedures run directly click_calib. M file to obtain sub-pixel corner coor
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:24471
    • 提供者:李明
  1. 123456

    0下载:
  2. n*m的矩阵,从左上角到右下角只能向右和向下运动,将每一落脚点的数加起来,求结果最小的路径和做小结果-N*m matrix, upper left to lower right corner only right and down movement, will add up to each goal number, path and a minimum for the results
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:11556
    • 提供者:袁家明
搜珍网 www.dssz.com