-
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
-
本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能...
本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能
-the source implementation of vector graphics features : linear, circular, various curves in place, to carry out the brush stroke painting style and color settings and a document retention
- 2022-11-02 14:20:02下载
- 积分:1
-
Windows2000 mspaint.exe源代码
Windows2000 mspaint.exe 源代码-Windows2000 mspaint.exe source code
- 2023-08-26 02:40:03下载
- 积分:1
-
图象边缘检测代c码
图象边缘检测代c码-Edge Detection of c-generation code
- 2022-03-26 09:57:25下载
- 积分:1
-
waveform can show the procedure can be used for real
可以显示波形的程序,可以用于实时波形-waveform can show the procedure can be used for real-time waveform
- 2022-03-12 19:04:33下载
- 积分:1
-
图形图像处理中小波压缩编码的码头喇叭实现,非常简单,只是调用系统函数...
图形图像处理中小波压缩编码的码头喇叭实现,非常简单,只是调用系统函数-graphics processing wavelet compression coding to achieve the terminal loudspeaker, very simple, just call functions
- 2022-01-20 23:18:42下载
- 积分:1
-
利用vc6.0 sp6开发的指纹识别算法,欢迎大家研究下载。
利用vc6.0 sp6开发的指纹识别算法,欢迎大家研究下载。-Vc6.0 sp6 developed the use of fingerprint recognition algorithm, welcomed everyone to download.
- 2023-07-22 18:20:02下载
- 积分:1
-
画出颜色渐变的矩形图案
用鼠标点击 即可 出现不同颜色的图案...
画出颜色渐变的矩形图案
用鼠标点击 即可 出现不同颜色的图案 -To draw colourful rectangles with your mouse.
- 2022-10-25 15:30:03下载
- 积分:1
-
图形填充算法的实现
图形填充算法的实现-graphics filling algorithm implementation
- 2022-04-01 21:25:46下载
- 积分:1
-
本程序通过读取文件中的数据来作为数据源,绘制历史曲线,其中还有数据的显示等...
本程序通过读取文件中的数据来作为数据源,绘制历史曲线,其中还有数据的显示等-This procedure by reading the data file as a data source, mapping the history of curves, including data display, etc.
- 2023-03-21 16:20:04下载
- 积分:1