登录
首页 » 图形图像 » 图形基本形状单元绘制程序, 值得参考,运行通过,做了一些优化....

图形基本形状单元绘制程序, 值得参考,运行通过,做了一些优化....

于 2023-08-27 发布 文件大小:404.52 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

图形基本形状单元绘制程序, 值得参考,运行通过,做了一些优化.-Basic shape of unit graphics drawing program, it is also useful, run through, to do some optimization.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是周昆编写《VC++数字处理》一书随光盘源代码,对于初学数字处理来说很有用
    这是周昆编写《VC++数字图像处理》一书随光盘源代码,对于初学数字图像处理来说很有用-This is the preparation of "VC Digital Image Processing," a book with CD-ROM source code for beginner digital image processing useful term
    2022-11-21 00:40:03下载
    积分:1
  • FS, by itself, creates a new FS or raises the existing singleton*.
    FS, by itself, creates a new FS or raises the existing singleton*.- FS, by itself, creates a new FS or raises the existing singleton*.
    2022-03-02 01:22:50下载
    积分:1
  • IM is a toolkit for Digital Imaging. IM is based on four concepts : Image Repres...
    IM是一个用于数字成像的工具箱。IM基于四个概念:图像表示、存储、处理和捕获。该库的主要目标是为科学应用程序提供一个简单的API和图像抽象。支持最流行的文件格式:TIFF、BMP、PNG、JPEG、GIF和AVI。图像表示包括科学数据类型。大约有一百种图像处理操作可用。这项工作是通过与CIRM/CENPES的合作在Tecgraf/PUC Rio开发的。IM团队:Antonio Esca Jiong Scuri Tecgraf Computer Graphics Technology Group,巴西里约大学http://www.tecgraf.puc-rio.br/im
    2022-04-20 11:12:31下载
    积分:1
  • 识别钻石对角线轮廓的源程序
    识别钻石对角线轮廓的源程序-Diagonal contour diamond identification of the source
    2022-03-02 13:44:06下载
    积分:1
  • barcode generation principle : bar code data of the first part by the seven figu...
    条形码的生成原理: 条形码的第一数据部分是由 7个数字形成的,其形成的方法详述如下: n 首先使用 产生和 匹配的字母码,该字母码有6个字母组成,字母限于A和B。产生字母码的列表如下 字母码 0 AAA 1 AABABB 2 AABBAB 3 AABBBA 4 ABAABB 5 ABBAAB 6 ABBBAA 7 ABABAB 8 ABABBA 9 ABBABA 表一 映射表 n 将 和 产生的字母码按位进行搭配,来产生一个数字-字母匹配对。并通过查表来得到 形成的条形码第一数据部分。 将 和C进行搭配,并通过查表得到 形成的条形码的第二数据部分。 该映射表如表二所示: 数字-字母匹配对 二进制信息 0A 0001101 0B 0100111 0C 1110010 1A 0011001 1B 0110011 1C 1100110 2A 0010011 2B 0011011 2C 1101100 3A 0111101 3B 0100001 3C 1000010 4A 0100011 4B 0011101 4C 1011100 5A 0110001 5B 0111001 5C 1001110 6A 0101111 6B 0000101 6C 1010000 7A 0111011 7B 0010001 7C 1000100 8A 0110111 8B 0001001 8C 1001000 9A 0001011 9B 0010111 9C 1110100 表二 数字-字母映射表 n 绘制条形码:通过映射表二得到的二进制数码进行绘制,1对应黑线,0对应白线。 -barcode generation principle : bar code data of the first part by the seven figures formed, and the formation of detailed as follows : n the first use of the alphabet and matching code, the code l
    2022-01-25 20:25:14下载
    积分:1
  • OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部...
    OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (reprocessing spent)
    2022-10-19 07:10:03下载
    积分:1
  • 本程序介绍了如何使用vc++对人脸进行三维建模等
    本程序介绍了如何使用vc++对人脸进行三维建模等-This procedure describes how to use the vc++ To face three-dimensional modeling
    2022-01-28 15:13:22下载
    积分:1
  • OpenCV态学膨胀、腐蚀
    应用背景对图像进行腐蚀和膨胀处理,可以实现调节的力度,通过腐蚀和膨胀的结合使用,可以自动连接图像的破损部分,或者消除图像的多余部分。关键技术关键技术:opencv中,膨胀函数的使用和腐蚀函数的使用。还包括opencv读取图像,显示图像窗口,以及其他opencv函数的调用。
    2022-07-26 16:16:52下载
    积分:1
  • 需要d3d 9SDK,一个引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。...
    需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。 -D3D 9SDK needs, a part of the graphics engine, including 3DS MAX plug-derived model file import, quadtree LOD, etc.
    2022-02-03 10:14:09下载
    积分:1
  • histogram generator
    2022-02-10 02:49:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载