搜索资源列表

  1. Hough_edgedetect

    0下载:
  2. 用Hough变换方式检测图像中的圆,vc++可以实现-use Hough transform methods for detection of the image, round can be achieved vc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:蔡黎
  1. mfc_04

    0下载:
  2. 用VC++做的,可以绘出一个运动的圆,并且可以变化。非常有趣!-VC done, the campaign is likely to draw a circle, and can change. Very interesting!
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:117760
    • 提供者:wsx
  1. VCshiyan

    0下载:
  2. VC实验:图形程序设计及其应用 在屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆,而且,每隔四分之一周期,圆的填充色和圆的周边颜色都发发生了变化(颜色自己选取),同时,圆的半径在四分之一周期之内由正弦曲线幅值的0.2倍至0.6倍线性增长 包含文档 源代码-VC experiment : graphic design and application procedures appeared on the screen in th
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1311744
    • 提供者:老宋
  1. Houghcicle.txt

    0下载:
  2. hough变换检测直线和圆,运用hough变换原理检测出来-hough transform linear and circular detection using hough transform detected Principle
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:jakey0000
  1. GuangShanHuiTuYanShi

    0下载:
  2. 这是计算机图形学课程设计程序,实现Breasham、中点、数值微分画线画圆,种子填充、活化边表填充、边填充、Sutherland线段裁减、中点线段裁减、Liang-Basky线段裁减。-This is the computer graphics curriculum design procedures, Breasham, midpoint, numerical differential line drawing Circle, see
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:张楠
  1. Houghellipse

    0下载:
  2. 一个HOUGH变换检测椭圆的小例子,适合于初学者-HOUGH transformation was an ellipse small examples, suitable for beginners
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3554304
    • 提供者:kinny
  1. Computer_Graphics_Algorithm

    0下载:
  2. 该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。-the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simp
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:724992
    • 提供者:青海长云
  1. opengl_circle

    0下载:
  2. 早OPENGL中用逼近的方法画圆,工具是vc++,我刚学opengl,还有很多不懂的地方,希望和大家交流。-early OpenGL used approximation methods Circle, the tool is the vc, I just learning opengl, There are many who do not understand, and we hope that the exchanges.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:蓝西
  1. beautydraw

    0下载:
  2. 一个简单的绘图程序,可以绘制直线,圆,矩形,和画笔工具,可以输入文字,并且可以实现简单的保存功能-a simple drawing program, drawing straight lines, circles, rectangles, and the brush tool, you can enter text, simple and can achieve the preservation of function
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:874496
    • 提供者:王焰辉
  1. console_graphic

    0下载:
  2. 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1744896
    • 提供者:李文
  1. SmithChart-VC

    0下载:
  2. 使用Visual C++ 6.0 开发的史密斯圆图演示程序。类CSmithChart为圆图类,其方法包括确定圆图范围,计算归一化阻抗,放射系数,画X圆,画R圆等。-6.0 using Visual C development of the Smith Chart Demonstration Program. Class CSmithChart round of graphs, including a round map to deter
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:3453952
    • 提供者:高映军
  1. Graphic-example

    0下载:
  2. 矢量图形编程源码,支持直线,圆,椭圆,文字等的绘制。-source vector graphics programming support line, circle, ellipse, the text rendering.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:40960
    • 提供者:xxt
  1. checkCir

    0下载:
  2. 圆孔测量,使用图像识别技术自动检测圆孔的直径,周长,中心坐标等-hole measurement, the use of image recognition technology automatically detects the hole diameter, circumference, the center coordinates etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:9683968
    • 提供者:yms
  1. iplab

    0下载:
  2. 最小二乘法圆拟合.编译运行后随便打开一个图片,当然最好是全白的图片,然后就点吧,大于三个点后就会开始拟合。红线画的圆为拟合的圆,深蓝的点为鼠标点击设置的样本点。单击鼠标右键清空样本集。 -least squares fitting round. After running compiler casually open a picture, of course, the best are the white photographs,
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:175104
    • 提供者:da
  1. GDITaskB

    0下载:
  2. 画图程序,实现了划线,圆,椭圆,方形,并且解决了窗口变化后所画图形消失的问题,并有打印功能-drawing procedures, a line, circle, oval, square, and the resolution of the window changes to the painting disappeared graphics, and printing functions
  3. 所属分类:打印编程

    • 发布日期:2024-05-20
    • 文件大小:50176
    • 提供者:李海
  1. shap

    0下载:
  2. 画几何图形,圆弧,弦,椭圆,圆饼,矩形多边形,多义线-painting geometry, arc, chord, oval, round cake, rectangular polygon, multi-line
  3. 所属分类:分形几何

    • 发布日期:2024-05-20
    • 文件大小:139264
    • 提供者:曹国成
  1. 2

    0下载:
  2. 模式识别与人工智能,圆检测HOUGH变换的改进算法-Pattern Recognition and Artificial Intelligence, HOUGH transform circle detection algorithm to improve
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:238592
    • 提供者:llxxhh2002
  1. 1.Houghchange

    0下载:
  2. 图像处理源代码,Hough变换检测椭圆。-Image processing source code, Hough transform ellipse detection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:243712
    • 提供者:march
  1. CAD

    0下载:
  2. 该系统提供了对直线,矩形,圆,圆弧,图形文本和其他诸如“组”之类的对象的绘制,擦除,移动,拷贝等操作。还提供了只显模式,可以当作一个简单的图形浏览器使用。此外,CAD系统还提供了一个打印工具包来打印已绘制的图形。-The system provides a straight line, rectangle, circle, arc, text and other graphics such as
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:56320
    • 提供者:小白
  1. DrawCirclePrj

    0下载:
  2. 用MFC画一圆,填充颜色,不段变大成指定半径,然后右移,重画时删除过去的画像-First round draw with MFC, filling color, do not change Dacheng specified radius paragraph, and then shifted to right, re-painting portraits of the past when the delete
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:3456000
    • 提供者:xiaochong
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org