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

搜索资源列表

  1. 圆和椭圆2

    0下载:
  2. 学习计算机图形学的同学必修的一道题目,本人做的比较简单,实现圆和椭圆的象素显示-study computer graphics students a compulsory subject, I do a simple, circular and elliptical achieve 471003
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:329.91kb
    • 提供者:kai
  1. 一种高效的混合圆/椭圆检测方法

    1下载:
  2. 数字图像处理:一种高效的混合圆/椭圆检测方法-Digital Image Processing : An Efficient Hybrid round / oval detection method
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8.71kb
    • 提供者:chen
  1. 高速椭圆绘制程序

    0下载:
  2. 高速椭圆绘制程序   程序中var16为有符号16位数字型,uvar16为16位无符号数字型,uvar32为无符号32位数字型,var32为有符号32位数字型。Ellipse参数中的x0,y0为圆心坐标,r1和r2分别为横半径和纵半径。PutPixel为画点函数。 -high-speed oval drawing program procedures var16 symbols for the median 16 H, 16 uvar16 for digital-type symbols, sy
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:927byte
    • 提供者:陈毛华
  1. 图形旋转和歪斜的椭圆

    0下载:
  2. 图形旋转和歪斜的椭圆-graphics rotate and skew the Oval
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:锦强
  1. OpenGL 椭圆绘制

    0下载:
  2. 就是用OpenGL在VC上写的绘制椭圆的算法 是中点方法
  3. 所属分类:OpenGL

    • 发布日期:2008-11-02
    • 文件大小:214.62kb
    • 提供者:askry31
  1. DDA法画椭圆.rar

    0下载:
  2. 画椭圆的方法有很多,这是其中一种,用DDA算法画的,oval paintings are lots of ways, this is one of those painted with the DDA Algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:28.48kb
    • 提供者:李少
  1. fitellipse.rar

    1下载:
  2. opencv 椭圆拟合的c++语言实现的代码,opencv fitting elliptical c++ language code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1.66kb
    • 提供者:陈超
  1. hough-transform-ellipse.rar

    1下载:
  2. hough变换检测椭圆的程序 MATLAB程序,hough transform ellipse detection procedure MATLAB program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:691byte
    • 提供者:Ray
  1. draw.rar

    0下载:
  2. Bresenham算法生成直线,中点算法生成直线,DDA算法生成直线,中点画圆,Bresenham画圆,中点画椭圆,画多边形,多边形填充,the detail information is above
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1.84mb
    • 提供者:张伟
  1. Hough变换 图像的形状检测

    6下载:
  2. hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-04-27
    • 文件大小:11.98kb
    • 提供者:郑海珍
  1. fitellipse.zip

    2下载:
  2. 计算机视觉和视觉测量中常用的椭圆拟合程序。用于视觉测量中的圆形标志点检测。,Computer vision and visual measurement of the ellipse fitting procedure used. Vision for the measurement of circular signs point detection.
  3. 所属分类:Special Effects

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

    1下载:
  2. 椭圆检测拟合程序,能够从图片中自动提取椭圆并进行拟合 -Ellipse detection fitting procedure can be automatically extracted from the image to fit the ellipse and the
  3. 所属分类:Graph program

    • 发布日期:2015-06-07
    • 文件大小:621byte
    • 提供者:licheng
  1. Ellipse-edge-detection

    0下载:
  2. 一个椭圆检测的代码,可以检测到椭圆,但是检测不到类似椭圆的图像
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3.44kb
    • 提供者:wushuqiong
  1. hough-Matlab

    5下载:
  2. 利用Matlab编写的基于hough变换的椭圆检测程序,已经运行过的,附图-Written in Matlab, hough transform based ellipse detection procedure has been run off, with photos
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2.53kb
    • 提供者:guixuzhen
  1. Draw

    1下载:
  2. 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
  3. 所属分类:Graph Drawing

    • 发布日期:2014-12-15
    • 文件大小:3.82mb
    • 提供者:李超
  1. fitellipse

    0下载:
  2. 此代码借助OpenCV开源计算机视觉库实现椭圆曲线拟合-This code with open-source computer vision library OpenCV the realization of elliptic curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:8.43kb
    • 提供者:张豪
  1. opencv圆和椭圆拟合

    2下载:
  2. 圆及椭圆的拟合并输出圆和椭圆的长短轴,使用opencv+vs编写
  3. 所属分类:OpenGL

  1. 椭圆拟合

    0下载:
  2. 用于拟合图像中的椭圆图形,辨识图像中的椭圆。(It is used to fit the ellipse in the image and identify the ellipse in the image.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:54kb
    • 提供者:小妖儿
  1. 中点画椭圆算法

    0下载:
  2. 中点画椭圆算法,解决中点画椭圆问题的算法。。。。。。。。(The algorithm of midpoint ellipse solves the algorithm of midpoint ellipse. The algorithm of midpoint ellipse solves the algorithm of midpoint ellipse.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:10kb
    • 提供者:呵呵随便吧
  1. 椭圆检测

    1下载:
  2. MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码.附件中的源代码是matlab编写的,实现一种对于椭圆的稳定的数据拟合算法。(Matlab implementation of a direct Algorithm based on the least squares ellipse fitting source code. Annex in the source code is prepared by Matlab, to achieve a stable data for the o
  3. 所属分类:图形图像处理

    • 发布日期:2021-01-19
    • 文件大小:44kb
    • 提供者:月落江城0
« 12 3 4 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com