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

搜索资源列表

  1. scan-line

    2下载:
  2. 这是本人整理的区域填充算法中种子扫描线算法的vc 源代码,希望能给学习计算机图形学的编程初学者一点帮助-this is my finishing area filling algorithm seed scan line algorithm vc source code, hope that they will learn computer graphics programming help beginners 1:00
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.55kb
    • 提供者:赵先生
  1. HoughTrans

    1下载:
  2. 自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle and a straight line. hope to
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:64.55kb
    • 提供者:wxj
  1. 逐点比较法Line

    0下载:
  2. 用C语言编写的演示逐点比较法的源代码!-C language demo point by point comparison of the source code!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:988byte
    • 提供者:纯净水
  1. code

    0下载:
  2. 本函数包括三个例程 一个图像去噪(椒盐) 一个寻找图像中特定方向的直线 一个自己写的图像线形过滤-this function include a three routines image denoising (Impulse) looking for a specific image in the direction of a straight line since Image has written linear filter
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:142.33kb
    • 提供者:guozhi
  1. delphi.rar 读股票卡数据画K线图源码

    2下载:
  2. 读股票卡数据画K线图Delphi源码,请下载,等待,Reading the stock card data K Line painting Delphi source code, please download and wait for
  3. 所属分类:绘图程序

    • 发布日期:2017-03-22
    • 文件大小:527.2kb
    • 提供者:hualiuc
  1. Gabor(matlab_C_Cv).rar

    3下载:
  2. 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 ,Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab, let everyone take what we need
  3. 所属分类:Special Effects

    • 发布日期:2015-09-06
    • 文件大小:20.43kb
    • 提供者:
  1. mmdraw.rar

    0下载:
  2. matlab图像处理:使用鼠标画一条线并设定属性的算法代码,matlab image processing: Using the mouse draw a line and set the attributes algorithm code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:1.68kb
    • 提供者:小伟
  1. 2DDPCA

    0下载:
  2. 人脸识别用双向2DPCA方法写得人脸识别代码,基于ORL的,自己写的,可运行,网上没有,分享给大家学习。-Face recognition using two-way code is written 2DPCA method, based on ORL, and his writing, can run, on-line did not, share with them to learn.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:1.71kb
    • 提供者:andrew
  1. hough

    0下载:
  2. hough变换检测直线的源代码程序,很实用的方法-Detection of a straight line hough transform program source code, it is practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:14.68kb
    • 提供者:zhang
  1. beamlet

    2下载:
  2. 采用beamlet变换方法,实现图像线特征提取,以此代码为基础的文章已被核心期刊录用-Beamlet transform methods used to achieve the image line feature extraction, this code is based on the core of the article has been hired Journals
  3. 所属分类:图形图象

    • 发布日期:2014-02-24
    • 文件大小:39.8kb
    • 提供者:徐晨
  1. ContourTracingLineFollowing

    0下载:
  2. 轮廓跟踪和线的追随源代码下载 Contour Tracing & Line Following-Tracking and following the contour line of the source code download Contour Tracing & Line Following
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:942byte
    • 提供者:刘凯
  1. Signature_Verification

    2下载:
  2. 基于matlab编写的签名识别程序,导入签名图片进行识别。-A signature verification program based on matlab. Code has been tested using Off line signature database
  3. 所属分类:Graph Recognize

    • 发布日期:2014-08-19
    • 文件大小:22.04kb
    • 提供者:吴宇航
  1. Cohen-Sutherland

    0下载:
  2. 用C语言实现了Cohen-Sutherland算法,代码可以直接复制到tc里面运行,很好实现了线段裁剪-With the C language to implement Cohen-Sutherland algorithm, the code can be directly copied to the tc run inside, well realized Line Clipping
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:2.04kb
    • 提供者:Aboy
  1. matlab_4

    1下载:
  2. 边缘检测和图像分割matlab程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Edge det
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:50.45kb
    • 提供者:pride
  1. Opengl3d_cai

    0下载:
  2. 《学OpenGL编3D游戏》是编程系列丛书之一。是以一个完整的3D游戏编写过程,进行程序设计的知识、技术教学。 《学OpenGL编3D游戏》不同于传统的程序设计书籍,它重在游戏的实现方案。以一个完整的游戏为主线,用鱼骨方式讲解相关知识技术,力求可读性更好。 《学OpenGL编3D游戏》的教学辅助系统CAI由四大块组成: A、程序要点说明 B、程序编制演示 C、程序运行效果 D、源程序- Learning OpenGL made 3D game
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:5.92mb
    • 提供者:黄智勇
  1. line

    0下载:
  2. 计算机图形学画直线作业源代码。代码简单,效果比较理想。-Computer graphics drawing a straight line operation the source code. Code is simple, a more satisfactory effect.
  3. 所属分类:Graph Drawing

    • 发布日期:2016-11-15
    • 文件大小:37.82kb
    • 提供者:hui
  1. Cohen-Sutherland

    1下载:
  2. 程序运行Cohen-Sutherland线段裁剪算法 ,所用坐标系为笛卡尔直角坐标系. 起始状:用户输入所画线段的起点和终点坐标 结束状态:程序打印出裁剪以后的线段-Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shaped: the user to enter the draw
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:4.25kb
    • 提供者:
  1. line

    0下载:
  2. 几个图形生成的代码,其中有直线,圆,抛物线和自由曲线的生成-Several graphics generated code, including a straight line, circle, parabola, and the generation of free-form curve
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:20.51kb
    • 提供者:lcy985
  1. HOUGH

    0下载:
  2. 用HOUGUH变换检测线段,基于OPENCV开发,代码简单,适合广大软件开发者-Detection of line segments used HOUGUH transform, based on the OPENCV development, code is simple, suitable for the vast numbers of software developers
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:80.84kb
    • 提供者:liweijun
  1. draw-a-line

    0下载:
  2. 拾取直线 具体步骤 代码-Concrete steps to pick up the code line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:3.18kb
    • 提供者:sara
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com