CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - edges

搜索资源列表

  1. FUZZY--LOGIC-EDGE-DETECTION

    0下载:
  2. by using this source code we can detect the edges of the image...which helps in the medical field and in satellite.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:10550
    • 提供者:sairam
  1. hough

    0下载:
  2. 实现基于Hough变换的边缘检测,通过该方法,获得较为明显的图像目标边缘。-Realization of edge detection based on Hough transform, the method, has more obvious image edges.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:234744
    • 提供者:洪依
  1. opencv1

    0下载:
  2. 读取图片,进行边界检测和处理。本程序主要是利用opencv写的,使用了常用的图像处理函数,对物体进行边界检测-Load an image,then process it and detect the edges of object in it
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-07
    • 文件大小:1184315
    • 提供者:郭达洁
  1. b

    0下载:
  2. It is about branching and bounding. This program identifies the minimum cost and shportest edges-Branch and bound
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:694
    • 提供者:aa
  1. DDR3L_H5TC4G4(8_6)3AFR

    0下载:
  2. The H5TC4G43AFR-xxA, H5TC4G83AFR-xxA and H5TC4G63AFR-xxA are a 4Gb low power Double Data Rate III (DDR3L) Synchronous DRAM, ideally suited for the main memory applications which requires large memory density, high bandwidth and low power operatio
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:475550
    • 提供者:y
  1. graph

    0下载:
  2. 图的构建,包括无向图有向图及其遍历,删除添加结点和边,广度遍历和深度遍历,并可打印出来图的结构-Figure Construction, including undirected graph directed graph traversal and delete nodes and edges add breadth and depth of traversal traversal
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3644
    • 提供者:叶良辰
  1. greedy

    0下载:
  2. 1)编程实现背包问题贪心算法和最小生成树prim算法。通过具体算法理解如何通过局部最优实现全局最优,并验证算法的时间复杂性。 2)输入5个的图的邻接矩阵,程序加入统计prim算法访问图的节点数和边数的语句。 3) 将统计数与复杂性函数所计算的比较次数比较,用表格列出比较结果,给出文字分析。 4)背包问题的实验数据如下表:n=8,m=110 -1) programming to implement the knapsack problem greedy algorithm and
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:12412
    • 提供者:陈倩
  1. P1

    0下载:
  2. 1、输入三个双精度浮点型数值,判断以这三个数为边是否能组成三角形,如果能,计算它的面积和三角形类型(等边、等腰、直角三角形)-1, enter the three double precision floating point values and judgment to the number three edges can form a triangle, if calculated its area and the triangle type (equilateral, isosceles,
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3655522
    • 提供者:starofcrystal
  1. TOPOLOGY

    0下载:
  2. 输入为一个有向图。边数为n,每条边的起点、终点均需输入。判断该有向图中是否存在拓扑结构,如果存在则输出,如果不存在则输出该有向图中的圈。-Enter as a directed graph. The number of edges is n, the starting point of each edge, end required input. The judge has the topology of the existence of the figure, if there is outp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1497
    • 提供者:yunya
  1. matlab-code

    1下载:
  2. 实用的matlab代码:中值滤波器;用Sobel算子和拉普拉斯对图像锐化;梯度算子检测边缘;LOG算子检测边缘;Canny算子检测边缘-Practical matlab code: median filter Sobel operator and Laplacian image sharpening gradient edge detection operator LOG operator to detect the edges Canny edge detection operator
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:星河之风
  1. PowerNetwork

    0下载:
  2. 电网造价模拟系统,通过添加站点和边,来让电脑找出两点之间的最近距离,节省电网搭设的造价-Cost simulation grid system by adding sites and edges to let the computer find the shortest distance between two points, saving the cost of erection of the grid
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:JustForYou
  1. Untitled4

    0下载:
  2. 实验实现邻接表表示下无向图的广度优先遍历。 程序的输入是图的顶点序列和边序列(顶点序列以*为结束标志,边序列以-1,-1为结束标志)。程序的输出为图的邻接表和广度优先遍历序列。例如: 程序输入为: a b c d e f * 0,1 0,4 1,4 1,5 2,3 2,5 3,5 -1,-1 程序的输出为: the ALGraph is a 4 1 b
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:734
    • 提供者:王乐
  1. afafa

    1下载:
  2. 本实验实现邻接表表示下无向图的广度优先遍历。 程序的输入是图的顶点序列和边序列(顶点序列以*为结束标志,边序列以-1,-1为结束标志)。程序的输出为图的邻接表和广度优先遍历序列。例如: 程序输入为: a b c d e f * 0,1 0,4 1,4 1,5 2,3 2,5 3,5 -1,-1 程序的输出为: the ALGraph is a 4 1 b
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:733
    • 提供者:王乐
  1. bfs

    0下载:
  2. 程序的输入是图的顶点序列和边序列(顶点序列以*为结束标志,边序列以-1,-1为结束标志)。程序的输出为图的邻接表和广度优先遍历序列。-Input to the program is a sequence of vertices and edges of a sequence diagram (sequence of vertices with* marks the end edge sequence-1,-1 for the end marker). The output of the prog
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:917
    • 提供者:卡卡
  1. 9713919

    0下载:
  2. 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405-Use Canny operator to detect image edges P0404: image threshold segmentation P0405
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-18
    • 文件大小:9216
    • 提供者:bempoqfry
  1. Usctopyratortdetect

    0下载:
  2. 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405-Use Canny operator to detect image edges P0404: image threshold segmentation P0405
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-18
    • 文件大小:18432
    • 提供者:SQN_479904
  1. RSJNQ3

    0下载:
  2. 用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘-Use Prewitt operator to detect image edges P0402: use different sigma value of LoG operator to detect image edges
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-23
    • 文件大小:43008
    • 提供者:Bqazrihe
  1. GentorPOI

    0下载:
  2. 基于Oldenburg城市路网生成兴趣点,包括兴趣点的位置和一些静态属性。原始信息给的是路网的边的顶点和长度(Generating interest points based on Oldenburg urban network, including the location of interest points and some static attributes. The raw information is the vertices and lengths of the edges of
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:68608
    • 提供者:zjg11
  1. LK算法

    0下载:
  2. 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as t
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2072576
    • 提供者:赵嘉慧
  1. 光流法运动估计OpticalFlow

    0下载:
  2. 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2038784
    • 提供者:赵嘉慧
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com