-
VB for image proceesing library handy
VB for image proceesing library handy
- 2022-03-25 17:25:20下载
- 积分:1
-
firewire cam controller.
firewire cam controller.
- 2022-02-03 05:51:23下载
- 积分:1
-
该程序是用VC为工具编写的有关位图操作等完整的源代码,适合位图操作学习。...
该程序是用VC为工具编写的有关位图操作等完整的源代码,适合位图操作学习。-Include complete sourcecode for bitmap operation,based on Visual C++.Suitable for learning of bitmap operation.
- 2022-03-05 12:24:15下载
- 积分:1
-
画图程序,可以话直线,矩形,圆,椭圆和多边形
画图程序,可以话直线,矩形,圆,椭圆和多边形-Paint program, you can, then straight, rectangular, round, oval and polygon
- 2022-07-26 15:34:14下载
- 积分:1
-
超简单的皮肤例子,不知道是皮肤被人搞得很复杂,还是被我搞得很简单,为了方便操作,我在里面使用了DC类来操作,如果不喜欢完全可以只用bilbit来做...
超简单的皮肤例子,不知道是皮肤被人搞得很复杂,还是被我搞得很简单,为了方便操作,我在里面使用了DC类来操作,如果不喜欢完全可以只用bilbit来做-Super-simple skin example, do not know the skin was Gaode very complicated, or was I inspired is very simple, in order to facilitate the operation, I used the DC inside the class to operate, if you do not like to do can only bilbit
- 2022-07-08 19:29:53下载
- 积分:1
-
实现多边形分割,对于任何的多边形只需输入分割点都可以分割,自相交除外...
实现多边形分割,对于任何的多边形只需输入分割点都可以分割,自相交除外-Realize polygon partition, for any partition of the polygon points only need to input can be divided, except for self-intersection
- 2022-01-26 03:23:51下载
- 积分:1
-
以实例为导向,对实例代码进行层层图解的方式,由浅入深的介绍VC++开发的基本理论。是VC++ 初学者的好帮手。...
以实例为导向,对实例代码进行层层图解的方式,由浅入深的介绍VC++开发的基本理论。是VC++ 初学者的好帮手。-Notebook for beginner of learning VC++
- 2023-06-12 00:40:03下载
- 积分:1
-
把任一窗口的内容存为位图。有兴趣的下载试试看,只是个小程序。...
把任一窗口的内容存为位图。有兴趣的下载试试看,只是个小程序。-put the contents of a window of survival for bitmap. Interested try to download, it is a small procedure.
- 2022-08-20 04:14:08下载
- 积分: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.
- 2022-09-05 00:30:03下载
- 积分:1
-
展示动态生成并处理菜单的工具,并以一个画图程序来说明。...
展示动态生成并处理菜单的工具,并以一个画图程序来说明。-Display dynamically generated and deal with the tools menu, and a drawing to illustrate the procedure.
- 2022-06-22 02:40:29下载
- 积分:1