搜索资源列表
Bresenham算法编程演示
- 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,
小型矢量绘图系统
- 一个完整的矢量绘图系统,可以绘制点、线、面、椭圆、弧等,并可以改变其属性-integrity of a vector graphics systems, which can draw points, lines, noodles, ellipse, arc, and can change its attributes
大型数字图形图像系统VC源码
- 大型的图形图像系统,包括直线,弧线,圆,椭圆,等等图形的源代码-large graphics system, including the line, arc, circle, ellipse, and so on graphical source code
ellipse_arc
- 绘制椭圆弧,这个算法讲究快速、效率高,特别是逼近椭圆弧的直线个数较少-drawn ellipse, the algorithm stresses fast, high efficiency, in particular approximation ellipse line number less
Hough-tuoyuan
- Hough检测直线,圆,椭圆的代码 其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
Vcad
- 图形学的一个小型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
DrawingFilling
- 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
基本画线实现算法
- 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
ElliFit.rar
- 最小二乘椭圆拟合 for java Least Ellipse Fitting,Least squares ellipse fitting for javaLeast Ellipse Fitting
ComputerGraphics
- 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
Ellipsefitting
- 已知离散的坐标数据,利用这些坐标点进行椭圆拟合的程序-Known coordinates of discrete data points to use these coordinates ellipse fitting procedure
DrawEllipse
- 利用Vc++实现画笔画椭圆,当点击鼠标左键椭圆开始画,拖动鼠标完成椭圆绘制-draw ellipse
EllipseFitByTaubin
- 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 +
file_oc
- 画直线,椭圆并填充,是c中图形编程的基础,-Drawing a straight line, ellipse, and fill, is a graphical programming c, the basis
fit_ellipse1
- 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.
ellipse_5p
- 一个演示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
graphics
- 一个计算机图形学的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
ellipse
- draw Bresenham ellipse using java-draw Bresenham ellipse using java
ellipse--detection
- 这是单幅图片中的椭圆目标与方向位置检测matlab 程序-ellipse detection and position detection
ellipse.tar
- C and C++ program code to draw an ellipse