CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 内点

搜索资源列表

  1. 颜色填充

    0下载:
  2. 这是一个种子填充算法,是根据已知的一个多边形区域内部的一个象素点来找到区域内其他的象素点进行填充的。-This is a seed fill algorithm is based on a polygon known within the region point to a pixel within the region to find other pixel sites filled.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:287697
    • 提供者:杨海峰
  1. TextDetect

    0下载:
  2. 云行TextDetection.exe程序,打开任意一幅bmp文件。点击“操作  检测文本区域”, 变会弹出文本检测的结果框。框内设定显示前六个文本区域的二值化结果,注意该框不要移动。关闭该框,BMP文件原始图像中用红色矩形框显示出检测出的文本区域。-cloud OK TextDetection.exe procedures, arbitrary opened a bmp file. Click on the "operational # 61664 Detection
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:141237
    • 提供者:向慧
  1. geometry_algorithm

    1下载:
  2. 各种关于几何的算法实现。包括 计算几何学库函数(线相交,面积等等) 寻找凸包 graham 扫描法 判断点是否在多边形内。同时包含一些测试-on various geometric algorithm. In terms of geometry library functions (lines intersect, size, etc.) for convex hull graham scanning judgment and whether the polygon. Both co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12437
    • 提供者:changxia
  1. Point_In_Polygon

    1下载:
  2. 用VC实现判断点是否在多边形内优化的算法-with VC whether a judge within the polygon optimization algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:88776
    • 提供者:shuxiangyuan
  1. IsInsidePolygon

    0下载:
  2. 点在闭合区域内判断,做这个测试时只注重算法测试,所以没有对于浮点数相等比较的问题作特别处理.-point in the region closed judgment, to do this test focused only on test algorithms, there is no equivalent for the float to the question of comparison for special treatment.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:11869
    • 提供者:admin
  1. IsPtInRgn

    1下载:
  2. 点在多边形内的判断,这是一个很简单、容易理解的东西,不明白的可以问我.gis_boy@hotmail.com-points in the polygon judgment, this is a very simple, easy to understand things. do not understand, I can ask. gis_boy@hotmail.com
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:938
    • 提供者:陈财
  1. cagd_arithmetic

    2下载:
  2. 怒火之袍的贡献,有算法介绍如判断点是否在线段上、判断两线段是否相交、判断线段和直线是否相交、判断点是否在多边形中、判断线段是否在多边形内、计算点到线段的最近点、计算点到圆的最近距离及交点坐标、计算两条共线的线段的交点、求线段或直线与圆的交点、凸包的求法等等,图文并茂-Army's contribution to the gowns, as introduced algorithm to determine the point of whether online, to judge whe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:37924
    • 提供者:漫步者
  1. jiaodianMUTLAB

    0下载:
  2. 数字图像处理,用matlab实现图像角点的提取。内带有两片关于角点提取说明的PDF文件-Digital image processing, with matlab for image corner extraction. In with two shows on the corner of the PDF file extraction
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:579217
    • 提供者:二维
  1. rr

    0下载:
  2. 在圆形范围内点击移动鼠标就能重新画一个圆。-Click within the circle can move the mouse to re-draw a circle.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1943451
    • 提供者:司徒空
  1. Snake-model-bsegmentation-method

    0下载:
  2. 改进的T- Snake 算法首先在分水岭法中, 对相邻区域以其像素数、灰度均值和灰度方差定义距离, 并据其在图像上建立新的连通图, 以对图像过度分割而产生的一些过小区域合并 其次, 在模型跨边缘时, 利用已分割断层图像中模型内部区域的统计特征, 用区域生长法获取内点并重新参数化模型, 使模型不再跨边缘, 以保证模型形变到正确的边缘-Improved T-Snake algorithm first law in the watershed, the number of pixels in its
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:129353
    • 提供者:
  1. trace

    0下载:
  2. 该程序实现8邻域内点的方向性标记 而且可以使图像通过8邻域很好的查找点-The program to achieve 8-point directional marker neighborhood and can make the image by 8 points the neighborhood look good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1875
    • 提供者:hehongshen
  1. Prosac

    1下载:
  2. 用opencv2.3.1+vs2008实现PROSAC算法。PROSAC是比ransac算法更快的剔除无匹配算法。前提是,这种策略的前提是假定匹配度高的特征是内点的概率比匹配度低的特征要高。 -With opencv2.3.1+ vs2008 realize PROSAC algorithm. PROSAC is faster than ransac algorithm of eliminate no matching algorithms. Premise is, this strategy
  3. 所属分类:OpenCV

    • 发布日期:2015-11-11
    • 文件大小:5452800
    • 提供者:孔维
  1. 371

    0下载:
  2. 一个图形学的小房子,主要应用DDA算法,和内点区域填充,DDA算法,还有延迟-a small house, the main application of DDA algorithm, and points within the region to fill the DDA algorithm, the delay
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1407
    • 提供者:thfirs
  1. lbp

    0下载:
  2. 将灰度图转化为lbp图谱,邻域选择为圆域,半径为r,邻域内点的数目为p。-Lbp map will be converted to grayscale, neighborhood circle domain, the number of radius r, neighborhood point is p.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:929
    • 提供者:元晨
  1. TirMesh

    0下载:
  2. Kdtree 有别于trimesh 中的Kdtree ,可返回邻域内点的索引值; 补充了K邻域搜索功能;-Kdtree different trimesh Kdtree ,with index of neibor pt;and add function of knerborfind
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-15
    • 文件大小:6408
    • 提供者:志强
  1. DrawingBoundary

    0下载:
  2. 在CAD中,根据给定的一堆离散点,通过矩形框选,实现框选内点的边界生成。采用“盲人摸象”法。-In CAD, according to a given bunch of discrete points, through a rectangular marquee, marquee achieve within the boundaries generate points. The use of elephant method.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1362
    • 提供者:
  1. 86789654

    0下载:
  2. D F P变尺度法子程序 matlab程序 Powell法子程序 内点惩罚函数法子程序-D F P variable-dimension way program matlab Powell way program interior point penalty function way
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-16
    • 文件大小:6144
    • 提供者:tai$278813
  1. tuxing

    0下载:
  2. 计算机图形学--区域填充算法的实现 一、实验目的和要求: 1、掌握区域填充算法基本知识 2、理解区域的表示和类型,能正确区分四连通和八连通的区域 3、了解区域填充的实现原理,利用Microsoft Visual C++ 6.0(及EasyX_2011版)实现区域种子填充的递归算法。 二、实验内容: 1、编程完成区域填色 2、利用画线函数,在屏幕上定义一个封闭区域。 3、利用以下两种种子填充算法,填充上述步骤中定义的区域 (1)边界表示的四连通区域种子填充的实现 (2)内点表示
  3. 所属分类:图形图象

    • 发布日期:2018-01-02
    • 文件大小:47104
    • 提供者:杜大傻
  1. 哈里斯角点

    0下载:
  2. 哈里斯角点是在任意方向上移动(u,v),都会有很明显的变化。如下图一个局部很小的区域,如果是在图片区域中移动灰度值没有变化,那么窗口内不存在角点。如果在某一个方向上移动,一个发生很大变化而另一侧没有变化,那么说明这个区域是位于该对象的边缘区域。
  3. 所属分类:3D图形编程

    • 发布日期:2020-06-19
    • 文件大小:5707
    • 提供者:weniaw@163.com
  1. 图像配准算法

    0下载:
  2. 1.SIFT得到两幅图像的匹配点对 2.通过RANSAC剔除外点,得到N对内点 3.利用DLT和SVD计算全局单应性 4.将源图划分网格,取网格中心点,计算每个中心点和源图上内点之间的欧式距离和权重 5.将权重放到DLT算法的A矩阵中,构建成新的W*A矩阵,重新SVD分解,自然就得到了当前网格的局部单应性矩阵 6.遍历每个网格,利用局部单应性矩阵映射到全景画布上,就得到了APAP变换后的源图 7.最后就是进行拼接线的加权融合
  3. 所属分类:2D图形编程

« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com