搜索资源列表

  1. hough

    0下载:
  2. Hough 变换,探测圆的半径,可以探知未知圆的半径和圆心-Hough transform, circle detection radius, you can explore the unknown circle radius and center
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:11264
    • 提供者:zeyoo
  1. circle

    0下载:
  2. Matlab中的画圆函数。Matlab本身没有画圆的函数。本附件实现了画圆函数。-Drawcircle function in Matlab. Matlab does not have drawcircle function. Of this Annex drawcircle realize the function.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:netest08
  1. CIRCLE

    0下载:
  2. 本程序能很快的画圆,比以往的传统算法有所改进-This procedure can drawcircle quickly than ever before to improve the traditional algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:花无缺
  1. huatuban

    0下载:
  2. 用C#做的简易画图板程序,可以用鼠标拖动划线,画圆等-With C# Drawing board to do simple procedures, you can use the mouse to drag the line, circle, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-22
    • 文件大小:37888
    • 提供者:lijie
  1. hough

    0下载:
  2. 图像处理之 opencv 用hough变换检测圆-Image processing opencv circle detection using hough transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:zhang
  1. gui16

    0下载:
  2. e-mail:cproom@163.net 计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。-e-mail: cproom@163.net computer graphics programming practice, including painting a stra
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:325632
    • 提供者:景科
  1. plot-Smith-Chart

    0下载:
  2. 使用matlab画的smith圆图,但是没有动态的显示。-Smith painting using matlab circle diagram, but no dynamic display.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:liu
  1. CircularEdgeHough_Detection_Matlab

    0下载:
  2. 圆的hough变换边缘检测及提取,Matlab程序,对图像方面的研究和学习有一定帮助。-Hough transform circle edge detection and extraction, Matlab program, the image of research and learning have some help.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:110592
    • 提供者:nickzhlf
  1. circle

    0下载:
  2. 求圆心坐标和圆半径,在已知圆面积情况下,-For the center coordinates and circle radius, circle an area of known circumstances,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:35840
    • 提供者:jinpengli
  1. Hough-circle-detection

    0下载:
  2. Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:44032
    • 提供者:zxl
  1. Hough-Circle-Detect3

    0下载:
  2. MATALAB环境下实现Hough变换检测圆-MATALAB environment to achieve Hough transform circle detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:180224
    • 提供者:范若
  1. circle

    0下载:
  2. 简单的java小程序,输入数据后画一个圆-Simple java applet, enter the data draw a circle
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:103424
    • 提供者:菠萝
  1. compute

    0下载:
  2. 用于相机标定中标定点的识别,扫描像素矩阵中某个圆的圆心-Camera calibration for the successful identification of a sentinel, scanning pixel matrix in the center of a circle
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:yin xiaoping
  1. 圆检测

    0下载:
  2. 图像的圆检测程序。可以很好地进行灰度图的圆检测-Image circle detection procedures. Grayscale can be carried out of the circle detection
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:liulei
  1. 1985Hough

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

    • 发布日期:2024-05-22
    • 文件大小:12288
    • 提供者:郑海珍
  1. jicheng

    0下载:
  2. 定义点Point类作为基类,在此基础上派生出直线Line类和圆Circle类,在Circle类的基础上以不同的属性派生出圆柱Cylinder类和球Spheroid。并要求基类和各派生类具有以下特点: (1) Line类含有计算直线长度和斜率的成员函数。 (2) Circle类含有计算圆面积的成员函数。 (3) Cylinder类含有计算圆柱表面积和体积的成员函数。 (4) Spheroid类含有计算球体的表面积和体积的成
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:482304
    • 提供者:
  1. Graphic

    0下载:
  2. 直线dda算法,直线bresenham算法,圆的中点算法,圆的bresenham算法,椭圆重点算法的java演示-Linear dda algorithm, Bresenham line algorithm, circle the mid-point algorithm, Bresenham algorithm for circle, oval key algorithm java demo
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:26624
    • 提供者:linyi
  1. circle

    0下载:
  2. 这是根据点拟合圆和直线的matlab程序,比较简单实用-This is the basis of points won and a straight line fitting the matlab procedure is relatively simple and practical
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:翟乐
  1. Imageprocessing

    0下载:
  2. 图象处理算法代码,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-Image processing algorithm code, including painting a straight line, anti-aliased line, circle, drawing an oval, rectangular painting, painting polygon, rectan
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:326656
    • 提供者:11
  1. Circle

    0下载:
  2. 利用霍夫变换检测圆,可检测多个。内有详细介绍。-Using Hough Transform Detect circular, can detect multiple. There is a detailed introduction.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:2143232
    • 提供者:吴俊
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org