搜索资源列表
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的
circle.c
- circle.c 在Turboc2下编写整数breshman画圆算法。本程序实现的是画圆算法。-circle.c in Turboc2 prepared integral breshman Circle algorithm. This program is Circle algorithm.
How-to-draw-circle-in-Matlab
- 在MATLAB并无直接指令可进行画圆,本程序是一个不错的画圆程序。-in MATLAB no direct instructions can be Circle, the procedure is a good Circle procedures.
Circle
- 截取图片中的圆形,用鼠标取圆边界点,再裁剪出圆形,即可保存输出圆形。 包含:Win32 API的图像处理;工具栏;bmp等文件的读取、保存。 VS2008下编译成功-Interception of the picture of the round, use the mouse to get round the border points, and then cut out the circle, you can save the
circle-detection-using-hough-transform
- circle detection using hough transform 作者:D J Kcrbywn and T J Atherton, University of Warwick, U.K.霍夫检测圆的IEEE,1995的文章,对指导霍夫变换圆检测的原理有一定的指导。-circle detection using hough transform Author: DJ Kcrbywn and TJ Atherton, Un
Circle
- 在visual c++下用opengl实现中点画圆算法-In visual c++ implementation using the midpoint circle algorithm opengl
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, t
Hough-Circle-Detect
- 可以实现对图像中半径不同的圆形图像区域的检测-Radius of the circle of different detection
circle-detect
- 这是我搜集的用VC编写圆检测程序的一些代码和算法,算法以HOUGH变换为主-This is my collection of circle detection using VC procedures to prepare a number of code and algorithm to transform the main HOUGH
circle-detection
- 采用hough变换对半径未知的圆进行检测-Using hough transform to detect the circle radius of the unknown
Circle-Fit
- 这次上传的程序源码是关于根据给定的xy点,拟合一个圆,依据是半径平方偏差的和。-The upload program source code is about according to the given xy point, fitting a circle, based on the radius squared deviations and.
circle
- bresenham画圆法的实现,图形图像实验的代码。-bresenham circle
Circle
- 在C++环境下,实现画圆,方便实用,简洁快速-In the C++ environment, fulfilling the Circle, convenient and practical, simple and fast
circle
- circle detection using hough method. The code uses openCV library.
circle
- 演示椭圆的曲率圆的动画。该程序演示了椭圆各点的曲率变化及相应的曲率圆圆心的轨迹。-Demonstration of the curvature ellipse circle animation. The program demonstrates the various points of the curvature of the ellipse and the corresponding changes in the curvature
circle
- this code will help you to draw a circle, the input is the radius and no. of point and the center point
circle
- this circle detection in binary image-this is circle detection in binary image
circle
- 实现求解平面上任意一组点集的包含所有点的最小包含圆-Solving the plane to achieve any of a group of point set contains all points of the minimum enclosing circle
Hough-Circle-Detection
- 基于hough变换的圆形检测,非常好用。-Based on hough transform circle detection, very easy to use.
circle
- draw a circle from given informations