-
实现图象的平滑(去噪声),锐化
命令行编译过程如下
vcvars32
rc bmp.rc
cl smooth.c bmp.res user...
实现图象的平滑(去噪声),锐化
命令行编译过程如下
vcvars32
rc bmp.rc
cl smooth.c bmp.res user32.lib gdi32.lib
-Achieve image smoothing (to noise), the process of sharpening the following command-line compiler vcvars32rc bmp.rccl smooth.c bmp.res user32.lib gdi32.lib
- 2022-03-19 16:09:31下载
- 积分:1
-
B杨条曲线算法 可以实现鼠标绘制B样条曲线
B杨条曲线算法 可以实现鼠标绘制B样条曲线-curve algorithm can be drawn mouse B-spline curves
- 2023-04-30 16:35:03下载
- 积分:1
-
利用Builder C++ 6.0编写的简单的图形处理工具,支持颜色、线条、图形的变化。原来是我读书时候的一次大作业。...
利用Builder C++ 6.0编写的简单的图形处理工具,支持颜色、线条、图形的变化。原来是我读书时候的一次大作业。-use C Builder 6.0 simple graphics processing tools, support color, lines, Graphic changes. I was reading the original time of a big operation.
- 2023-08-04 13:10:03下载
- 积分:1
-
C++编写的下楼梯的游戏,原创代码,大家多多支持。
C++编写的下楼梯的游戏,原创代码,大家多多支持。-C++ Prepared under the staircase of the game, original code, everyone can support.
- 2022-06-21 02:59:15下载
- 积分:1
-
从BMP文件加载位图并显示BMP文件有四个部分。第一个我..
从BMP文件中装入位图并显示
the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more rgbquad structures the final section is the actual bits that define the bitmap image.
by the way, the bmp file holds a device independent bitmap and sometimes the extension used is dib.
the steps outlined below is valid for both windows 95 and windows nt. on windows 95, you can also use the loadimage() function to load a bitmap from a file. although windows nt also supports this function, it does not support the lr_loadfromfile flag. -from BMP file loaded bitmap and show the bmp file has four sections. The first is bitmapfileheader. This contains t
- 2022-03-02 16:58:15下载
- 积分:1
-
生成B_spline样条曲线的程序,大家试试看,欢迎提出改进意见
生成B_spline样条曲线的程序,大家试试看,欢迎提出改进意见-generation B_spline spline curve procedure, we try to welcome suggestions for improvement
- 2022-12-01 20:30:03下载
- 积分:1
-
随着鼠标位置的不同,鼠标的形状也相应的变化,请尝试
随着鼠标位置的不同,鼠标的形状也相应的变化,请尝试-position with the different mouse, the mouse in the shape of the corresponding changes, please try
- 2023-07-24 15:20:02下载
- 积分:1
-
编程实现活动的三维图像!程序中通过线程和计时器的,加上对windows图像API的简单调用,和图像算法的融合,实现的活动三维图像!
编程实现活动的三维图像!程序中通过线程和计时器的,加上对windows图像API的简单调用,和图像算法的融合,实现的活动三维图像!-Programming Events of the three-dimensional image! Proceedings through the thread and timer, plus images of the windows of a simple API call, and image fusion algorithm, the realization of three-dimensional image of the Events!
- 2022-01-30 16:40:32下载
- 积分:1
-
一个用GDI绘制的仪器仪表,能够动态显示其功能,只要稍加改变,就可以用在其他行业领域,
一个用GDI绘制的仪器仪表,能够动态显示其功能,只要稍加改变,就可以用在其他行业领域,-GDI rendering a used instrument, be able to dynamically display and its function, as long as a little change, you can use in other industries and fields,
- 2022-10-18 18:40:03下载
- 积分:1
-
一个MFC的GDI画图各种函数的演示程序
一个MFC的GDI画图各种函数的演示程序-MFC-GDI drawing a variety of functions of the demo program
- 2022-08-07 09:17:40下载
- 积分:1