-
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
-
这是一个MFC写的OpenGL雪景,程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,对用MFC写OpenGL程序有很...
这是一个MFC写的OpenGL雪景,程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,对用MFC写OpenGL程序有很好指导作用。-OpenGL Drawing For Vc++
- 2023-03-14 12:35:04下载
- 积分:1
-
Windows DIB程序设计示例,一步一步掌握图像编程的方法
Windows DIB程序设计示例,一步一步掌握图像编程的方法-Windows DIB program design examples, step-by-step master image programming method
- 2023-05-03 00:30:03下载
- 积分:1
-
计算机图形学的一些小程序
计算机图形学的一些小程序-some small programs
- 2022-02-05 07:54:19下载
- 积分:1
-
这是一个在对话框中显示图片的程序。可以显示24位或者是32位bmp格式的位图...
这是一个在对话框中显示图片的程序。可以显示24位或者是32位bmp格式的位图-This is a dialog box shown in the photo process. It shows 24 or 32 bmp format bitmaps
- 2023-06-02 19:00:03下载
- 积分:1
-
可以显示DCM图像,不过显示的速度不是很快
可以显示DCM图像,不过显示的速度不是很快-DCM can display images, but show that the speed is not fast
- 2022-08-17 11:45:39下载
- 积分:1
-
VB6的源码,真正的1602点阵液晶控件的商业级原代码
VB6的源码,真正的1602点阵液晶控件的商业级原代码-VB6 source code, the real control of the 1602 dot-matrix LCD commercial-grade source code
- 2022-04-11 10:01:47下载
- 积分:1
-
RGB editing tools applet source code, can paint map reference
RGB编辑工具小程序源代码,可作画图方面参考-RGB editing tools applet source code, can paint map reference
- 2023-02-13 16:35:03下载
- 积分:1
-
DIB处理的一些函数
DIB处理的一些函数 -Some functions using DIB
- 2022-05-07 14:36:56下载
- 积分:1
-
加载256以上位图为背景的例子!
加载256以上位图为背景的例子!-loading over 256 spaces map background example!
- 2022-04-21 17:06:59下载
- 积分:1