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

搜索资源列表

  1. 三种图像处理

    0下载:
  2. 图像处理最基础的知识,如图像显示、图像边缘检测等。对初学者很有启发作用-image processing most basic knowledge, such as image display, image edge detection. For beginners very instructive role
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:116.5kb
    • 提供者:黄玫
  1. 图形的生成

    0下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan generated by the basic algorit
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:223.46kb
    • 提供者:张伟
  1. sidefill

    0下载:
  2. 计算机图形的边填充的算法是将一个封闭图形的内部填充上颜色-the edge computer graphics filling algorithm is a closed internal graphics fill color
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5.21kb
    • 提供者:张严
  1. 041120626

    0下载:
  2. 可以绘制图形,对图像进行编辑,对图像进行边缘检测、中值滤波,去噪等。 -mapped graphics, image editing, image of edge detection, filtering, such as denoising.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:364.7kb
    • 提供者:xuyiping2701106
  1. biantianchong

    0下载:
  2. 计算机图形学中的边填充算法是个不错的算法,呵呵,希望大家能支持!-Computer Graphics Edge filling algorithm is a good algorithm, Oh, I hope you will support!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.42kb
    • 提供者:张涛
  1. Wangmeng_8433028879

    0下载:
  2. ∷软件简介∷ 共14部分,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀 算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术, 对每种常用的数字图像处理方法,都提供了完整的源代码。 - 鈭?the software synopsis 鈭?altogether 14 parts, separately introduced the picture spot operation, the geometry transformatio
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:175.36kb
    • 提供者:sadgdg
  1. liujunpeng03081528

    0下载:
  2. 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:50.11kb
    • 提供者:god
  1. liujunpeng20060618polygon

    0下载:
  2. 实验内容: 2. 实现逐边裁剪算法 2.1 段和裁剪窗口顶点坐标由鼠标输入 2.2 裁剪结果用红色绘制 实验步骤 1. 点取点菜单,在客户区中按下鼠标左键取点 2. 取点完毕后,点画菜单 多边形 把多边形画出 3. 点裁剪菜单裁剪-experiment : 2. By cutting edge achieve 2.1 of the algorithm and cutting window vertex coordinates input from the mou
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:43.96kb
    • 提供者:刘俊朋
  1. FeatureTracker

    0下载:
  2. 特征跟踪源码,包括FeatureTracker.cpp和FeatureTracker.h,其中另附有边缘检测和人脸检测源码,调用了blepo.lib。-feature tracking source, FeatureTracker.cpp and FeatureTracker.h including, which followed by edge detection and face detection source, call the blepo.lib.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4.33kb
    • 提供者:ppcc
  1. edge

    0下载:
  2. 此源码为边缘检测的程序代码,可以检测灰度图像中的物体边缘
  3. 所属分类:绘图程序

    • 发布日期:2014-01-17
    • 文件大小:6.86kb
    • 提供者:许和英
  1. 图形编辑

    0下载:
  2. 实现四个功能:一、图和图素1. 定义屏幕坐标2. 在屏幕中心作下列图素:点 • ; 小方块 ■ ;大方块 ■ ; 圆点 ● 。以上述图素画线二、3. 用DDA法画线段;4. 用DDA法画圆。三、已知如图所示的多面体,其各棱边长均相等。要求1. 用步进法(即+1比较法)编写AB线段生成程序;2. 用法线法编写消隐程序;3. 编写让多面体绕其中心轴线旋转30o、45o、60o的程序四.在三的基础上自动绘制各棱边,自由旋转任意角度-realization of the four funct
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:246.05kb
    • 提供者:张帆
  1. 对图像MRIBrain_10.bmp进行锐化

    1下载:
  2. 使用edge函数,分别采用‘roberts’‘sobel’‘log’算子,对图像MRIBrain_10.bmp进行锐化,比较各个算子的效果并说明其原因。,Using the edge function, respectively ' roberts' ' sobel' ' log' operator, sharpening the image MRIBrain_10.bmp compare the effect of each operator and explain why.
  3. 所属分类:绘图程序

    • 发布日期:2012-08-25
    • 文件大小:51.22kb
    • 提供者:gxt
  1. mymethod.rar

    0下载:
  2. A error concealment sorce code that writed by myself.It s psnr not as good as JM86,but it s good in edge information.Help someone can improve it and it can do something for those strugling for errorcealment of h.264.,A error concealment sorce code th
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:1.43kb
    • 提供者:老何
  1. SKULL-EDGE-DETECTION

    0下载:
  2. 用于提取人脑颅骨的内外边界,能将头皮与脑组织全部舍去,主要用于颅骨修复领域。-Used to extract the boundaries of the human skull, mainly for skull repair area.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:71.91kb
    • 提供者:马结石
  1. ImageFilteringImageequalizatio

    0下载:
  2. 图像滤波图像均衡化图像分割图像边缘提取 图像读取,可以保证基本操作,Image Filtering Image equalization image edge extraction image segmentation image read, can guarantee the basic operation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-17
    • 文件大小:4.56mb
    • 提供者:王鹏伟
  1. MeshSimpCode

    0下载:
  2. 实现边坍塌(edge-collapse)的网格简化方法;程序能指定输入输出的 obj 文件,以及面数的简化比(输出面数占输入面数的百分比),例如:命令行程序可以支持如下参数 mesh_simp.exe 输入.obj 输出.obj 简化比-Achieve edge collapse (edge-collapse) of the mesh simplification methods program can specify the input and output of the obj fil
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:24.6kb
    • 提供者:李响
  1. 1

    0下载:
  2. 里面有怎样使用MATLAB进行图像读取,灰度化,增强和边缘检测的代码和说明。并且有详细的处理步骤,对初学者很有用。-Image processing Graytion Image Enhancement Edge Detection
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:147.31kb
    • 提供者:李小鹏
  1. Image(7)

    0下载:
  2. 图像的领域处理 ,图像平滑,一阶微分边沿监测,二阶微分边沿监测。-The field of image processing, image smoothing, the first-order differential edge monitoring, monitoring of second-order differential edge.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:97.1kb
    • 提供者:mage
  1. Edge-fill-algorithm

    0下载:
  2. 计算机图形学上机实验课源代码,是我大四课上用过的的,可以运行,请放心使用。 边缘填充算法-The source code of computer graphics on the experimental class is used in my senior class, you can run, and ease of use. Edge fill algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-14
    • 文件大小:11.64mb
    • 提供者:苏瑜
  1. usoful-Edge-and

    0下载:
  2. 边沿提取,轮廓跟踪,对于图象处理方面有很用处 很好的-Edge extraction and contour tracking, has a very useful for image processing is very good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-18
    • 文件大小:6kb
    • 提供者:Crystol
« 12 3 »
搜珍网 www.dssz.com