搜索资源列表
Drawpicture.rar
- 计算机图形学中的综合程序,具有绘制直线、曲线、圆、填充多边形、图形裁剪、曲线拟合等功能。,Computer graphics in an integrated process, has drawn a straight line, curve, circle, polygon fill, graphics, cutting, curve fitting functions.
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
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
tiquyuanhuan
- 利用matlab的2014版本做的,可以提取圆环的颜色不同的圆环,然后拟合后计算半径。-2014 version of the matlab to do, can extract rings of different colors circle, then radius is calculated after fitting.
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.
CircleFit
- 能够进行平面圆的拟合 matlab语言,牛顿迭代法-Be able to fit the plane 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)
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.)