搜索资源列表
椭圆拟合算法c++程序
- 将离散数据进行椭圆拟合的c++源代码
椭圆拟合
- 能识别只能看到部分圆的椭圆拟合优化算法!
fitellipse.rar
- 椭圆拟合,用于在jpg格式的图片上寻找椭圆,并进行拟合,Ellipse fitting to the picture in jpg format to find oval, and fitting
fitellipse.rar
- opencv 椭圆拟合的c++语言实现的代码,opencv fitting elliptical c++ language code
Houghsourcefile.rar
- 用vc编写的Hough算法源代码,可以用于椭圆拟合等,Vc prepared using Hough algorithm source code, can be used, such as ellipse fitting
PhaseDemodulate
- 基于最小二乘法的椭圆拟合,在visual studio2005平台下的c++实现,有QR分解-based on the direct least squares to finish ellipse fitting method with c++
fitellipse.zip
- 计算机视觉和视觉测量中常用的椭圆拟合程序。用于视觉测量中的圆形标志点检测。,Computer vision and visual measurement of the ellipse fitting procedure used. Vision for the measurement of circular signs point detection.
Ellipse-fitting
- 椭圆拟合 以C语言和C++语言算法实现为主-Ellipse fitting to C language and C++ language based Algorithm
Ellipsefitting
- 已知离散的坐标数据,利用这些坐标点进行椭圆拟合的程序-Known coordinates of discrete data points to use these coordinates ellipse fitting procedure
ellipse
- 椭圆拟合,非常精确,能根据给出的点,拟合成椭圆-Ellipse fitting, very precise, according to the given point, the proposed synthetic oval
ellipsefitting
- 输入一组数据,xy值,用来拟合椭圆。只要改变输入数据,该代码就可以直接使用。另附上椭圆拟合算法。-Enter a set of data, xy values, used to fit ellipses. Just change input data, the code can be used directly. Attached on the ellipse fitting algorithm.
ellipse
- opencv 给出一个椭圆拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它-opencv given an example of ellipse fitting, the program first to discover the outline of the image, and then close it with an oval
matlabfitellipsecode
- 对离散数据运用最小二乘法进行椭圆拟合,运行过了觉得还不错就上传了。-Discrete data on the use of least squares method for ellipse fitting, run over a feel good on the uploaded.
fit_ellipse
- 目标轮廓的椭圆拟合,matlab编写,精度很高,-Target contour ellipse fitting, matlab prepared, high precision,
fit_ellipse
- 最小二乘法椭圆拟合 fit_ellipse( x,y,axis_handle ) x,y为坐标点 适用于一般方程哦。好用-Least squares ellipse fitting fit_ellipse (x, y, axis_handle) x, y for the coordinates of points applicable to the general equation Oh. Use
leituoyuantezhengzidongshibiejiyaxiangsutiqudewanz
- 针对视觉检测中高精度、自动化类椭圆图像特征提取的需要,提出一种类椭圆特征自动识别和中心亚像 素定位的完整实现方法。方法中采用基于类椭圆边缘属性对特征区域进行自动识别,采用最小二乘椭圆拟合 精确求取类椭圆亚像素定位中心。实验表明,基于该解决方案,可以实现类椭圆特征的自动识别及椭圆中心的 亚像素定位,定位算法精度较高,鲁棒性强,同时简便易行,不需要人机交互,可以很好地满足视觉检测仪器化 需求。-Vision testing for high-precision, automated
susan
- susan算法,基于MATLAB的椭圆拟合-susan algorithm, MATLAB-based fitting of the elliptical
opencv圆和椭圆拟合
- 圆及椭圆的拟合并输出圆和椭圆的长短轴,使用opencv+vs编写
椭圆拟合
- 用于拟合图像中的椭圆图形,辨识图像中的椭圆。(It is used to fit the ellipse in the image and identify the ellipse in the image.)
跟踪目标的快速椭圆拟合方法
- 跟踪目标的快速椭圆拟合方法的实现,是一篇论文(Fast ellipse fitting method for tracking target.Caj)