搜索资源列表

  1. 知三点求圆心半径

    0下载:
  2. 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use sepa
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30231
    • 提供者:吴敏珊
  1. hough圆变换并显示圆心、半径

    0下载:
  2. 利用VC++6.0和OpenCV1.0进行图像Hough圆变换,在视图中显示检测到的圆心、半径值。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-12-02
    • 文件大小:38255
    • 提供者:qq2216
  1. 计算零件中心参数

    0下载:
  2. 通过图像处理,获得了一幅图像是“ 022.bmp”由面阵CCD拍摄的646×556圆环图像,我们需要知道这幅圆环图像的大圆直径、小圆直径、圆心坐标和质心坐标。
  3. 所属分类:源码下载

    • 发布日期:2011-05-23
    • 文件大小:25600
    • 提供者:li2222a
  1. CircleDetectionbaseonHough

    0下载:
  2. 检测图像中的圆形半径和圆心-image detection of circular radius and the center
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:3552256
    • 提供者:汪刚
  1. 知三点求圆心半径

    0下载:
  2. 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use sepa
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:29696
    • 提供者:吴敏珊
  1. CircleCenter

    0下载:
  2. 圆心检测-Detection Center
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:67584
    • 提供者:YYJ
  1. houghsearchcircle

    0下载:
  2. 文件给出了matlab语言进行,对二值图像先用sobel 算子找出边缘,再用hough变换找出圆的圆心和半径的程序,并附图像和解释!-documents given Matlab language, the binary image segmentation using the operator to identify the edge then Hough transform to identify the center of a c
  3. 所属分类:弱点检测代码

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:image
  1. Ellipticalscanningconversionandachieve

    0下载:
  2. 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:管声俊
  1. ex_center

    0下载:
  2. 用matlab计算图片中圆心的坐标,先进行区域分隔,打标记,再计算各个圆心的坐标,有一定的实用型-calculated using Matlab pictures of the center coordinates first regional segregation, marking, calculate the coordinates of the center of each, to a certain extent practi
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:小罗
  1. circle_fitting

    0下载:
  2. 能够实现对圆周候选点进行最小二乘拟合,得到拟合圆的圆心坐标及其半径-circumference can be achieved right candidate points least squares fitting, be fitting circle's center coordinates and radius
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:156672
    • 提供者:李巧枝
  1. Out

    0下载:
  2. 画外接圆的C++代码 //计算外接圆半径 //输入参数: // 三角形三点坐标(ddDot0,ddDot1,ddDot2) //输出参数 // 圆心坐标(ddCenter) // 圆心半径(dRad) //成功:返回值>0 //失败:返回值<=0 -Painting circumcircle of C++ Code// calculating the circumcircle rad
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zhang
  1. mySnake-2

    1下载:
  2. 基于动态轮廓模型的虹膜定位,在数字图像中虹膜位置的有效定位是虹膜识别的关键问题,与常见的定位方法相比,文中的方法速度快、精度高,而且,对瞳孔初始的伪圆心要求不高,鲁棒性更强-Contour model based on dynamic positioning of the iris, in the digital image of the iris position Effective positioning is the key to
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:270336
    • 提供者:姜浩
  1. circle_calibration

    0下载:
  2. 检测图片里的圆,并提取出圆心坐标和半径数据,需要安装OPenCV。-Detection picture in the round, and extracted the center coordinates and radius data, need to install OPenCV.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:2416640
    • 提供者:converse
  1. hough

    1下载:
  2. 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。-Image processing often requires detection of a round-shaped objects, the program can detect the use of Hough transform and radius of the center circle.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:yww
  1. qiuyuanzhouchang

    0下载:
  2. 此程序是用VC++做好的求圆心用的.基于数学形态学的,各种算法的,很有用哟-This procedure is used VC++ To do a good job of seeking center of a circle used. Based on Mathematical Morphology, various algorithms useful yo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1272832
    • 提供者:李冰
  1. qiuyuanxin

    0下载:
  2. 此程序是用VC++做好的求圆心位置和半径用的.是一种新的算法的,很有用哟-This procedure is used VC++ To do a good job of seeking central location and a radius used. Is a new algorithm, useful for yo
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:200704
    • 提供者:李冰
  1. circfit

    0下载:
  2. 基于最小二乘估计的圆心拟合,可计算出圆心坐标及半径-Estimates based on least squares fitting of the center of a circle, calculate the center coordinates and radius
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:wmj
  1. cad多个圆心坐标批量提取工具

    0下载:
  2. cad多个圆心坐标批量提取工具,能够把你所选中的圆的圆心坐标批量导出(CAD multiple center coordinates batch extraction tool, you can choose the circle coordinates of the selected center batch export)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:charming715
  1. 圆心拟合

    0下载:
  2. 圆心拟合,利用最小二乘法原理实现拟合过程,比较简单,希望可以帮到你(Center fitting, using the principle of least square method to realize the fitting process, simple, hope to help you.)
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:hutuxb
  1. MATLAB拟合求解圆心和半径

    0下载:
  2. MATLAB拟合求解圆心和半径,通过给定的一系列点的坐标,拟合出最接近的圆(MATLAB fitting for the solution of the center and radius)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:lai东东
« 12 3 4 5 6 7 8 9 10 ... 26 »

源码中国 www.ymcn.org