登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:GDI
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这...

Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact. And this programme is to find out the longest line in the image.

1
下载
60
浏览
2022-09-05发布

2. 产生水纹效果示例,简单明了,VC++ 6.0,可参考

产生水纹效果示例,简单明了,VC++ 6.0,可参考-Have the effect of水纹example, simple, VC++ 6.0, may refer to

1
下载
53
浏览
2022-09-04发布

3. 虚拟坐标测量机见模,控制像机运动及实时成像

虚拟坐标测量机见模,控制像机运动及实时成像-virtual coordinate measuring machine see mode, control camera movement and real-time imaging

1
下载
46
浏览
2022-09-04发布

4. do image processing when used in the 7 x 7 MEXICAN fliter the template effect qu...

做图像处理时用到的7×7的mexican fliter,该模板的效果很不错哦,压缩文件中有效果图。-do image processing when used in the 7 x 7 MEXICAN fliter the template effect quite Oh, compressed files are illustrated.

1
下载
67
浏览
2022-09-03发布

5. 这是计算机图形学进行多边形区域填充的算法实现

这是计算机图形学进行多边形区域填充的算法实现-This is the computer graphics for the Polygon Fill Algorithm

1
下载
58
浏览
2022-09-03发布

6. 图像处理源码,包括:点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像复原,图像编码等等...包含各种算法...

图像处理源码,包括:点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像复原,图像编码等等...包含各种算法-Image processing source code, including: point operations, geometric transformations, orthogonal transform, image enhancement, morphological transformation, edge and contour, image analysis, image restoration, image coding, etc. ... contains a variety of algorithms ...

1
下载
64
浏览
2022-09-03发布

7. lighting effect, so images lighting effect, the creation of different angles of...

光照效果,使图像具有光照效果,可设置不同角度的光照,请参看源码注释-lighting effect, so images lighting effect, the creation of different angles of illumination, please refer to the source Notes

1
下载
68
浏览
2022-09-03发布

8. 有关图像处理软件中常用功能的程序代码集体,比如图像的缩放,旋转,灰度变换等等。...

有关图像处理软件中常用功能的程序代码集体,比如图像的缩放,旋转,灰度变换等等。-the image processing software commonly used function of the collective code, such as image scaling, rotation, etc. Transform Gray.

1
下载
80
浏览
2022-09-03发布

9. 小程序的OCR识别,和大家分享,学习学习

ocr识别的小程序,和大家分享, 学习学习-ocr recognition of small procedures, and to share, learning to learn

1
下载
70
浏览
2022-09-02发布

10. 用C实现的,基于bmp图像格式的数字图像水印算法!

用C实现的,基于bmp图像格式的数字图像水印算法!-Using C to achieve, bmp image format based on Digital Image Watermarking Algorithm!

1
下载
85
浏览
2022-09-02发布

11. mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉...

mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能 -mydate.dat Click on the first character of the file, open spots, Reading into the character study of character has been preserved automatic keyboard characters, letters, numbers and Chinese characters as simple to identify the complex Chinese characters. Please use a learning function

1
下载
87
浏览
2022-09-01发布

12. 频率

频域滤波:要进行频域的图像增强,滤波是非常重要的,常用平滑、锐化和同态三种滤波器-Frequency-domain filtering: To carry out frequency domain, image enhancement, filtering is very important, often smooth, sharpen, and three kinds of filters with the state of

1
下载
86
浏览
2022-09-01发布

13. 该实例介绍了在C#中如何进行GDI编程,通过该实例可以让读者对C#中GDI编程有一个初步了解。 注:该源码系引用他人...

该实例介绍了在C#中如何进行GDI编程,通过该实例可以让读者对C#中GDI编程有一个初步了解。 注:该源码系引用他人-the examples in C# how GDI programming, through which readers can be examples for C# programming GDI is a preliminary understanding. Note : The source is quoted others

1
下载
63
浏览
2022-08-31发布

14. 脱机字符识别:手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法...

脱机字符识别:手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法-Offline Character Recognition : handwritten figures identifiable Fisher Linear Discriminant, handwritten figures identifiable template matching method, digital identification neural network, thinning algorithm

1
下载
59
浏览
2022-08-31发布

15. 主要是关于 图形图象处理方面的光照代码 的源代码开发工具为VC++...

主要是关于 图形图象处理方面的光照代码 的源代码开发工具为VC++ -mainly on the graphics image processing illumination source code development tools for VC

1
下载
51
浏览
2022-08-26发布

16. In a dialog to open a window, are zoned on the horizontal axis and vertical axis...

在一个对话框上开一个窗口,分别划上水平轴和纵坐标轴,实时显示类似示波器的图形-In a dialog to open a window, are zoned on the horizontal axis and vertical axis, real-time graphical display similar to oscilloscope

1
下载
50
浏览
2022-08-26发布

17. 实现基本画图功能(直线,圆,矩形等)

实现基本画图功能(直线,圆,矩形等)-achieve basic drawing functions (line, circle, rectangle, etc.)

1
下载
68
浏览
2022-08-26发布

18. 一个图像处理程序,可以二值化图像,进行各种滤波,边缘提取

一个图像处理程序,可以二值化图像,进行各种滤波,边缘提取-an image-processing program, two binary images, various filtering, edge detection

1
下载
73
浏览
2022-08-26发布

19. 基于VC++编的角点检测程序的OpenCV。

基于OPENCV的,用VC++编的角点检测程序.-Based on the OPENCV with VC++ Series of corner detection procedures.

1
下载
44
浏览
2022-08-25发布

20. BetterBmpButton_src一个位图按钮的类

BetterBmpButton_src一个位图按钮的类-BetterBmpButton_src a bitmap button category

1
下载
54
浏览
2022-08-25发布