-
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
-
使位图显示有阴影效果
使位图显示有阴影效果 -making image have shadow effect
- 2022-08-13 15:58:42下载
- 积分:1
-
Paint a Gradient Color Background
画渐变填充的背景(53KB)
Paint a Gradient Color Background
画渐变填充的背景(53KB)-Paint a Gradient Color Background painting the background gradient fill (53KB)
- 2022-03-24 08:39:25下载
- 积分:1
-
一个计算机图形算法演示程序,对计算机图形算法的具体实现进行了编写。可做为学习图形算法的参考!...
一个计算机图形算法演示程序,对计算机图形算法的具体实现进行了编写。可做为学习图形算法的参考!-a computer graphics algorithms demo program, computer graphics algorithms to a concrete realization of the preparation. Graphics can serve as learning algorithm reference!
- 2022-12-25 03:55:04下载
- 积分:1
-
VC开发的一款屏幕图像捕捉程序,支持全屏幕、指定区域、窗口的捕捉
VC开发的一款屏幕图像捕捉程序,支持全屏幕、指定区域、窗口的捕捉 -development of the new VC screen image capture process, support full-screen, the designated area, the window capture
- 2022-01-22 09:10:55下载
- 积分:1
-
利用得到道路上的图像对车道进行虚拟线圈的设置,方便利用这些虚拟线圈进行跟踪车辆的运行状况...
利用得到道路上的图像对车道进行虚拟线圈的设置,方便利用这些虚拟线圈进行跟踪车辆的运行状况-used to be on the road to image right lane virtual coil configuration to facilitate the use of these virtual coil tracking vehicles running
- 2022-05-23 00:54:40下载
- 积分:1
-
Falsh statistical diagram, maybe who will use, I feel also trip is free.
Falsh统计图,说不定谁就会用上,感觉还行,就是收费的。-Falsh statistical diagram, maybe who will use, I feel also trip is free.
- 2023-02-09 22:20:03下载
- 积分:1
-
源码
源码-华盛顿大学学生用C#做了一个Paint.NET, 比Windows的MSPaint强大不少-source-University of Washington students with C# done an Adobe, Windows MSPaint many powerful
- 2022-12-26 12:30:04下载
- 积分:1
-
五子棋游戏,利用vc实现图形绘制,鼠标放置消息响应技术。
五子棋游戏,利用vc实现图形绘制,鼠标消息响应实现棋子放置。-Gobang games, graphics rendering using vc, mouse to place the news in response to the realization of a pawn.
- 2022-03-12 13:28:08下载
- 积分:1
-
模式与非
一个模式和非模式位图的转换程序-a model and non-model bitmap conversion
- 2022-02-04 02:51:23下载
- 积分:1