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

搜索资源列表

  1. d2200904

    0下载:
  2. 本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-Primitive code set is my practice of computer graphics programming, including painting a straight line, anti-aliased line, circle, draw an oval, rectangular painting, drawing poly
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:1825
    • 提供者:chenhao
  1. MidpointCircle

    0下载:
  2. 计算机图形学 中点画画圆算法的Matlab程序-Computer graphics algorithms in Matlab stipple procedures drawcircle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:905
    • 提供者:章礼平
  1. ellipse

    0下载:
  2. 可以进行在一般图像中检测出椭圆的检测椭圆,并可以检测圆-ellipse detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3570
    • 提供者:李昊
  1. circles

    0下载:
  2. 这段程序利用 Hough 变换在灰度图像中找圆 ,并可进而给出圆心和半径-The function cvHoughCircles finds circles in grayscale image using some modification of Hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:598
    • 提供者:李昊
  1. draw_circularity_with_java

    0下载:
  2. 用java简单的画圆,对于初学者还是比较使用的。-for java practise
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:547
    • 提供者:Brian
  1. 6_5

    0下载:
  2. 一个鼠标程序,在按下ctrl键的同时按下鼠标左键,可画圆,按下shift键的同时按下左键,可画矩形.-Procedures for a mouse, press the ctrl key while pressing the left mouse button can be drawcircle, press the shift key while pressing the left, can be rectangular painting.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1152141
    • 提供者:ydt
  1. TestHough

    0下载:
  2. 本程序实现了用hough变换检测圆。是接触hough变换功能的非常好的入手代码。-This procedure used to achieve the hough transform circle detection. Hough transform is a function of exposure to a very good start with the code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:18021
    • 提供者:power
  1. grafic

    0下载:
  2. 这个文件中有两个代码:分别实现画线,画圆. 代码程序是用的计算机图形学中关于线,圆的生成算法.-This document there are two codes: the realization of painting lines respectively, drawcircle. Code procedure is used in computer graphics on the line, circle generation algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2337657
    • 提供者:胡小燕
  1. Circle_Recognition_Through_a_Point_Hough_Transform

    0下载:
  2. :给出了一种新的Hough 变换圆检测方法——点Hough 变换(PHT)。该方法根据圆周上任意两条不平行弦的中垂线相交与圆心的几 何性质,同时选取曲线上3点 进行计算,将传统Hough变换圆检测时的三维参量统计变成一维参量统计,极大地降低了计算复杂性和对资源的需求。为了克服任意选取组合点可能带来的计算量增加及统计结果的分散程度提高,文中提出了点的选择方法。合成图和实际图像的实验结果表明,该方法用于普通图像中圆检测时快速、稳定、准确。-: This paper presents a new
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:212905
    • 提供者:王浩
  1. opengl3

    0下载:
  2. openGL画圆,程序及爱你但,很容易就可以看懂,是经过调试的,运行成功-openGL drawcircle
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:214097
    • 提供者:Ldzzhxf
  1. drawcircle

    0下载:
  2. Bresenham画圆算法,利用圆的对称性,同时在四个方向画点-Bresenham circle algorithm, the use of circular symmetry, the direction of painting at the same time point in four
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:258383
    • 提供者:jia
  1. houghyuan

    0下载:
  2. 一种快速的随机Hough变换圆检测算法,模式识别的经典实例,图像图像处理的源码-A fast randomized Hough transform circle detection algorithm, a classic example of pattern recognition, image processing of the source image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:202830
    • 提供者:张明伟
  1. FastCircleDetecting

    1下载:
  2. 实现图像的空间选择并在不同的通过进行圆检测,视频处理具有实时性-To detect circles on different color channels and it is real-time system for video processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4362931
    • 提供者:杨恒
  1. createcircle

    0下载:
  2. 用matlab画圆- create circle
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2011
    • 提供者:尹高飞
  1. LS_16_array

    3下载:
  2. 分别仿真16阵元的十字阵列、线阵、面阵和圆阵的LS算法的方向图,对阵列信号处理的同学有帮助。-Simulation 16, respectively, the cross element array, linear array, planar array and the circular array pattern LS algorithm, array signal processing to help students.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6754
    • 提供者:杨絮
  1. circle_array_1

    2下载:
  2. 平面圆阵波束形成,使用阵列流型向量编写,对于理解波束形成有帮助-Planar circular array beamforming, the use of array-based flow vector preparation, for help understanding beamforming
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:761
    • 提供者:刘宗伟
  1. myproduction

    1下载:
  2. 计算机图形学的中点画圆法,Bresenham画圆,中点画椭圆及种子填充算法,用VC05实现,还有实验报告-The mid-point of computer graphics drawcircle, Bresenham Circle, Ellipse and seeds in stipple fill algorithm, the VC05 to achieve, there are experimental reports
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-25
    • 文件大小:8365546
    • 提供者:xgdlhdgj
  1. 3dmeasure

    0下载:
  2. 一个小的测量圆的程序,希望大家给点意见,以便以后改进或学习-A measurement of the small circle procedures, under the hope that we give to the views of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:488201
    • 提供者:hank
  1. programofcircuesimulation

    0下载:
  2. 拟合圆程序,实现根据测量点实现二维平面内圆的拟合,可以输入测量点,C语言实现-Circle fitting procedure, to achieve the realization of measurement points in accordance with two-dimensional plane of fitting a round, you can enter the measurement points, C language
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:207672
    • 提供者:djf
  1. UCA

    3下载:
  2. 用均匀圆阵对信号进行方向估计,并仿真功率谱图。同时与均匀等距线阵进行比较,圆阵估计效果更好。-With uniform circular array direction of the signal estimates, and simulation of power spectra. At the same time with the uniform linear array were compared equidistant, round patches is estimated better
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:828
    • 提供者:牛炳旭
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com