CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - edges

搜索资源列表

  1. Removing-Shadows-from-Images

    0下载:
  2. For this project, the shadow removal method used by Finlayson et al. in [1] was implemented. This report contains an overview of the mathematical background and a detailed discussion on the experiments performed with the implementation. This me
  3. 所属分类:File Formats

    • 发布日期:2017-05-13
    • 文件大小:3089729
    • 提供者:dermeche
  1. Code

    0下载:
  2. Image Enhancement methods, Active Contour Without edges, Manual thresholding codes
  3. 所属分类:Development Research

    • 发布日期:2017-04-15
    • 文件大小:8020
    • 提供者:Bharathi P.T
  1. paper2

    0下载:
  2. Wedgelets Nearly minimax estimation of edges.pdf
  3. 所属分类:Communication

    • 发布日期:2017-05-02
    • 文件大小:601835
    • 提供者:li
  1. denoise

    0下载:
  2. Denoising Reduces the total-variation of the image. Filters out noise while preserving edges. Textures and fine-scale details are also removed. In this demo the assumption is that a white Gaussian noise is added with a-priori known (or estimated) n
  3. 所属分类:Document

    • 发布日期:2017-11-12
    • 文件大小:2889
    • 提供者:ali
  1. denoise-matlab-new

    0下载:
  2. Denoising Reduces the total-variation of the image. Filters out noise while preserving edges. Textures and fine-scale details are also removed. In this demo the assumption is that a white Gaussian noise is added with priori known (or estimated) noi
  3. 所属分类:Document

    • 发布日期:2017-11-17
    • 文件大小:2955
    • 提供者:ali
  1. tu

    0下载:
  2. 实验要求:(1)理解图顶点和边的存储方法:邻接矩阵和邻接表;(2)理解图的遍历算法,掌握其应用;(3)应用图的遍历算法判断图是否连通和两顶点间是否存在路径。-Experimental requirements: (1) to understand the storage method: Figure the vertices and edges adjacency matrix and adjacency list (2) to understand graph traversal algor
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:61741
    • 提供者:陆露
  1. 2013

    0下载:
  2. 基于单目相机和激光测距仪, 文章提出从一幅图像中识别出非合作目标物体上的矩形面,并提取出 4 个顶点坐标的特征提取方法,为位姿的测量提供必要的信息 提出以激光点为参考, 距离激光点最近的 4 条边 界为矩形面边界的判定准则,并根据激光点到直线的垂足和边界端点约束排除干扰线段 该方法能有效地判 定出矩形面且顶点定位准确,在空间机器人视觉伺服控制半物理仿真系统上得到了验证。-An approach to identi fying the rectangular plane of the
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:280380
    • 提供者:刘晓
  1. tz

    1下载:
  2. 通止规计算软件,方边快捷,可以批量计算,特别适合CAXA绘图。-General gage calculation software, side edges of fast, can batch calculation
  3. 所属分类:software engineering

    • 发布日期:2014-07-29
    • 文件大小:112640
    • 提供者:何元春
  1. seg-ijcv

    0下载:
  2. This paper addresses the problem of segmenting an image into regions. We de¯ ne a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image. We then develop an e±cient segmentation
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:277677
    • 提供者:孔梦秋
  1. 10.1.1.2.1828

    0下载:
  2. active contours with out edges ... snakes ... deformable models
  3. 所属分类:Project Design

    • 发布日期:2017-12-07
    • 文件大小:444785
    • 提供者:SURYA
  1. threshold-lecture

    0下载:
  2. Segmentation involves separating an image into regions (or their contours) corresponding to objects. We usually try to segment regions by identifying common properties. Or, similarly, we identify contours by identifying differences between region
  3. 所属分类:Document

    • 发布日期:2017-11-21
    • 文件大小:32144
    • 提供者:hani1986ye
  1. adjmatrix_graph

    0下载:
  2. 用邻接矩阵实现图的基本操作:创建,销毁,增删修改顶点,增删弧或边,DFS,BFS等-Graph with adjacency matrix to achieve basic operations: create, destroy, modify vertex deletions, additions and deletions arcs or edges, DFS, BFS, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:467615
    • 提供者:张三
  1. regionDetection

    0下载:
  2. Detection with contours and edges
  3. 所属分类:软件工程

    • 发布日期:2015-06-26
    • 文件大小:999
    • 提供者:maha fnj
  1. Graph

    0下载:
  2. 输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。-Enter a weighted undirected graph with vertices, edges, each of the side information (two ve
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3653
    • 提供者:毕瑞丰
  1. PrimKruska

    0下载:
  2. 软件设计课程 软件设计作业 最小生成树算法最小生成树是数据结构中图的一种重要应用,它的要求是从一个带权无向完全图中选择n-1条边并使这个图仍然连通(也即得到了一棵生成树),同时还要考虑使树的权最小 -Software Design Software Design course work minimum spanning tree algorithm minimum spanning tree data structure diagram is an important application o
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:319749
    • 提供者:司佳
  1. GetCenterPoint

    3下载:
  2. 由一张图像提取圆形的边缘,得到离散的点来拟合椭圆,并简单的去除噪声,得到椭圆中心坐标.-Extracted by a picture rounded edges to fit the discrete points oval, and simply remove noise, get the coordinates of the center of the ellipse.
  3. 所属分类:software engineering

    • 发布日期:2015-06-05
    • 文件大小:1024
    • 提供者:聂政
  1. anup_project

    0下载:
  2. This project is on type of techniques used to enhance an image, detection of edges. In this project we have used neighborhood processing for the edge detection using convolution mask. And to increase the contrast of an image, we stretched each comp
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:634077
    • 提供者:Anup Kumar Sah
  1. ZHUIzhu-moxing

    0下载:
  2. 追逐问题是现实生活中的常见问题,本文就三人绕正三角形的追逐问题建立起了两个数学模型:一个充分应用运动的周期性首先给出了三人共边的充要条件,然后直接给出在一个周期内三人共边的次数及起止时刻,另一个则利用初等数论的方法给出了三人共边的另一个充要条件 利用matlab长于计算和强大的绘图功能,本文分别给出了求解两个模型的matlab程序,通过动画仿真演示三人绕正三角形的追逐模型,并给出三者共边的时间起止点和共边的次数。 更多还原-The problem is that in real life the
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1883361
    • 提供者:王斌
  1. Chapter-7-Edges-and-Contours

    0下载:
  2. Edge and contours - Image Processing
  3. 所属分类:software engineering

    • 发布日期:2017-05-22
    • 文件大小:6432163
    • 提供者:crazyhippititi
  1. TuXiangChuLi

    0下载:
  2. 寻找衣服设计图像的交点以及拐点。 在设计的衣服图像中,有很多的交点(布料缝合处),还有衣服的边缘(拐点),可以通过程序找到这些点,并做标记以供后期处理。-Find clothing design intersection of image and inflection. In the graphic design of the clothes, there are a lot of intersection (cloth stitching), as well as the edges
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:743189
    • 提供者:李嘉豪
« 1 23 »
搜珍网 www.dssz.com