-
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
-
简单的作图例子,实现画线、圆、矩形等功能
简单的作图例子,实现画线、圆、矩形等功能-Simple mapping example, the realization of drawing a line, round, rectangular and other functions
- 2022-07-11 02:50:07下载
- 积分:1
-
这个是一个交通指示的演示程序,利用基本的几何图形来表示各种人和车,利用灯的颜色来指示通过或者停止....
这个是一个交通指示的演示程序,利用基本的几何图形来表示各种人和车,利用灯的颜色来指示通过或者停止.-This is a demonstration of the traffic instructions procedures, the use of basic geometric shapes to express various persons and vehicles, the use of light colors instructions through or stop.
- 2022-05-31 07:23:38下载
- 积分:1
-
以前玩ra2时,就想用抓取屏幕动画,试了很多工具都不理想。后来发现,那是因为大家想的不够简单...
以前玩ra2时,就想用抓取屏幕动画,试了很多工具都不理想。后来发现,那是因为大家想的不够简单-before playing RA2, wanted to use screen capture animation, try a lot of tools has not been satisfactory. It was later discovered, it is because you want a simple enough
- 2022-05-08 11:42:14下载
- 积分:1
-
这是一个表情识别方面的程序,里面附带一个表情库,用VC++做的...
这是一个表情识别方面的程序,里面附带一个表情库,用VC++做的-expression detection
- 2023-09-09 23:05:04下载
- 积分:1
-
使用Visual C++模拟波纹效果。这对人们有用…
用VC实现的水波效果,对图像处理人员会有帮助-Use Visual C++ to simulate the ripple effect. This may be useful for the people who persue in image processing.
- 2022-03-07 02:43:23下载
- 积分:1
-
GeomCalc: 几何基本工具库GeomCalc的工程 GeomCalc.dll: 输出的动态链接库 GeomCalc.lib: 输出的连接库 cadbas...
GeomCalc: 几何基本工具库GeomCalc的工程 GeomCalc.dll: 输出的动态链接库 GeomCalc.lib: 输出的连接库 cadbase.h: 输出类与输出函数的头文件- GeomCalc : geometric basic tools for the project GeomCalc GeomCalc.dll : output of dynamic link library GeomCalc.lib : output libraries cadbase.h : output and output functions like the first paper
- 2022-04-02 11:25:47下载
- 积分:1
-
How to access the memory of a process (such as game patches, the process of patc...
如何访问一个进程中的内存(比如游戏补丁、进程补丁等)
深入window
-How to access the memory of a process (such as game patches, the process of patch, etc.) window depth
- 2022-03-13 11:31:26下载
- 积分:1
-
To display bmp,JPG, other formats and convert to other formats and compression a...
To display bmp,JPG, other formats and convert to other formats and compression as well.
- 2023-03-19 00:05:04下载
- 积分:1
-
允许应用程序开发人员在打印机或屏幕上显示信息,而不用去考虑显示设备的具体细节。应用程序开发人员调用GDI+ classes 提供的方法(methods),这些方...
允许应用程序开发人员在打印机或屏幕上显示信息,而不用去考虑显示设备的具体细节。应用程序开发人员调用GDI+ classes 提供的方法(methods),这些方法将依次传到指定的设备驱动程序上。 -Permit application development staff in the printer or screen display information, rather than spent to consider the details of the display device. Application developers to call GDI+ Classes provide methods (methods), these methods will be followed by spread to the specified device driver on.
- 2023-02-12 05:15:04下载
- 积分:1