-
这是用C#编写的画图程序,自认为各类的定义和逻辑都很清晰,能基本实现作图的所有功能,实现了Undo和Redo,对于画图编辑的朋友很有帮助....
这是用C#编写的画图程序,自认为各类的定义和逻辑都很清晰,能基本实现作图的所有功能,实现了Undo和Redo,对于画图编辑的朋友很有帮助.-This is a C# Prepared drawing process, consider all types of self-definition and the logic is very clear, can realize the basic mapping of all the features realize the Undo and Redo, for drawing useful editing friends.
- 2022-02-26 13:55:08下载
- 积分:1
-
一个vc程序
用gdi和定时器在用户区内做了一个漂亮的小钟
一个vc程序
用gdi和定时器在用户区内做了一个漂亮的小钟-A vc program gdi and timers used in the user area to do a pretty small bell
- 2022-01-27 11:55:39下载
- 积分:1
-
水晶连连看的游戏,你一定不陌生吗?可是你想过自己来编出这个游戏吗?如果你没有,那你就要看看这个源代码了,本源代码,完全实现了水晶连连看,就是水晶连连看的源代码!...
水晶连连看的游戏,你一定不陌生吗?可是你想过自己来编出这个游戏吗?如果你没有,那你就要看看这个源代码了,本源代码,完全实现了水晶连连看,就是水晶连连看的源代码!在一定程度上比水晶连连看原版还好!-Crystal Lianliankan game, you certainly no stranger to it? But you thought of themselves made out of the game? If you do not, you will have to see the source code, and source code, the full realization of the crystal Lianliankan is Crystal Lianliankan source code! to some extent better than the original crystal Lianliankan!
- 2022-09-18 20:50:03下载
- 积分:1
-
一个小程序,可以观看autocad dxf矢量格式图型。
一个小程序,可以观看autocad dxf矢量格式图型。-a small program can be watched autocad dxf vector graphics format.
- 2023-01-29 08:10:03下载
- 积分:1
-
按压缩比将BMP转换为JPG,属于图象压缩方面的
按压缩比将BMP转换为JPG,属于图象压缩方面的-Compression ratio will be in accordance with BMP converted to JPG, are aspects of image compression
- 2022-05-24 12:25:49下载
- 积分: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
-
java写的2D图形程序集(可jcreator3.5编译…
使用Java书写的图形学2D程序集合(可以用JCreator3.5编译),程序包括交互式编辑,常用曲线(抛物线,三次参数样条,Beizer,B样条),还有多边形填充,2D旋转和字体示例-written in Java 2D graphics procedures set (which can be used JCreator3.5 compiler), including interactive editing procedures, common curve (parabola, the three parameters of the sample, Beizer, B-Spline), and filled polygon, 2D rotation and font sample
- 2022-03-13 23:47:20下载
- 积分:1
-
更多的,高峰,随机生成的n_gene基因随机产生的个体…
多点计算,峰值计算,随机产生n_gene个基因段,随机产生个体的同源基因段0-more, the peak, randomly generated n_gene genes of randomly generated individual homologous gene 0
- 2022-05-17 22:57:21下载
- 积分:1
-
CSharp图像处理中比较全面的教程!基本的图像处理算法都包括在内!...
CSharp图像处理中比较全面的教程!基本的图像处理算法都包括在内!-CSharp image processing in a more comprehensive tutorial! Basic image processing algorithms are included!
- 2022-03-01 18:08:13下载
- 积分:1
-
机遇vc编写的数字信号处理的函数库,非常好用
机遇vc编写的数字信号处理的函数库,非常好用-opportunities vc prepared by the digital signal processing functions, very handy
- 2022-07-12 16:48:11下载
- 积分:1