文件名称:CircleFitByPratt
介绍说明--下载内容均来自于网络,请自行研究使用
Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2)
Output: Par = [a b R] is the fitting circle:
center (a,b) and radius R
Note: this fit does not use built-in matrix functions (except "mean"),
so it can be easily programmed in any programming language-Input: XY (n, 2) is the array of coordinates of n points x (i) = XY (i, 1), y (i) = XY (i, 2) Output: Par = [ab R] is the fitting circle: center (a, b) and radius R Note: this fit does not use built-in matrix functions (except " mean" ), so it can be easily programmed in any programming language
Output: Par = [a b R] is the fitting circle:
center (a,b) and radius R
Note: this fit does not use built-in matrix functions (except "mean"),
so it can be easily programmed in any programming language-Input: XY (n, 2) is the array of coordinates of n points x (i) = XY (i, 1), y (i) = XY (i, 2) Output: Par = [ab R] is the fitting circle: center (a, b) and radius R Note: this fit does not use built-in matrix functions (except " mean" ), so it can be easily programmed in any programming language
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CircleFitByPratt.m