登录
首页 » GDI-Bitmap » 封装了一个类CImage,实现BMP图像的读取、显示及出来操作,非常适合图像处理初学者参考。...

封装了一个类CImage,实现BMP图像的读取、显示及出来操作,非常适合图像处理初学者参考。...

于 2022-05-30 发布 文件大小:128.92 kB
0 111
下载积分: 2 下载次数: 1

代码说明:

封装了一个类CImage,实现BMP图像的读取、显示及出来操作,非常适合图像处理初学者参考。-Packaging, a category CImage achieve BMP images read, and showed up operation, very suitable for beginners reference image processing.

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

发表评论

0 个回复

  • 这个程序实现了图像的滤波,经过滤之后,图像噪点可以被去除...
    这个程序实现了图像的滤波,经过滤之后,图像噪点可以被去除-This procedure realize image filtering, followed by filtering, image noise can be removed
    2022-07-22 03:11:00下载
    积分:1
  • 图像处理的一些简单源代码,包括平移旋转傅里叶变换等等,另包括特征点配准...
    图像处理的一些简单源代码,包括平移旋转傅里叶变换等等,另包括特征点配准-Some simple image processing source code, including the Fourier transform shift rotation, etc., and the other feature points, including registration
    2022-01-20 22:38:08下载
    积分:1
  • 本书深入的介绍了wisndows 95 / 98 /我/我/ 2000 / XP环境下的图像处理…
    本书深入介绍了Wisndows 95/98/Me/ME/2000/XP环境下图像处理的理论和编程技术,并基于面向对象程序设计方法,详细地讨了图像处理算法的Visual C++编程技巧。全书共分9章,主要包括图像基本操作、调色板技术、图像的特技显示与擦除、图像空间变换、图像频或变换、图像处理、图像编码与格式等编程技术。 这是附书光盘.-The book describes in depth Wisndows 95/98/Me/ME/2000/XP environment image processing theory and programming techniques, and procedures based on object-oriented design methodology, a detailed discussion of the image processing algorithm Visual C++ programming skills. Book is divided into 9 chapters, including basic operation images, color palette, image and the erasure of the stunt show, image space conversion, image frequency or transform, image processing, image coding and programming formats. This is a CD-ROM attached to the book.
    2022-02-14 01:10:01下载
    积分:1
  • VC例程:该程序是由VC编写的有关颜色拾取器源代码(完整)
    VC例程:该程序是由VC编写的有关颜色拾取器源代码(完整)-VC this program is compile by VC,source code about how to pick the color of screen.(full)
    2023-01-12 13:40:03下载
    积分:1
  • 用windows GDI 做的推箱子游戏,很经典,为学习windows GDI编程的同志提供了很好的例程...
    用windows GDI 做的推箱子游戏,很经典,为学习windows GDI编程的同志提供了很好的例程-Windows GDI to do with the game of Sokoban is a classic, in order to learn programming windows GDI Comrade routine provides a good
    2022-09-15 09:15:03下载
    积分:1
  • GraphBrain 一个很好的力表制作类。 功能:可用作制作各种柱状图,饼形图,等等多种图表。 环境:vc++ 6.0 内有详细使用说明和示例程序...
    GraphBrain 一个很好的力表制作类。 功能:可用作制作各种柱状图,饼形图,等等多种图表。 环境:vc++ 6.0 内有详细使用说明和示例程序.-GraphBrain a very good power production category table. Functions: the production of all kinds can be used as a histogram, pie chart, and so a variety of charts. Environment: vc++ 6.0, there are detailed instructions and sample programs.
    2023-07-22 22:40:03下载
    积分:1
  • cgraphview是一个类,提供multiplot二维数据的可视化。该…
    CGraphView is a class that provides multiplot 2D data visualization. It is capable of simultaneous drawing for up to 32 2D plots. CGraphView class is derived from CView MFC class and could be used as base class for different kinds of 2D data plot views. Features supported: -Autoscale -Zooming -Fit width, height and page -Mouse coordinates tracing -Interactive add, remove and edit points -Ability to add and display interactively up to 15000 points per second (depends on the speed of the computer) 作者为Paul Barvinko -CGraphView is a class that provides multiplot 2D data visualization. It is capable of simultaneous drawing for up to 32 2D plots.CGraphView class is derived from CView MFC class and could be used as base class for different kinds of 2D data plot views. Features supported :-Autoscale-Zooming-Fit width, height and page-Mouse coordinates tracing-Interactive add, remove and edit points-Ability to add and display interactively up to 15000 points per second (depen
    2022-02-25 06:34:57下载
    积分:1
  • 一个非常不错的vc GUI编程源码。画出的图形能够相应鼠标事件...
    一个非常不错的vc GUI编程源码。画出的图形能够相应鼠标事件-A very good source vc GUI programming. Draw graphics to the corresponding mouse events
    2022-07-12 00:55:02下载
    积分:1
  • The use of a bitmap to imitate simple programming examples Empire 02. I came to...
    一组使用位图模仿帝国的简单编程事例 02.我来了 03.让我动吧 04.别给我框框 05.走四方 06.穿越丛林 07.广阔天地 08.脚踏实地 09.狩猎谋生 10.快一点 11.再快一点 12.地图编辑器-The use of a bitmap to imitate simple programming examples Empire 02. I came to the 03. Let me move it 04. Do not give me frame 05. Walk 06 Quartet. Through the jungle 07. Wide World 08. Down-to-earth 09. 10 to make a living hunting. fast 1:11. 1:12 faster. Map Editor
    2022-02-07 04:49:35下载
    积分:1
  • 样条曲线的绘制,spline曲线是很好的拟合曲线,给出控制点,就可以得到很平滑的spline样条曲线...
    样条曲线的绘制,spline曲线是很好的拟合曲线,给出控制点,就可以得到很平滑的spline样条曲线-Drawing spline curves, spline curve fitting is a very good curve, control points are given, it can be very smooth spline-spline curve
    2023-01-09 17:35:03下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载