-
OTSU algorithm can be calculated adaptive threshold (for conversion to gray scal...
OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The following code from the earliest to provide Ryan Dibble, after a more than Joerg.Schulenburg, R. Z. Liu amend the correction.
- 2022-03-12 03:00:58下载
- 积分:1
-
一个简单的画图工具
一个简单的画图工具-A simple drawing tool
- 2022-04-19 00:30:48下载
- 积分:1
-
vc实现画图功能
vc实现画图功能-vc function
- 2022-03-06 04:21:29下载
- 积分:1
-
这是一二
这是一个二维 8*8块的离散余弦变换(DCT)以及反变换(IDCT)算法,采用VHDL实现-This is a two-dimensional 8* 8 discrete cosine transform (DCT) and inverse transform (IDCT) algorithms using VHDL realize
- 2022-01-27 11:57:49下载
- 积分:1
-
暴风影音的源代码,完全基于插件的框架模式,欢迎大家使用,提出意见...
暴风影音的源代码,完全基于插件的框架模式,欢迎大家使用,提出意见-Storm video and audio of the source code, based entirely on the framework model of plug-ins are welcome to use the U.S. to put forward their views
- 2022-05-12 10:10:41下载
- 积分:1
-
模范photoshop Filter的一个
模范photoshop Filter的一个-model of a
- 2023-04-21 23:00:04下载
- 积分:1
-
基于分形几何的植物模拟研究
这个程序是基于C#采用分型递归算法模拟植物的生长过程,程序比较简单基础,完全可以运行。
- 2022-04-14 20:17:03下载
- 积分:1
-
这时一个形状各不相同的窗体程序,例子给出了多种形状的窗体。...
这时一个形状各不相同的窗体程序,例子给出了多种形状的窗体。-Shape when a different form procedures, examples are given a variety of shapes form.
- 2022-08-19 08:36:37下载
- 积分:1
-
可以方便快速的显示多种格式的图像,如JPEG、BMP、Tiff等
可以方便快速的显示多种格式的图像,如JPEG、BMP、Tiff等- May facilitate the fast demonstration many kinds of forms the
picture, like JPEG, BMP, Tiff and so on
- 2023-04-10 14:10:03下载
- 积分:1
-
纯C语言开发的图标/图片按钮源代码,这个程序中使用了字体font, 绘制形状shape, 绘制边edge, 绘制颜色color, 使用刷子brush 和钢笔pe...
纯C语言开发的图标/图片按钮源代码,这个程序中使用了字体font, 绘制形状shape, 绘制边edge, 绘制颜色color, 使用刷子brush 和钢笔pen完成。
-Although Windows has a really cool GUI, sometimes the way standard buttons look quite does not meet our requirements. We may then choose buttons with a style called "owner-draw". The owner has to draw the button in every aspect (background, border, text, image) of every situation that requires drawing (click, enable, focus, etc.).It took me days to come up with something functional, Now here is some simple, reliable code: if it proves useful I will write something about owner-draw buttons with text (dealing with fonts, shapes, edges, colorrefs, brushes and pens).
- 2022-08-10 21:55:53下载
- 积分:1