搜索资源列表
airimg_wy(10-5)
- 使用Hough变换检测圆的示例。该程序可以确定图像中每个圆的圆心位置。-detection Yuan example. The procedure can be identified image of the center of a circle round each location.
ex_center
- 用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 practical
sanweizuobiao
- 根据空间三点坐标来计算三点所在圆心,可以应用到测量领域
circfit
- 基于最小二乘估计的圆心拟合,可计算出圆心坐标及半径
IPLab_20061006
- 基于最小二乘法圆的拟合,通过已知的一组x,y坐标可以求其圆心坐标及半径!
caozuo
- 用matlab语言 分别判断出三个圆的圆心,并且求出这三个圆之间的距离
ellipse
- MATLAB中画椭圆的自定义函数:ellipse,用后才会发现这个函数的强大功能! 在ellipse之函数当中,其输入之变数分别如下: -ra 椭圆之长轴半径,可为列矩阵,若为列矩阵时,代表可同时绘制许多椭圆。 -rb 椭圆之矩轴半径,可为列矩阵,如ra。 -ang 水平轴之倾斜角,以弧度表示。可为列矩阵,但ra、rb、ang三者之矩阵数应相同。 -x0,y0 圆心之座标,可为矩阵,若为矩阵时,代表可同时绘制许多不同圆心位置之椭圆。 -C 椭圆线之颜色 -Nb 绘椭圆
cannHui
- 基于canny的灰色预测和模式识别,标定的一种做法是:在一块平板上画若干个点, 同时用这两部相机照相,分别得到这些点在它们像平面上的像点,利用这两组像点的几何关系就可以得到这两部相机的相对位置。然而,无论在物平面或像平面上我们都无法直接得到没有几何尺寸的“点”。实际的做法是在物平面上画若干个圆(称为靶标),它们的圆心就是几何的点了。而它们的像一般会变形,如图1所示,所以必须从靶标上的这些圆的像中把圆心的像精确地找到,标定就可实现。
最小二乘法拟合球心的程序
- 最小二乘法拟合球心的程序,若需要拟合圆心,稍加修改即可,LSQ method for sphere center fiting
QuanLongCircleCalibration
- 计算机视觉中的基于圆的标定,用迭代求圆心-calibration based on circle,get the center of circle using iteration
minCircle
- 三点最小覆盖圆法,给出三点坐标,可以求得其三点的最小覆盖圆的圆心坐标和半径-mincircle of three points
circle
- 求圆心坐标和圆半径,在已知圆面积情况下,-For the center coordinates and circle radius, circle an area of known circumstances,
2008
- 基于08数模竞赛A题建立了特殊的数学模型,基于此模型的程序代码能够十分精确搜索圆心坐标-08 digital-analog-based A title race to establish a special mathematical model, based on this model the program code can be very precise center coordinates search
middlg
- 1. 建立一个基本对话的exe工程,并命名为circle; 2. 插入一个对话框资源,以在此对话框上输入圆心坐标、半径及颜色,并为此建立一个新类,命名为CDlg; 3. 在IDD_CIRCLE_DIALOG上删除已有控件,并添加一个Button,命名为Button1; 4. 在CcircleDlg内添加3个double型成员变量,命名为x,y,r,然后添加1个COLORREF的成员变量,命名为color; 5. 在CDlg内加入3个Edit box,在加入一个button2;
Line-circle
- C++实现计算机图形学算法,绘制线(数值微分法、中点画线法、Bresenham法),绘制圆(圆心半径画圆、中心点画圆算法)-C++ realization of computer graphics algorithms, rendering line (numerical differential method, the stipple method of lines, Bresenham method), draw the circle (center of a circle radius d
around
- 地球绕圆心的运动,对各位应该有启发地球绕圆心的运动-The Earth' s movement around the center of a circle, there should be instructive for you
hough
- 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform for finding circles in the image.
hough
- hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
MATLAB拟合求解圆心和半径
- MATLAB拟合求解圆心和半径,通过给定的一系列点的坐标,拟合出最接近的圆(MATLAB fitting for the solution of the center and radius)
圆度误差,最小二乘法求半径圆心
- 圆度误差评估,最小二乘法求半径圆心,最小外接圆matlab程序