CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - ellipse algorithm

搜索资源列表

  1. 中点算法

    0下载:
  2. 扫描转换直线段的中点算法、描转换圆弧的中点算法和扫描转换椭圆弧的中点算法-linear scan conversion of the midpoint algorithm depiction of the mid-point arc conversion algorithm and scan conversion ellipse the midpoint algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:23.06kb
    • 提供者:kuld
  1. fit_ellipse.m.zip

    0下载:
  2. Its a Ellipse fitting algorithm for fitting Ellipses to a set of points in a image.,Its a Ellipse fitting algorithm for fitting Ellipses to a set of points in a image.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:3.5kb
    • 提供者:Bobi
  1. Houghsourcefile.rar

    0下载:
  2. 用vc编写的Hough算法源代码,可以用于椭圆拟合等,Vc prepared using Hough algorithm source code, can be used, such as ellipse fitting
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3.39kb
    • 提供者:王鼎
  1. gfhgfhgf

    0下载:
  2. 人脸视频图像编码是近年来图像编码领域里的一个研究热点问题,它在通信、互联网等方面有着广泛的应用前景。人脸图像编码的研究包含很多子问题,主要的三个方面为:精确的人脸目标定位算法,实时的人脸目标跟踪算法和高效的人脸图像编码方法。本文的主要研究工作在于: 1) 提出帧间差分和背景差分相结合的人脸目标定位算法,在人脸特征选择上,主要使用形状特征,通过椭圆拟合来得到人脸的位置。 2) 采用基于Kalman滤波的运动预测方法对人脸的区域变化进行预测,以此缩小目标可能存在的区域(ROI).-Facial vi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1.05kb
    • 提供者:周参
  1. Ellipse-Bresenham

    0下载:
  2. Draw ellipse use Bresenham Algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:15.88kb
    • 提供者:pvhoang
  1. ElipseBresenham

    0下载:
  2. Ellipse graphic using the Bresenham algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:39.11kb
    • 提供者:Border
  1. 1-10

    0下载:
  2. 椭圆中点Bresenham算法-Bresenham midpoint ellipse algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:253.33kb
    • 提供者:赵涯
  1. bresenmham

    0下载:
  2. TC环境下,C语言实现bresenmham椭圆生成算法-TC environment, C language implementation bresenmham Ellipse Algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:832byte
    • 提供者:greenen
  1. BasicGraphics

    1下载:
  2. 实现中点Bresenham算法画直线 实现改进Bresenham算法画直线 实现Bresenham算法画圆(八分法绘制圆) 实现Bresenham算法画椭圆(四分法绘制圆) 实现具有宽度的图形(线刷子或方刷子)-Mid-Bresenham draw line Improved Bresenham algorithm Draw circle Draw ellipse Line/Square brush
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-21
    • 文件大小:104.16kb
    • 提供者:R chen
  1. 1zsb02_10_20

    0下载:
  2. 1.实现DDA、Bresenham 直线生成算法。2.实现Bresenham 画圆法或中点画圆法。3.实现Bresennham 或中点法椭圆生成算法。4.利用1、2、3 实现的直线、圆、椭圆图形生成函数进行图形绘制.-1. Achieve DDA, Bresenham line drawing algorithm. 2. The Bresenham drawcircle or midpoint Circle. 3. Oval generation algorithm to achieve Bre
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:41.75kb
    • 提供者:郭娟
  1. ellipse

    0下载:
  2. 实现扫描转换任意一个椭圆,使用windows下的SetPixel函数(注意考虑算法的效率)-Realization the scan conversion any ellipse, using the the SetPixel function of the windows (pay attention to consider the efficiency of the algorithm)
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-24
    • 文件大小:2.2mb
    • 提供者:sophie
  1. draw

    0下载:
  2. 计算机图形学实验作业,用MFC编的,已经实现了DDA画直线,中点算法画直线,中点画圆和椭圆,扫面转换多边形,种子填充,反走样直线-Computer graphics lab assignments, MFC series has achieved the DDA draw a straight line, the midpoint algorithm to draw a straight line, the midpoint of the circle and the ellipse, swee
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:5.27mb
    • 提供者:王燕霞
  1. COMPUTER_GRAPHICS

    0下载:
  2. 本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中-this program is implemented some important algorithm of computer graphics such as drawing lines,drawing circles,drawing ellipse,area filling,Graphics clipping,gear wheel generati
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3.1mb
    • 提供者:杨风
  1. yinzhang

    0下载:
  2. 制作印章实例,用到Graphics来根据设定的公司名称和用章信息绘制出一个圆章 来制作公司的公章,制作印章来说,主要是如何让字均匀的 显示在弧线段上,那么一般的印章要么以圆或者椭圆为底图,不过这两者的算法大致相同, 为了方便说明, 如下就用相对简单的圆来举例说明, 如果需要做椭圆的话, 可以在我的基础 上进行扩展,因为核心算法是一样的,相对于圆来说,椭圆求弧长以及各个字符的位置,这 两点相对麻烦些,但是这两者都可找到相应的数学公式。-Production seal
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3.42mb
    • 提供者:赵凯
  1. zhongdianhuayuanhetuoyuan

    0下载:
  2. 包含了Bresensham画线、中点画圆、中点画椭圆算法代码,可以直接运行;以及中点画圆与中点画椭圆的实验报告。-Contains Bresensham draw lines, the midpoint Circle, were dotted ellipse algorithm code can be directly run and lab reports midpoint Circle and were dotted ellipse.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-27
    • 文件大小:83.44kb
    • 提供者:章新
  1. QHNL255

    0下载:
  2. 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-Graphical linear midpoint generation algorithm, Bresenham draw a straight line, Bresenham drawing ellipse
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:41kb
    • 提供者:solvq
  1. ulgbritwm

    0下载:
  2. 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-Graphical linear midpoint generation algorithm, Bresenham draw a straight line, Bresenham drawing ellipse
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-16
    • 文件大小:55kb
    • 提供者:pmuulwnp
  1. Brejenhan_Graphical

    0下载:
  2. Graphical linear midpoint generation algorithm, Bresenham draw a straight line, Bresenham drawing ellipse
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-22
    • 文件大小:41kb
    • 提供者:rxla+92056
  1. 打印机

    0下载:
  2. Computer graphics DDA algorithm Bresenham algorithm Midpoint circle algorithm Bresenham circle algorithm Ellipse algorithm Scan line algorithm
  3. 所属分类:打印编程

  1. ComputerGraphicsexci3

    0下载:
  2. 用Bresenham算法和中点算法画圆和椭圆(Using the Bresenham algorithm and the midpoint algorithm of circle and ellipse)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:33kb
    • 提供者:xiaomenghui
« 12 »
搜珍网 www.dssz.com