-
显示动态图标,是学习图标显示的好例子
显示动态图标,是学习图标显示的好例子-show dynamic icon, is learning icon shows a good example
- 2022-03-03 02:42:09下载
- 积分:1
-
得到24位位图的一个点的颜色值
得到24位位图的一个点的颜色值 -Getting the RGB value of a point in a 24-bit image
- 2022-07-23 02:45:42下载
- 积分:1
-
自己写的图像处理程序,很简单的功能。可以灰度,包饱度,对比度调节。...
自己写的图像处理程序,很简单的功能。可以灰度,包饱度,对比度调节。
-Write their own image processing program, a very simple function. Can be gray, including saturation, contrast adjustment.
- 2023-05-08 08:35:02下载
- 积分:1
-
其实颜色直方图简单来说,就是统计图像中具有某一特定颜色的象素点数目而形成的各颜色的直方图表示,不同的直方图代表不同图片的特征...
其实颜色直方图简单来说,就是统计图像中具有某一特定颜色的象素点数目而形成的各颜色的直方图表示,不同的直方图代表不同图片的特征-color histogram simple fact, it is statistical image with a specific color of the pixel number of points which are in the color histogram, different pictures representing different histogram feature
- 2022-01-26 00:58:16下载
- 积分:1
-
VC++ 图像处理系统
图像处理系统是一个典型的图像处理软件,主要用gdi+完成。它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。图像显示模块该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。图像转换模块该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。图像处理模块该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。字符识别模块该模块主要包含手写数字识别。
- 2022-10-24 13:25:04下载
- 积分: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
-
图像点跟踪的程序,需要安装opencv! 大家试一试,效果还不错!...
图像点跟踪的程序,需要安装opencv! 大家试一试,效果还不错!-image tracking procedures, the need to install OpenCV! We try, the results were pretty good!
- 2023-08-08 04:05:03下载
- 积分:1
-
OpenCV是一个强大的图形图像处理插件,而且是开源。对于图像处理的朋友很有帮助...
OpenCV是一个强大的图形图像处理插件,而且是开源。对于图像处理的朋友很有帮助-OpenCV is a powerful graphic image processing plug-ins, but also open source. Very useful for image processing a friend
- 2022-02-28 18:24:50下载
- 积分:1
-
YUV、BMP转换的小程序
YUV、BMP转换的小程序-YUV, BMP conversion of small programs
- 2022-03-07 00:15:00下载
- 积分:1
-
image processing, the image Fourier transformation, a good source code
图像与处理时,对图像进行傅立叶转化,很好的源代码-image processing, the image Fourier transformation, a good source code
- 2022-08-17 23:55:40下载
- 积分:1