-
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
-
用EL99算法合成纹理,速度比较慢,效果还不错,适用于大多数纹理的合成...
用EL99算法合成纹理,速度比较慢,效果还不错,适用于大多数纹理的合成-EL99 algorithm using synthetic texture, fairly slow, and the results were pretty good, applicable to the majority of the texture synthesis
- 2023-02-19 10:55:03下载
- 积分:1
-
Rle8的解码程序
Rle8的解码程序-Rle8 decoding procedures
- 2023-05-12 07:15:04下载
- 积分:1
-
Android上关于Notification使用的简单例子
Android上关于Notification使用的简单例子-This is a simple, How to use Notification On Android
- 2022-01-25 14:28:15下载
- 积分:1
-
image processing is the classic example. Consider including mirror effect and ot...
图象处理是的经典实例。包括各种虑镜效果和其他效果-image processing is the classic example. Consider including mirror effect and other effects
- 2023-06-14 19:30:07下载
- 积分:1
-
MS.NET GDI+平台。使用C#开发。
MS.NET GDI+平台。使用C#开发。-MS.NET GDI platform. Using C# development.
- 2022-01-26 08:13:50下载
- 积分:1
-
这是一个用C实现的动画源码,在屏幕上实现一个长方体和一个扇形的跳动效果,并且还加入了声音....
这是一个用C实现的动画源码,在屏幕上实现一个长方体和一个扇形的跳动效果,并且还加入了声音.-This is a realization of the C source animation on screen realization of a cuboid and a fan of beating results, and also joined the voices.
- 2022-05-21 03:50:46下载
- 积分:1
-
使用c语言实现位图文件的输入输出操作,自定义位图格式结构。...
使用c语言实现位图文件的输入输出操作,自定义位图格式结构。-use language bitmap file input and output operations, custom bitmap format structure.
- 2022-01-25 20:07:58下载
- 积分: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
-
一个图像读取的头文件的代码,对vc开发的程序员及其它编程人员进行图像处理大有裨益....
一个图像读取的头文件的代码,对vc开发的程序员及其它编程人员进行图像处理大有裨益.-an image to read the first document of code, right vc development programmers and other programmers for image processing useful.
- 2022-10-05 17:30:03下载
- 积分:1