搜索资源列表
iplab
- 最小二乘法圆拟合.编译运行后随便打开一个图片,当然最好是全白的图片,然后就点吧,大于三个点后就会开始拟合。红线画的圆为拟合的圆,深蓝的点为鼠标点击设置的样本点。单击鼠标右键清空样本集。 -least squares fitting round. After running compiler casually open a picture, of course, the best are the white photographs, then on the point bar, more th
33
- 用最小二乘法拟合圆的算法,求出圆的特征值
CircleFit
- 最小二乘法拟合圆-Using least-sqares algorihtm fitting circle
Drawpicture.rar
- 计算机图形学中的综合程序,具有绘制直线、曲线、圆、填充多边形、图形裁剪、曲线拟合等功能。,Computer graphics in an integrated process, has drawn a straight line, curve, circle, polygon fill, graphics, cutting, curve fitting functions.
5555
- 用最小二乘法拟合圆的圆心和半径 源代码-Using least squares fit circle' s center and radius of the source code
79419130ellipse
- 本程序是关于最小二乘椭圆拟合的中心定位程序,定位精度较高。-This program is about the least-squares ellipse fitting center locator, positioning accuracy.
Cjiaodian
- 胶点检测,自动绘出胶点的拟合边缘点以及拟合圆-Gel-point detection, automatic draw dot fitting edge points and fitting circle
circle-detection
- 用最小二乘法拟合圆和椭圆的可执行文件,通过设置相关参数可以达到很好的检测效果。-Using the method of least squares fitting circle and ellipse executable file, through setting related parameters can achieve very good detection effect.
11
- 本程序利用OPENCV实现了圆形以及椭圆的拟合,并输出椭圆以及圆的中心坐标。-This procedure using OPENCV achieve a circular and elliptical fitting, and outputs the ellipse and the circle center coordinates.
matlab_fit_ellipseAndshow
- matlab_fit_ellipseAndshow这是用matlab进行光斑拟合的程序,是整理了别人的拟合算法。并让其显示出拟合圆及被拟合的点。使用十分方便,初学者可以拿着练习下。可以直接使用显示,内附使用说明。-matlab_fit_ellipseAndshow This is the spot using matlab fitting procedure is finishing someone else' s fitting algorithm. And let it show fi
least_squares_analysis_0809
- (1)最小二乘法拟合圆(二维平面); (2)将拟合结果写入txt文件-least squares fitting
PolynomialFitting
- 多边形拟合 圆拟合,C++编写,VS2008编译器,程序可以直接运行-Polygon fitting circle fitting, C++ written, VS2008 compiler, the program can be run directly
CircleFitByKasa
- 拟合圆的matlab程序,主要参考Kasa所做研究内容-Fitting circle matlab program, the main reference Kasa done research
CircleFitByTaubin
- 基于MATLAB中的圆拟合程序,通过该拟合程序可以很好的,对所需点进行拟合-The circle fitting based on MATLAB program, through the fitting program can be very good, to the fitting of the points needed
RandomCircle3D
- 空间圆 拟合代码 RANSAC 算法 通过测试,可以处理点云数据。-Spatial circle fitting code with RANSAC algorithm through the test, you can handle the point cloud data.
PoleLikeObjDet
- 圆拟合算法,用于从扫描线点云数据中拟合圆弧,从而提取出弧段点集。-The circular fitting algorithm is used to fit the arc the point cloud data of the scan line to extract the set of arc points.
内接圆识别与拟合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)
拟和圆程序
- 通过多个点来拟合圆形的算法,实现高精度的拟合(A high precision fitting is achieved by fitting a circular algorithm through multiple points.)
fitcircle
- 根据圆弧上多点的实测数据,拟合计算圆心坐标和圆的半径(According to the measured data of multiple points on the arc, the coordinates of the center of the circle and the radius of the circle are calculated and fitted.)
Ransac拟合直线和圆
- C# 实现直线拟合,圆拟合 ransac算法,剔除忽略点(C# realizes line fitting and circle fitting with ransac algorithm to eliminate the ignored points)