-
创建超级链接界面
创建超级链接界面-create hyperlinks interface
- 2022-07-22 06:55:56下载
- 积分:1
-
使用MFC所写的FFT()处理程序; 见 贾永红的《数字图象处理》...
使用MFC所写的FFT()处理程序; 见 贾永红的《数字图象处理》-use MFC written by FFT (); JIA Yong-see "Digital Image Processing"
- 2022-03-21 13:23:40下载
- 积分:1
-
Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOL...
Environment: VC6 Win2K/NT/98
This sample describes the difference between CONSOLE and GUI applications with 20 lines of code.
There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf().
The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT.
As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a p
- 2022-02-03 12:24:58下载
- 积分:1
-
图像模式识别示例之聚类分析,图像模式识别图书附带源码2~
图像模式识别示例之聚类分析,图像模式识别图书附带源码2~-Image Collection examples of pattern recognition analysis, pattern recognition is incidental source books ~ 2
- 2022-03-12 15:19:32下载
- 积分:1
-
图像处理综合小软件 包括打开,关闭,剪切粘贴,放大缩小,生成灰度图等基本功能。
图像处理综合小软件 包括打开,关闭,剪切粘贴,放大缩小,生成灰度图等基本功能。-image processing software includes an integrated small opening, closing, shear paste, zooming, generating grayscale basic functions.
- 2022-04-08 03:44:21下载
- 积分:1
-
数字图像处理的一种罕见的研究,包括调色板,p
一个不可多得的学习数字图像处理的vc++类,包括调色板,像素,大小等等,通过调用这个类可以得到更多的图像信息。是数字图像处理的基类。我学图像处理时一直在用,基本上不用调用API很爽的-a rare study of the Digital Image Processing vc categories, including palette, pixel size, etc., by calling this category can be more image information. Digital image processing is the base class. I studied image processing have been used, basically calling API not very interesting! !
- 2022-07-15 18:29:02下载
- 积分:1
-
数字图像处理演示程序。为配合《数字图像处理学》一书的出版,便于读者在学习中对本书的主要内容加深理解并增加一些直观的感性认识,以便在更好地理解本书内容的基础上进一...
数字图像处理演示程序。为配合《数字图像处理学》一书的出版,便于读者在学习中对本书的主要内容加深理解并增加一些直观的感性认识,以便在更好地理解本书内容的基础上进一步在实践中利用各种图像处理能,特编制了一套实验演示软件。该软件既可以作为教学、演示之用,也可以在实际图像处理中直接应用。由于本软件严格按照软件工程的规范加以制作,并按惯例进行了包装,因此,安装使用极为方便。软件界面采用中文,界面友好、简便,一般不需要特别的专门学习就可以运用。在阅读完该简单说明后,只要动手试一下,便可灵活自如的加以应用。-Digital Image Processing Demonstration Program. To complement the "Digital Image Processing," a book published to facilitate readers in the study of the contents of the book to deepen understanding and increase the number of visual perceptions, in order to better understand the contents on the basis of the practice of using various image processing ability, developed a special experimental demonstration software . The software can be both as a teaching and demonstration purposes, but also in actual direct image processing applications. Since this software in strict accordance with the norms of software engineering to be produced, and the usual packaging, it is extremely easy installation. Chinese software interface, the interface
- 2023-07-09 05:05:05下载
- 积分:1
-
一个反走样的示例程序,可直接解压,没有密码.
一个反走样的示例程序,可直接解压,没有密码.-a programme for resisting of lose shape,can direct decompression by no password.
- 2022-05-21 03:08:04下载
- 积分:1
-
Harris算法是最常用的图像角点检测算法之一。
Harris算法是最常用的图像角点检测算法之一。-HarrisJiaA corner can be defined as the intersection of two edges. A corner can also be defined as a point for which there are two dominant and different edge directions in a local neighbourhood of the pointoDianJianCe
- 2022-09-06 04:55:03下载
- 积分:1
-
由VC实现画矩形、椭圆和随手画功能,对图像处理人员会有帮助...
由VC实现画矩形、椭圆和随手画功能,对图像处理人员会有帮助-paintings by VC rectangular, oval and hand painting functions, image processing staff to be helpful
- 2022-04-30 12:35:17下载
- 积分:1