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

搜索资源列表

  1. Bresenham算法编程演示

    0下载:
  2. Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8611
    • 提供者:susu
  1. 小型矢量绘图系统

    0下载:
  2. 一个完整的矢量绘图系统,可以绘制点、线、面、椭圆、弧等,并可以改变其属性-integrity of a vector graphics systems, which can draw points, lines, noodles, ellipse, arc, and can change its attributes
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:208630
    • 提供者:周平
  1. 大型数字图形图像系统VC源码

    1下载:
  2. 大型的图形图像系统,包括直线,弧线,圆,椭圆,等等图形的源代码-large graphics system, including the line, arc, circle, ellipse, and so on graphical source code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:313742
    • 提供者:李为民
  1. ellipse_arc

    1下载:
  2. 绘制椭圆弧,这个算法讲究快速、效率高,特别是逼近椭圆弧的直线个数较少-drawn ellipse, the algorithm stresses fast, high efficiency, in particular approximation ellipse line number less
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:38761
    • 提供者:wgede
  1. Hough-tuoyuan

    2下载:
  2. Hough检测直线,圆,椭圆的代码 其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2537
    • 提供者:郭飞
  1. Vcad

    0下载:
  2. 图形学的一个小型Vcad绘图程序,可以绘制直线,园,园弧,椭圆,可以直线剪裁,填充,还可以绘制Btz曲线-graphics of a small Vcad mapping procedures, drawing straight lines, the landscape, the landscape arc, ellipse, straight line tailoring, Filling can also draw Btz curve
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:236077
    • 提供者:肖傲
  1. DrawingFilling

    0下载:
  2. The drawing tool will allow you to draw lines, rectangle, ellipse, and has pen and eraser as tools. It also allow region filling with color
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:60451
    • 提供者:zf
  1. 基本画线实现算法

    0下载:
  2. 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:584157
    • 提供者:朱磊
  1. ElliFit.rar

    0下载:
  2. 最小二乘椭圆拟合 for java Least Ellipse Fitting,Least squares ellipse fitting for javaLeast Ellipse Fitting
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:7537
    • 提供者:殷俊
  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-18
    • 文件大小:5458547
    • 提供者:隗平
  1. Ellipsefitting

    0下载:
  2. 已知离散的坐标数据,利用这些坐标点进行椭圆拟合的程序-Known coordinates of discrete data points to use these coordinates ellipse fitting procedure
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:6218
    • 提供者:姜波
  1. DrawEllipse

    0下载:
  2. 利用Vc++实现画笔画椭圆,当点击鼠标左键椭圆开始画,拖动鼠标完成椭圆绘制-draw ellipse
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1926682
    • 提供者:liu ying
  1. EllipseFitByTaubin

    0下载:
  2. This is a fast non-iterative ellipse fit, and among fast non-iterative ellipse fits this is the most accurate and robust. It takes the xy-coordinates of data points, and returns the coefficients of the equation of the ellipse: ax^2 + bxy +
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:2071
    • 提供者:ragada
  1. file_oc

    0下载:
  2. 画直线,椭圆并填充,是c中图形编程的基础,-Drawing a straight line, ellipse, and fill, is a graphical programming c, the basis
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:2010
    • 提供者:胡明
  1. fit_ellipse1

    0下载:
  2. fit_ellipse - finds the best fit to an ellipse for the given set of points.-fit_ellipse- finds the best fit to an ellipse for the given set of points.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:4784
    • 提供者:yar
  1. ellipse_5p

    0下载:
  2. 一个演示demo,利用鼠标在图像上选取5个点,计算出椭圆,并在图像上画出来。能过处理多幅图像-A demo demo, use the mouse in the image on the selected five points, calculate the ellipse, and the image drawn. Be able to handle the multiple images
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:4445881
    • 提供者:邓宏平
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. ellipse

    0下载:
  2. draw Bresenham ellipse using java-draw Bresenham ellipse using java
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:2124
    • 提供者:khalid2304
  1. ellipse--detection

    0下载:
  2. 这是单幅图片中的椭圆目标与方向位置检测matlab 程序-ellipse detection and position detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-02
    • 文件大小:109279
    • 提供者:张珊珊
  1. ellipse.tar

    0下载:
  2. C and C++ program code to draw an ellipse
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:877
    • 提供者:Pinaki Ghosh
« 12 3 »
搜珍网 www.dssz.com