-
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
-
实现图像之间的数据融合,主要方法有基于HIS变换的,基于PCA变换的,基于加权变换的。...
实现图像之间的数据融合,主要方法有基于HIS变换的,基于PCA变换的,基于加权变换的。-Between image data fusion, the main methods of transformation based on the HIS, based on the PCA transform, based on the weighted transform
- 2023-02-28 13:55:03下载
- 积分:1
-
此原码为windows编程之经典入门代码,适合于刚开始学习图形编程者...
此原码为windows编程之经典入门代码,适合于刚开始学习图形编程者-this code of the original program"s windows classic portal code, suitable for the beginning of the study were Graphics Programming
- 2022-02-03 15:13:47下载
- 积分:1
-
这是一个用C实现的画出一个七彩的窗口,画出来的效果很漂亮很有立体感....
这是一个用C实现的画出一个七彩的窗口,画出来的效果很漂亮很有立体感.-This is a realization of the C Colorful paint a window, painting the result is a very nice three-dimensional feeling.
- 2023-03-05 17:10:03下载
- 积分:1
-
GDI+图形文字处理编程,如何淡入淡出显示图像,可以扩展功能
GDI+图形文字处理编程,如何淡入淡出显示图像,可以扩展功能-How to display images fade
- 2022-01-25 23:59:08下载
- 积分:1
-
图像点跟踪的程序,需要安装opencv! 大家试一试,效果还不错!...
图像点跟踪的程序,需要安装opencv! 大家试一试,效果还不错!-image tracking procedures, the need to install OpenCV! We try, the results were pretty good!
- 2023-08-08 04:05:03下载
- 积分:1
-
不是我自己写的,是国外一个高手做的。感觉不错,拿出来大家一起分享。 效果是一个旋转的长方体...
不是我自己写的,是国外一个高手做的。感觉不错,拿出来大家一起分享。 效果是一个旋转的长方体-than I wrote it myself, is a foreign masters do. Feeling good show to share with everyone. Effect of a rotating cuboid
- 2022-12-14 20:50:03下载
- 积分:1
-
运用分形制作裂纹
运用分形制作裂纹-produced using fractal crack
- 2022-03-13 14:39:42下载
- 积分:1
-
- 2022-10-05 00:15:03下载
- 积分:1
-
Using pyramid decomposition and iterative refinement, OF is calculated. Includes...
采用金字塔分解和迭代求精的方法,计算了系统的最优解。包括一个演示和一篇论文,详细解释了该方法。
- 2023-04-05 09:20:03下载
- 积分:1