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

搜索资源列表

  1. RectanglePacker

    0下载:
  2. To quickly discover these locations, the packer uses a sophisticated 41 /// data structure that stores the upper silhouette of the packing area. When 42 /// a new rectangle needs to be added, only the silouette edges need to be 43 /// analy
  3. 所属分类:Software Testing

    • 发布日期:2017-04-02
    • 文件大小:22607
    • 提供者:shaky
  1. NonlinearDiffusionFilteringOfImages

    0下载:
  2. PhD thesis on nonlinear diffusion filtering of images using the topological gradient approach to edges detection
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:616235
    • 提供者:lusmar
  1. ImageProcessing-CircleDetection-RenatoSalas_final

    0下载:
  2. The present report outlines the design, implementation and performance of the application of Hough Transform (HT) to detect circles in arbitrary pictures. Detecting circles in arbitrary pictures involves a two step process in this project. First,
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1108062
    • 提供者:donna
  1. DesignandFPGAImplementationof

    0下载:
  2. In most cases, a bandpass filter characteristic is obtained by using a lowpass-to-bandpass frequency transformation on a known lowpass transfer function. This frequency transformation controls the location of passband edges and transfer zero
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:195599
    • 提供者:rakesh
  1. hyde5

    0下载:
  2. Note that a steiner tree might contain the steiner vertices. The length of a steiner tree is defined to be the sum of the lengths of all its edges
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:1021
    • 提供者:dds
  1. program

    0下载:
  2. The preparation of C procedures, were randomly given n* n s adjacency matrix and adjacency matrix printouts, as well as to map the number of edges, each vertex degrees, and determine the existence of the map Euler circuit: (1) If for n-order, then ra
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2202
    • 提供者:张爱萍
  1. bchsabdcbdb

    0下载:
  2. The preparation of C procedures, were randomly given n* n s adjacency matrix and adjacency matrix printouts, as well as to map the number of edges, each vertex degrees, and determine the existence of the map Euler circuit: (1) If for n-order, then ra
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2219
    • 提供者:张爱萍
  1. v74-125

    0下载:
  2. Performance of Compound Enhancement Algorithms on Dental Radiograph Images Abstract—The purpose of this research is to compare the original intra-oral digital dental radiograph images with images that are enhanced using a combination of image
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:525735
    • 提供者:Rania
  1. Xong

    0下载:
  2. A matchings in a graph is a set of edges, no two which share an endpoint. In this section we show how to find maximum matchings in bipartite graphs
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2128905
    • 提供者:huy
  1. graphtheory

    0下载:
  2. The mechanism for adding edges ts through the use of alternating paths
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:780483
    • 提供者:huy
  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. 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. 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
« 12 »
搜珍网 www.dssz.com