CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 断点

搜索资源列表

  1. geometry_c++

    0下载:
  2. 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geometry commonly used algorithm li
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12980
    • 提供者:henry
  1. hough(vc)

    0下载:
  2. Hough变换最先是由Paul Hough在1962年提出的, 它所实现的是一种从图像空间到参数空间的映射关系,其主要优点就是检测几何形状的能力较少受到几何形状中间断点的干扰 , 而且不需要预先组合或连接边缘点, 可以广泛应用于纤维、 孔径等自动检测中-Hough transform is the first by Paul Hough in 1962, and it is a realization from the image space to parameter space of the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1740
    • 提供者:tangxin
  1. shendusousuo

    3下载:
  2. 深度搜索,可将边缘断点连接起来,多用于图像分割中和边缘检测结合使用-Depth of search, could be the edge connecting the breakpoints are used for image segmentation and edge detection used in conjunction
  3. 所属分类:Special Effects

    • 发布日期:2015-06-05
    • 文件大小:1146
    • 提供者:shenyong
  1. insertion

    0下载:
  2. 全速执行到包含插入点光标所在的行,可以作为在插入点光标处设置常规断点的一种选择. C中调用Matlab函数.注意,当光标处不是一个有效的执行语句时此功能将不起作用. -Contains the insertion point at full speed to the line where the cursor can be used as the cursor at the insertion point at an option to set a breakpoint routine.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:565564
    • 提供者:大棚
  1. calledClanguagefunction

    0下载:
  2. M文件中调用C语言函数.此功能最能有效的调试循环,常将断点设置在循环体内,重复的按F5全速执行循环体可以测试循环过程中的产生的变化. -M file called C language function. This feature is most effective debugging cycle would often set a breakpoint in the loop body, repetitive body of press F5 to test loop at full spee
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:392566
    • 提供者:大棚
  1. track-algorithm

    0下载:
  2. 图像跟踪程序,连码跟踪,可以跟踪断点,连接-Image tracking program, even the code tracking, you can track the breakpoint, the connection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1535773
    • 提供者:zhaoyong
  1. fast_dt

    0下载:
  2. 快速距离变换的程序,是在外国人的一个程序上小改了一下,vs2008下的控制台程序,可以直接设置断点调试-Fast distance transform procedure is a procedure in the foreign small change a bit, vs2008 console under the program, you can set breakpoints directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:631693
    • 提供者:
  1. Bresenham

    0下载:
  2. 划线Bresenham算法 ,可以对图像进行划线操作,不会有断点-Bresenham algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4351520
    • 提供者:陆小非
  1. Dshendusousuoe

    0下载:
  2. 深度搜索,可将边缘断点连接起来,多用于图像分割中中和边缘检测结合使用 ,经测试可直接使用。 -Depth search, you can connect the edge of the breakpoints used for image segmentation and edge detection, has been tested and can be used directly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1210
    • 提供者:分界线
  1. xiaobojiancexinhao

    0下载:
  2. 小波分析在信号奇异性检测中的应用,举两个例子,第一个是检测第一类型间断点,第二个是识别某一频率区间上的信号。-Wavelet Analysis in Signal Singularity Detection, to cite two examples, the first is the detection of the first type of discontinuity, and the second is to identify a frequency interval signal on
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:961
    • 提供者:郭敏
  1. 代码

    0下载:
  2. 图像分割,图像增强,断点连接均有效,小波变换中通过改变高层和底层小波系数的权重达到增强目标的作用。(Image segmentation, image enhancement, and breakpoint connection .By the wavelet transform, the target is enhanced by changing the weights of the high-level wavelet coefficients and the underlying wav
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:大海123
  1. 边缘提取

    1下载:
  2. 边缘提取:边缘检测的基本思想首先是利用边缘增强算子,突出图像中的局部边缘,然后定义象素的“边缘强度”,通过设置阈值的方法提取边缘点集。由于噪声和模糊的存在,监测到的边界可能会变宽或在某点处发生间断。因此,边界检测包括两个基本内容: (1)用边缘算子提取出反映灰度变化的边缘点集。 (2)在边缘点集合中剔除某些边界点或填补边界间断点,并将这些边缘连接成完整的线。(Edge extraction: the basic idea of edge detection is to use edge en
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:Schonien
搜珍网 www.dssz.com