搜索资源列表
fitcircle
- 一个高效的matlab代码,用来拟合图像中的圆
ellipsefit.rar
- MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码,Based on MATLAB to achieve a least-squares fitting oval direct algorithm source code
circle_fit.rar
- 毕设,圆拟合程序,使用最小二乘法。 输出圆心,半径。,Picasso, circle fitting procedures set, using least-square method. Output circle, radius.
hough 圆 拟合
- HOUGH 检测圆,效果不错的,欢迎下载,matlab版本的
matlabfitellipsecode
- 对离散数据运用最小二乘法进行椭圆拟合,运行过了觉得还不错就上传了。-Discrete data on the use of least squares method for ellipse fitting, run over a feel good on the uploaded.
loacation_nornmalization_iris
- 采用最小均方差法对虹膜瞳孔定位,虹膜外圆定位,归一化及其增强处理,圆拟合-Using least-mean-variance method of positioning the iris pupil, iris outer location, normalized and enhanced handling, circle fitting
fit_ellipse
- 目标轮廓的椭圆拟合,matlab编写,精度很高,-Target contour ellipse fitting, matlab prepared, high precision,
circle
- 这是根据点拟合圆和直线的matlab程序,比较简单实用-This is the basis of points won and a straight line fitting the matlab procedure is relatively simple and practical
jiyuzuixiaoerchengfagaijindesuijituoyuanjiance
- 为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有效的. 与原算法相比,新算法降低了对参数的依赖性,提高了检测
circle_fit
- 圆方程的拟合Matlab代码 -Fitting equation round round Matlab code for fitting equations Matlab code
lsge-matlab
- 用matlab实现的二维圆拟合和三维圆拟合
circlefitting
- 实用的圆拟合程序,已成功运行,在图像处理方面得到广泛应用-circle fitting programe,it runs well.
ellipse-fit-based-on-matlab
- 直线、平面、圆和椭圆拟合程序,该程序基于matlab,对学习这方面的知识有一定帮助。-circle,ellipse,straight line and plane fit based on matlab.
xianlunihe-matlab
- 工程线形拟合中,圆曲线最小二乘法拟合计算方法-Engineering linear fitting, round curves least squares fit
matlab-circle-fitting
- 提供一个完整有用的MATLAB圆拟合程序及其说明-MATLAB provides a complete circle fitting program useful and descr iptions
CircleFitByTaubin
- 基于MATLAB中的圆拟合程序,通过该拟合程序可以很好的,对所需点进行拟合-The circle fitting based on MATLAB program, through the fitting program can be very good, to the fitting of the points needed
CircleFit
- 能够进行平面圆的拟合 matlab语言,牛顿迭代法-Be able to fit the plane circle
拟合圆
- 根据X和Y两组数据,将两组数据在X-Y平面上最小二乘法拟合出圆(According to X and Y two sets of data, the two sets of data in the X-Y plane, the least square method of fitting the circle)
内接圆识别与拟合matlab源代码
- 用法: I=imread('hand_contour.png'); [R cx cy]=max_inscribed_circle(I) 返回值为圆心坐标cx,cy,半径为R。(Usage: I = imread (' hand_contour. PNG '); [R cx cy]=max_inscribed_circle(I) The return value is center cx, cy, radius R)
MATLAB拟合求解圆心和半径
- MATLAB拟合求解圆心和半径,通过给定的一系列点的坐标,拟合出最接近的圆(MATLAB fitting for the solution of the center and radius)