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

资源列表

« 1 2 ... .38 .39 .40 .41 .42 143.44 .45 .46 .47 .48 ... 862 »
  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. 封装的DIB

    0下载:
  2. MFC中没有封装DIB,这里是自己写的DIB函数库-MFC no Packaging DIB, here is the DIB to write his library
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8185
    • 提供者:胡强丰
  1. 常用函

    0下载:
  2. 常用图象处理函数,进行各种图象处理可以参考,很有价值-common image processing functions, various image processing can reference value
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2071
    • 提供者:ben
  1. 定时小闹钟

    0下载:
  2. 编辑一个时钟提醒工具,当运行该程序后, 显示当前系统时间,并且出现提醒时间设定, 输入要提醒的时间和提醒的事件,程序运行, 在到达设定时间时,程序会提醒!-edit a clock to remind tool when executing the procedure, the system shows the current time, there is also set to remind time, the importation would like to remind the time
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5623
    • 提供者:笑月
  1. java图象缩放

    0下载:
  2. 利用java自身提供的方法来实现对图象的缩放处理,程序小只有2k,但是处理后的效果不好,不能满足高质量的缩放需求!-use for their own methods to achieve the right image scaling with the procedure only 2k small, but after the results are not satisfactory and could not meet demand for high-quality zoom!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:24401
    • 提供者:杨坚
  1. 256色图像灰度图

    0下载:
  2. 256色图像灰度图,来自于源码中国 www.Cn700.com-256 grayscale color images from the source in China www.Cn700.com
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:31857
    • 提供者:戴曙君
  1. 边沿检测与提取轮廓跟踪的图象算法

    0下载:
  2. 边沿检测与提取轮廓跟踪,来自于源码中国 www.Cn700.com-edge detection and extraction of contour tracking, source from China www.Cn700.com
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:31889
    • 提供者:戴曙君
« 1 2 ... .38 .39 .40 .41 .42 143.44 .45 .46 .47 .48 ... 862 »
搜珍网 www.dssz.com