搜索资源列表
知三点求圆心半径
- 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use sepa
hough圆变换并显示圆心、半径
- 利用VC++6.0和OpenCV1.0进行图像Hough圆变换,在视图中显示检测到的圆心、半径值。
计算零件中心参数
- 通过图像处理,获得了一幅图像是“ 022.bmp”由面阵CCD拍摄的646×556圆环图像,我们需要知道这幅圆环图像的大圆直径、小圆直径、圆心坐标和质心坐标。
CircleDetectionbaseonHough
- 检测图像中的圆形半径和圆心-image detection of circular radius and the center
知三点求圆心半径
- 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use sepa
CircleCenter
- 圆心检测-Detection Center
houghsearchcircle
- 文件给出了matlab语言进行,对二值图像先用sobel 算子找出边缘,再用hough变换找出圆的圆心和半径的程序,并附图像和解释!-documents given Matlab language, the binary image segmentation using the operator to identify the edge then Hough transform to identify the center of a c
Ellipticalscanningconversionandachieve
- 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the
ex_center
- 用matlab计算图片中圆心的坐标,先进行区域分隔,打标记,再计算各个圆心的坐标,有一定的实用型-calculated using Matlab pictures of the center coordinates first regional segregation, marking, calculate the coordinates of the center of each, to a certain extent practi
circle_fitting
- 能够实现对圆周候选点进行最小二乘拟合,得到拟合圆的圆心坐标及其半径-circumference can be achieved right candidate points least squares fitting, be fitting circle's center coordinates and radius
Out
- 画外接圆的C++代码 //计算外接圆半径 //输入参数: // 三角形三点坐标(ddDot0,ddDot1,ddDot2) //输出参数 // 圆心坐标(ddCenter) // 圆心半径(dRad) //成功:返回值>0 //失败:返回值<=0 -Painting circumcircle of C++ Code// calculating the circumcircle rad
mySnake-2
- 基于动态轮廓模型的虹膜定位,在数字图像中虹膜位置的有效定位是虹膜识别的关键问题,与常见的定位方法相比,文中的方法速度快、精度高,而且,对瞳孔初始的伪圆心要求不高,鲁棒性更强-Contour model based on dynamic positioning of the iris, in the digital image of the iris position Effective positioning is the key to
circle_calibration
- 检测图片里的圆,并提取出圆心坐标和半径数据,需要安装OPenCV。-Detection picture in the round, and extracted the center coordinates and radius data, need to install OPenCV.
hough
- 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。-Image processing often requires detection of a round-shaped objects, the program can detect the use of Hough transform and radius of the center circle.
qiuyuanzhouchang
- 此程序是用VC++做好的求圆心用的.基于数学形态学的,各种算法的,很有用哟-This procedure is used VC++ To do a good job of seeking center of a circle used. Based on Mathematical Morphology, various algorithms useful yo
qiuyuanxin
- 此程序是用VC++做好的求圆心位置和半径用的.是一种新的算法的,很有用哟-This procedure is used VC++ To do a good job of seeking central location and a radius used. Is a new algorithm, useful for yo
circfit
- 基于最小二乘估计的圆心拟合,可计算出圆心坐标及半径-Estimates based on least squares fitting of the center of a circle, calculate the center coordinates and radius
cad多个圆心坐标批量提取工具
- cad多个圆心坐标批量提取工具,能够把你所选中的圆的圆心坐标批量导出(CAD multiple center coordinates batch extraction tool, you can choose the circle coordinates of the selected center batch export)
圆心拟合
- 圆心拟合,利用最小二乘法原理实现拟合过程,比较简单,希望可以帮到你(Center fitting, using the principle of least square method to realize the fitting process, simple, hope to help you.)
MATLAB拟合求解圆心和半径
- MATLAB拟合求解圆心和半径,通过给定的一系列点的坐标,拟合出最接近的圆(MATLAB fitting for the solution of the center and radius)