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. roadmatcher-src-1.4

    0下载:
  2. java开发的开源gis系统,可以对道路进行专业性的编辑,自动连接断点
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:2874963
    • 提供者:nature
  1. kongjiansuanfa

    0下载:
  2. 包括部分空间算法,如计算两坐标点距离、判断两坐标点是否相等、计算叉积、计算点积、判断点p是否在线段l上、计算点bp以点op为圆心逆时针旋转dAlpha(单位:弧度)后所在的坐标点位置、计算指定半径圆上指定角度的弦长、计算由起点坐标和终点坐标构成的线段在指定距离和指定方向的垂点坐标等空间算法-Including some space algorithms, such as calculating the distance between the two coordinates to determi
  3. 所属分类:GIS program

    • 发布日期:2017-04-05
    • 文件大小:7024
    • 提供者:yujian
  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. hough_line

    0下载:
  2. 使用hough变换进行图像中直线的提取是一种较为有效地算法,它能有效地拟合一些断点。-Hough transform image using the straight-line extraction is a more efficient algorithm, it can effectively fit a number of breakpoints.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:449551
    • 提供者:alex
  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. LPLocation_Test

    0下载:
  2. opencv 车牌定位 得到二值图像,然后再用形态学扩张与形态学侵蚀,使得目标轮廓不会出现影响判断的断点与连接,最后根据寻找米粒的方法把车牌定位-opencv license plate location to get binary image, then use morphological dilation and morphological erosion, making the target profile will not affect the judge' s break wit
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:375329
    • 提供者:zhazhiqiang
  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. CSharp-test-DX-draw-a-line-speed

    0下载:
  2. 该程序用C#编程,能够画出直线,并能测出画直线的时间等等(注:在画直线的那设个断点,才能看到时间),切记,该程序很经典-The program in c# programming, can draw a straight line, and the time can measure the draw a line and so on (note: draw a line in the set breakpoints, can see time), remember, this program i
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-25
    • 文件大小:38656
    • 提供者:Guoshuhua
  1. hough-transform

    0下载:
  2. 检测图像中的直线,对断点进行桥接,使之成为连续的边缘-A straight line in the detection image breakpoint bridge
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1497
    • 提供者:liuda
  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. hf

    1下载:
  2. 使用加强版霍夫变化,使得车道线识别率百分之百,不存在车道线断点。属于原创。-Using an enhanced version of the Hough changes, making lane hundred percent recognition rate, there is no lane breakpoint. Belong to the original.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:763
    • 提供者:fangezhi
  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. Hough-line

    0下载:
  2. Hough 变换检测直线,有效的拟合断点-Hough transform to detect straight lines, effective fit breakpoint
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:889
    • 提供者:李大仁
  1. uor

    0下载:
  2. 寻找三次样条多项式需要求解大量的线性方程,实际上,给定N个断点-Looking for cubic spline polynomial need solving large linear equation, in fact, for a given N the breakpoint
  3. 所属分类:Graph program

    • 发布日期:2017-12-15
    • 文件大小:4096
    • 提供者:gbi@175
  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
« 12 »
搜珍网 www.dssz.com