-
图形图像处理中小波压缩编码的码头喇叭实现,非常简单,只是调用系统函数...
图形图像处理中小波压缩编码的码头喇叭实现,非常简单,只是调用系统函数-graphics processing wavelet compression coding to achieve the terminal loudspeaker, very simple, just call functions
- 2022-01-20 23:18:42下载
- 积分:1
-
BMP或JPG或GIF的图片,这个图片上有若干个小正方形,我想要得到每个正方形的颜色...
BMP或JPG或GIF的图片,这个图片上有若干个小正方形,我想要得到每个正方形的颜色-get color
- 2022-07-23 13:22:48下载
- 积分:1
-
实现图像、控件的淡入淡出,很不错。 Visual C 6.0
实现图像、控件的淡入淡出,很不错。 Visual C 6.0-Realize image, fade control, is pretty good. Visual C 6.0
- 2023-01-15 20:40:04下载
- 积分:1
-
BMP beginners learn to read the bottom of the code, debugging can be run, and in...
初学者学习底层BMP读取的代码,调试后可运行,并且包含bmp格式学习资料,对初学BMP格式的人很有帮助。-BMP beginners learn to read the bottom of the code, debugging can be run, and includes learning materials bmp format, BMP format for beginner people very helpful.
- 2022-01-25 22:34:14下载
- 积分:1
-
this program read the image of numbers from 1to 9
this program read the image of numbers from 1to 9
- 2022-06-01 13:23:46下载
- 积分:1
-
利用地图的经纬度数据绘制地图的程序,生成地图的大小可调,范围可调...
利用地图的经纬度数据绘制地图的程序,生成地图的大小可调,范围可调-The use of map data of the latitude and longitude mapping procedures, to generate the map size tunable, adjustable range
- 2023-06-17 13:55:03下载
- 积分:1
-
中值滤波是图像增强常用的方法。程序中参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。...
中值滤波是图像增强常用的方法。程序中参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。-Median Filtering is the common method of Image-enhancing.In the application ,the parameter "Hori" is a BOOL variable,which is TRUE for the operation of Horizon Median Filter or FALSE for the Vertical Median Filter.
- 2022-03-24 03:49:51下载
- 积分:1
-
函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot)
采用Bresenham算法生成直线...
函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot)
采用Bresenham算法生成直线段的坐标-function int line_coor (int x, int y1, x2 int, int y2, struct* dot DOT) Bresenham algorithm used to create line and the coordinates of
- 2022-03-18 23:33:23下载
- 积分:1
-
CxImage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TI...
CxImage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.
- 2023-04-07 14:20:03下载
- 积分:1
-
前几天要写一段在Windows CE 下拷屏的程序,但是CE不支持GetDIBits这个API,这可难坏了我,在网上查了半天资料,最后用CreateDIBSec...
前几天要写一段在Windows CE 下拷屏的程序,但是CE不支持GetDIBits这个API,这可难坏了我,在网上查了半天资料,最后用CreateDIBSection搞定,现封装成一个函数SaveDCToBMP,方便大家使用-A few days ago to write a section in the Windows CE screen copy of the procedures, but CE does not support GetDIBits this API, it can be difficult for me out of online information search for a long time, and finally get to use CreateDIBSection, it is packaged as a function SaveDCToBMP, to facilitate the use of U.S.
- 2022-04-25 06:31:20下载
- 积分:1