-
gdiplus的应用,如何在vc6.0中队gdi+进行初始化
gdiplus的应用,如何在vc6.0中队gdi+进行初始化-gdiplus of how vc6.0 squadron gdi initialization
- 2023-06-14 01:00:11下载
- 积分:1
-
一个开源的CAD框架。delphi编写的,自己以前看过,大家看一下。...
一个开源的CAD框架。delphi编写的,自己以前看过,大家看一下。-a revenue CAD framework. Delphi preparation, read his past, we look at.
- 2022-01-25 22:44:27下载
- 积分:1
-
这是使用基于边缘的方法对文本图像中的文字进行检测的算法,可以将图像中的文字提取并标记出来。...
这是使用基于边缘的方法对文本图像中的文字进行检测的算法,可以将图像中的文字提取并标记出来。-This is the way to the edge-based text in the image text detection algorithm can extract the text in the image and mark them.
- 2022-08-15 21:42:02下载
- 积分:1
-
一个基本vc矢量绘图程序,支持线圆文字等功能.
一个基本vc矢量绘图程序,支持线圆文字等功能.-A basic vector-drawing application based on Visual C++, supporting the function of drawing linecircle ext,and so on.
- 2022-12-03 17:10:03下载
- 积分:1
-
功能描述:该程序演示了毛细管滑识别算法…
功能描述:该程序演示了毛细血管支路的识别算法,它能够对图片中所有的支路进行统计,并用序号在图片中标示。
开发环境:C++ Builder 6.0
所用控件:Sunisoft SuiPack
-Functional Description: The program demonstrated capillary slip Recognition Algorithm, it can all slip picture statistics, and serial numbers labeled in the picture. Development Environment: C++ Builder 6.0 used in the control: Sunisoft SuiPack
- 2022-08-12 15:18:40下载
- 积分:1
-
this is a BMP image processing procedures, with VC 6.0, the image rotation
这是一个对BMP图像进行处理的程序,用VC++6.0实现,可以对图像进行旋转-this is a BMP image processing procedures, with VC 6.0, the image rotation
- 2023-04-18 03:40:03下载
- 积分:1
-
GDI+编程,适用于VC++的,希望可以对大家有帮助,我也正在学习...
GDI+编程,适用于VC++的,希望可以对大家有帮助,我也正在学习-GDI+ Programming for VC++, and I hope you can help, I am also learning
- 2023-05-04 16:45:06下载
- 积分:1
-
一种实现个人电脑手写识别的软件,编写的是用的。
一个在PC上实现手写识别的软件,用VC编写的。-a realization of the PC handwriting recognition software, prepared by the VC.
- 2022-11-18 13:40:03下载
- 积分:1
-
该公司在2004提出的尺度和仿射不变的兴趣点检测…
Mikolajczyk在2004年提出了尺度和仿射不变量的兴趣点检测 GLOH 算法-Mikolajczyk in 2004 put forward a scale and affine invariant interest point detection algorithm GLOH
- 2022-05-28 02:42:14下载
- 积分: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