-
  MFC (Microsoft Foundation Class Library) 中的各种类结合起来构成了一个应用程序框架,它的目的就是让程序员在此...
MFC (Microsoft Foundation Class Library) 中的各种类结合起来构成了一个应用程序框架,它的目的就是让程序员在此基础上来建立Windows下的应用程序,这是一种相对SDK来说更为简单的方法。本文介绍c++界面设计.-MFC (Microsoft Foundation Class Library) of the various categories combined constitute an application framework, its purpose is to allow programmers to establish the basis in this application under Windows, this is a relatively simple SDK for more methods. This article describes c++ Interface design.
- 2022-03-25 03:53:31下载
- 积分:1
-
MFC基于内存设备环境的双缓冲作图的实例
MFC基于内存设备环境的双缓冲作图的实例-Memory-based device context of mapping instances of double buffering
- 2022-06-13 10:59:31下载
- 积分:1
-
图象处理的基础,包过点运算,空间运算,频域运算,等等.是入门的基础...
图象处理的基础,包过点运算,空间运算,频域运算,等等.是入门的基础-the basis of image processing, packet-off point operations, space operations, the frequency domain computation, and so on. The foundation is the entry
- 2023-02-15 19:45:04下载
- 积分:1
-
对一帧灰度图像进行canny算子的边缘检测,在VC环境下编译
对一帧灰度图像进行canny算子的边缘检测,在VC环境下编译-on a gray image canny operator of edge detection, the VC environment compiler
- 2022-09-05 09:40:03下载
- 积分:1
-
应用DC绘图的实例,简洁明了适合初学者参考;同时又ButtonST的应用。...
应用DC绘图的实例,简洁明了适合初学者参考;同时又ButtonST的应用。-Examples of application of DC mapping, concise reference for beginners and ButtonST applications.
- 2022-02-15 18:02:47下载
- 积分:1
-
用GDI+对图像进行读取、反转、生成灰度图等处理。并拥有redo和undo功能。是学习GDI+图像编程一个非常好的参考实例!...
用GDI+对图像进行读取、反转、生成灰度图等处理。并拥有redo和undo功能。是学习GDI+图像编程一个非常好的参考实例!-use GDI+ to read images, inversion, generating grayscale handle. And a redo and undo function. Learning GDI+ image programming a very good reference example!
- 2023-09-05 20:15:03下载
- 积分:1
-
介绍如何从数据库中读取图像字段,并显示出来
介绍如何从数据库中读取图像字段,并显示出来-Describes how to read images from the database field, and displayed
- 2022-10-22 05:05:03下载
- 积分:1
-
声音波形程序,正弦波的叠加,分析和图形化,可以自定义公式。...
声音波形程序,正弦波的叠加,分析和图形化,可以自定义公式。-Program for displaying waveform of the sound, addition of the sine wave, analysis and visualization. You can also freely define the formulation.
- 2022-10-23 04:45:04下载
- 积分:1
-
直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.l...
直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib Note : running, documents c : test.bmp must exist
- 2023-04-23 12:20:03下载
- 积分:1
-
1.对比度增强:计算并显示图像直方图,直方图均衡;
2.图像分割:Otsu算法;
3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨...
1.对比度增强:计算并显示图像直方图,直方图均衡;
2.图像分割:Otsu算法;
3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。
-1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization
2. Image Segmentation: Otsu algorithm
3. Second, the value of the image opening and closing operation of mathematical morphology. Require the input image binarization, and then inflated to achieve erosion, corrosion expansion of the last call to achieve the opening and closing. Are given at least two different shapes and sizes of structural elements
- 2022-03-11 12:05:35下载
- 积分:1