-
susan算子提取算法,提供对图像特征准确,鲁棒,快速的提取,并采用高效代码实现...
susan算子提取算法,提供对图像特征准确,鲁棒,快速的提取,并采用高效代码实现-extraction algorithm, the image features provide accurate, robust, fast extraction, and the introduction of efficient implementation of the code
- 2022-09-23 05:40:02下载
- 积分: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
-
动画图像组件
Animate Image Component -TAnimateImage is a windowed control similar to TImage for displaying images of an image list on a form. You only need to assign a TImageList component (or its descendant) to its Images property, and set the FrameIndex property to the index of your desired image on the image list.
Of course, TAnimateImage can animate images of an image list too. If you have frames of an animation as Bitmap or Icon, this component offers the easiest way to animate them. For this purpose, TAnimateImage provides some properties to specify interval, segment, and direction of images for the animation.
- 2022-05-25 23:21:35下载
- 积分: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
-
vc封装的图表绘制类,支持绘制柱状图,饼图,折线图等
vc封装的图表绘制类,支持绘制柱状图,饼图,折线图等-vc package type mapping, mapping support column, pie, dogleg map
- 2023-01-29 08:05:04下载
- 积分:1
-
用delphi实现swf文件和图像合成
调试环境:Win XP;Delphi 7/5
用delphi实现swf文件和图像合成
调试环境:Win XP;Delphi 7/5-Use delphi to achieve swf files and image synthesis debugging environment: Win XP Delphi 7/5
- 2022-08-11 16:49:19下载
- 积分:1
-
为Windows位图(Bitmap)调用和调色板(Palette)的C语言源程序。
为Windows位图(Bitmap)调用和调色板(Palette)的C语言源程序。-Windows Bitmap (Bitmap) call and the palette (Palette) of the C language Introduction source.
- 2023-03-02 20:50:03下载
- 积分:1
-
right to conduct random zooming
对视图进行随意放大缩小-right to conduct random zooming
- 2022-01-26 07:16:04下载
- 积分:1
-
UCGUI使用手册
第一章到第十五章,应该比较详细
UCGUI使用手册
第一章到第十五章,应该比较详细-UCGUI manual first chapter of the 15th chapter, it should be more detailed
- 2023-07-23 02:45:04下载
- 积分:1
-
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