搜索资源列表
circle
- 定义一个圆类,计算圆的面积和周长。 要求:分别用成员函数和友元函数来求圆的面积和周长。 -Class defines a circle, calculate area and circumference of a circle. Requirements: member function respectively, and a friend function to find area and circumference of a circle.
FindCircles
- opencv find circle source code
circle
- This program uses principle of the Image Processing to find center of circles.
circle
- 这个是用OPENCV库函数在WIN32控制台中编写的,功能是实现轮廓跟踪,并画出轮廓,此程序得出的是圆的轮廓,求得圆的中心和半径,将此圆画出,与实际的圆形成对比。 -This is OPENCV library function in the preparation of WIN32 console, feature tracking is to achieve the outline and draw the outline, this procedure is to draw the o
Circle
- find the circle radius java application
ChiLunJiSuan
- 这是一个关于齿轮的齿顶圆和齿根圆半径的计算程序,先将图片预处理和二值化,然后进行边缘检测求出圆心,最后用平均法求出半径。-This is an addendum on the gear tooth root radius circle and the calculation procedure, the first image preprocessing and binarization, edge detection and then find the center of a circle,
houghGUI
- To find circle using hough transform
find-circle
- 用C++实现检测在复杂环境中的目标靶标圆心-find circle
circle
- 标记一个图像中最大连通域的质心,并求出其坐标-Mark an image in the center of mass of the largest connected domain, and find the coordinates
Circle-Fitting.m
- circle fitting to find damping
hough-find-circle
- 一个C++程序,用于寻找图像中的圆形目标,用hough算法编写的-Used to find circular target in the image using hough algorithm written
min-circle
- 最小圆:实现求出点集的最小覆盖圆,此代码经调试后没有错误-The smallest circle: find the point set minimum coverage round, this code by debugging errors
circle
- 这是我为我孩子写的程序,输入园 的半径,求出周长和面积-this program is for my children,insert radius the program will find the c and s of circle
Hough-transform-to-get-circle
- 用HOUGH变换在彩色图片中找圆,目前参数只能找到比较标准的圆-to find cirle in a color picture with HOUGH transform
Get-Circle-Coordinate-And-Radius
- 給三點座標(X,Y),找圓心半徑的小工具。-To three coordinates (X, Y), find the center radius gadget.
find-center
- 圆心定位程序,用来找到图像中所有的圆形,标出圆心,主要作用是做定位的-find the center of the circle,the program can find all the circle of the image ,and find its center
Euler-circle
- matlab程序,Fleury算法,在一个Euler图中找出Euler环游-Matlab program, Fleury algorithm, to find the Euler around in a Euler diagram
Circle
- 1. 声明一个Circle类,有:数据成员Radius(半径),成员函数GetArea()计算圆的面积,构造函数Circle(float radius)进行初始化和析构函数。在主函数中创建一个Circle类的对象进行测试(输入一个数值,作为Circle类对象的半径,调用该对象的GetArea()求以该数值为半径的圆的面积)。-1. Declaring a Circle class are: data members Radius (Radius), member function GetArea
find-ciecle
- halcon找圆心例程,包括坐标,大小,敬请通过-halcon find circle
find+circle
- 找出一个圆的中心点或多个圆的中心。。。。(Find the center of a circle or the center of multiple circles...)