登录
首页 » GDI-Bitmap » BMP image to realize the corrosion, swelling, as well as related treatment, help...

BMP image to realize the corrosion, swelling, as well as related treatment, help...

于 2022-07-10 发布 文件大小:316.72 kB
0 202
下载积分: 2 下载次数: 1

代码说明:

实现对BMP图像的腐蚀,膨胀,以及相关的处理,有助于提高图像的质量!-BMP image to realize the corrosion, swelling, as well as related treatment, help to improve image quality!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 自己制作的一个很象肾型的图案,很好看,不过还有待于改进...
    自己制作的一个很象肾型的图案,很好看,不过还有待于改进-they produced a lot like the kidney-type design, very good, but also be improved.
    2022-07-05 12:48:44下载
    积分:1
  • 多点计算,峰值计算,随机产生n_gene个基因段,随机产生个体的同源基因段3...
    多点计算,峰值计算,随机产生n_gene个基因段,随机产生个体的同源基因段3-more, the peak, randomly generated n_gene genes of randomly generated individual gene homology of the three
    2022-03-17 18:41:42下载
    积分:1
  • computer graphics show an image, when users click with the left mouse button ima...
    计算机图形学显示一个图像,当用户用鼠标左键单击图像上任何一点后,填充该图像。-computer graphics show an image, when users click with the left mouse button images of any point on, filled with the images.
    2022-03-10 02:37:59下载
    积分:1
  • 这是计算机图形学进行多边形区域填充的算法实现
    这是计算机图形学进行多边形区域填充的算法实现-This is the computer graphics for the Polygon Fill Algorithm
    2022-09-03 22:10:02下载
    积分:1
  • 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又...
    平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个n*n的模板数组。另外,读者需要注意一点,在用窗口扫描图像过程中,对于图像的四个边缘的像素点,可以不处理;也可以用灰度值为"0"的像素点扩展图像的边缘。下面给出了采用加权均值滤波的图像平滑函数代码和效果图:-smoothing filter general, the image of energy is mainly focused on the low-frequency part of the noise lies mainly in the high-frequency band, which system to extract the vehicle Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information, we Institute enforcement of the content. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Image Smoothing in
    2022-02-01 03:05:13下载
    积分:1
  • 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生...
    帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
    2022-12-31 03:15:03下载
    积分:1
  • 一个小巧的基于单文档界面的3D字体显示例程
    一个小巧的基于单文档界面的3D字体显示例程-a compact based on a single document interface 3D fonts show routines
    2023-05-02 05:10:02下载
    积分:1
  • 在内存中绘图实现动态绘图而不闪烁
    在内存中绘图实现动态绘图而不闪烁-in memory mapping dynamic graphics without scintillation
    2022-05-13 17:12:34下载
    积分:1
  • GDI画图程序源代码,具有丰富的画图功能。
    GDI画图程序源代码,具有丰富的画图功能。-GDI drawing program source code, is rich in drawing functions.
    2022-08-18 16:44:00下载
    积分:1
  • 可以抓取当前屏幕,完成按下键盘的“PringScreenSysRq“键的功能。不同的是,这个程序还可以在抓取框中滚动抓取来的屏幕,可将其直接保存为BMP位图文件...
    可以抓取当前屏幕,完成按下键盘的“PringScreenSysRq“键的功能。不同的是,这个程序还可以在抓取框中滚动抓取来的屏幕,可将其直接保存为BMP位图文件。-You can grab the current screen, press the keyboard to complete the "PringScreenSysRq" button function. The difference is that this program can also grab the box to scroll the screen grab can be directly saved as a BMP bitmap file.
    2022-01-22 15:03:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载