CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 图形图象 2D图形编程

资源列表

« 1 2 ... .56 .57 .58 .59 .60 161.62 .63 .64 .65 .66 ... 862 »
  1. appendix

    0下载:
  2. 一些其本的图象处理方法,其中包括哈夫 直线检测,灰度图的转换,边界锐化 提取-some of the image processing methods, including Melissa linear detection, grayscale conversion, extraction border Sharpening
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3587098
    • 提供者:王国发
  1. 完整的画图程序

    0下载:
  2. 二维画图程序,包括画直线,圆,多边形,曲线,随手画等,还可以写文本。是图形学很好的演示程序。-2D drawing program, including painting straight lines, circles, polygons, curves, such as finger painting, but also wrote the text. Graphics is a good demonstration program.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:158772
    • 提供者:wgxwgx
  1. 眼睛 鼠标 跟随 Eyes 背景

    0下载:
  2. 一个眼睛跟随的小程序,眼珠跟随鼠标的移动,可以改变大小和形状,设置背景图片 需要raize控件-a small eyes follow the procedures eyes follow the movement of the mouse, can change the size and shape of set background images need to raize Controls
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:15421
    • 提供者:邢封
  1. nurbs++3_0_10

    1下载:
  2. 非均匀有理b样条曲线nurbs的C++源码库。-non-uniform rational b-spline NURBS curves of the C + + source library.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1064399
    • 提供者:孙斌
  1. Testinterface1.0

    0下载:
  2. 一个不错的波形显示程序、向左移动,带XP按钮。本用于气压控制的,拿出来共享一下!:)-a good waveform display program, left Mobile, with XP button. The pressure for the control of the show to share what! :)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:466643
    • 提供者:江胜峰
  1. 才24124

    0下载:
  2. 图象的平滑(去噪声),锐化 注释详细 代码条例清楚-image smoothing (to noise), Unsharp Notes Ordinance clearly detailed code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:23404
    • 提供者:利菲
  1. 234234

    0下载:
  2. 图象的半影调和抖动技术 source目录下为本章介绍的源程序 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-penumbral image dithering techniques to reconcile source directory for the chapter describes the
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:23259
    • 提供者:利菲
  1. 553213tr

    0下载:
  2. 直方图修正和彩色变换 source目录下为本章介绍的源程序 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-and color histogram that transform source directory for the chapter describes the functions of the source
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:29748
    • 提供者:利菲
  1. 75673452

    0下载:
  2. 腐蚀,膨胀,细化算法 source目录下源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-corrosion, swelling, thinning algorithm source directory source function is corrosion, swelling, thinning algorith
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:15690
    • 提供者:利菲
  1. 936414

    0下载:
  2. 边沿检测与提取,轮廓跟踪 source目录下为源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-edge detection and extraction, contour tracking source directory function is the source for edge detection and
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:31705
    • 提供者:利菲
  1. 图形学线圆的实现算法

    0下载:
  2. 这是本人在学习计算机图形学时用C++BUILDER编辑的画图软件,主要用于认识画圆画线的图形学算法的实现-this is my learning to use computer graphics C BUILDER editors drawing software, mainly for understanding Circle line drawing graphics algorithm implementation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:595045
    • 提供者:朱磊
  1. 基本画线实现算法

    0下载:
  2. 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:584157
    • 提供者:朱磊
« 1 2 ... .56 .57 .58 .59 .60 161.62 .63 .64 .65 .66 ... 862 »
搜珍网 www.dssz.com