-
在VC++ 6.0环境下实现红外图像的识别,有测试图片
在VC++ 6.0环境下实现红外图像的识别,有测试图片-In the VC++ 6.0 environment to achieve infrared image recognition, a test image
- 2022-07-11 07:04:39下载
- 积分:1
-
利用Opengl编写的一个池塘中莲花开花的一个动画
利用Opengl编写的一个池塘中莲花开花的一个动画-Opengl prepared to use a pond, a lotus flower animation
- 2023-02-02 19:50:05下载
- 积分:1
-
方块编码程序
本程序采用了最简单的方块编码对512×512的lena图像进行了编码
运行程序后可以看出,方块取得越大,图像编码后失真越大。...
方块编码程序
本程序采用了最简单的方块编码对512×512的lena图像进行了编码
运行程序后可以看出,方块取得越大,图像编码后失真越大。-Box coding procedures used in this process the most simple box of 512 × 512 encoding the lena image after the encoding run the program we can see that the box to obtain the greater the greater the distortion image is encoded.
- 2023-02-06 18:10:04下载
- 积分:1
-
Sometimes, when writing papers, we would like to receive reference point in the...
有时,在写论文时,我们想获得参考文献中曲线上点的信息(x坐标,y坐标),得到点信息后就可以在matlab上生成与参考文献中相似的曲线,使用本程序就可以参考文献的点信息,使用时,可以把参考文献(一般为PDF文件)中曲线拷到“画图”中,然后生成BMP图像,就可以用本程序进行处理-Sometimes, when writing papers, we would like to receive reference point in the curve of information (x coordinate, y coordinate), and point information can then generate matlab and reference literature is similar to the curves, the use of this procedure can reference literature point of information, when used, can be references (usually PDF files) in the curve Kaodao
- 2022-06-15 12:52:57下载
- 积分: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
-
图像读取c++源代码,不使用特定类库,很适合学习
图像读取c++源代码,不使用特定类库,很适合学习-The image to read c++ source code, do not use a specific library, it is suitable for learning
- 2022-07-02 12:49:42下载
- 积分:1
-
图像拼接在超声波医学图像的应用,对图像拼接的专业人员有用...
图像拼接在超声波医学图像的应用,对图像拼接的专业人员有用-The application demonstrate the use of Image Mosaicing in ultrasound medical image, and is specially useful for the professionals engaged on Image Mosaicing.
- 2022-11-14 01:40:03下载
- 积分:1
-
TIFF图像处理代码,支持GROUP4格式,和支持LZW压缩图象格式,但需要额外的包支持。...
TIFF图像处理代码,支持GROUP4格式,和支持LZW压缩图象格式,但需要额外的包支持。-TIFF image processing code, support GROUP4 format, and support for LZW compressed image format, but require additional support packages.
- 2022-03-18 02:27:34下载
- 积分:1
-
使用此工具可以将代码夹杂在BMP文件中。处理后仍然是一个正常的BMP,可以显示,只是文件个头稍大。 JBuilder下开发。...
使用此工具可以将代码夹杂在BMP文件中。处理后仍然是一个正常的BMP,可以显示,只是文件个头稍大。 JBuilder下开发。
-Use this tool to code in a mixture of BMP file. Treatment is still a normal BMP, can show only slightly larger file size. JBuilder under development.
- 2022-02-04 20:34:06下载
- 积分:1
-
C #画图板做简单的程序,你可以用鼠标拖动…
用C#做的简易画图板程序,可以用鼠标拖动划线,画圆等-With C# Drawing board to do simple procedures, you can use the mouse to drag the line, circle, etc.
- 2022-02-05 18:50:17下载
- 积分:1