-
这是一个用Visual C++6.0编写的已经实现了的图像的腐蚀程序,并且还附带有测试图片,整个程序非常好使用...
这是一个用Visual C++6.0编写的已经实现了的图像的腐蚀程序,并且还附带有测试图片,整个程序非常好使用-This is a work written in Visual C++6.0 has achieved the image of the corrosion process, and also comes with a test image, the whole process very good use of
- 2022-04-17 01:19:51下载
- 积分:1
-
VC prepared by the graphics algorithm commonly used for the file handling, and c...
用VC编写的常用的图形学算法,进行了文档处理,并能进行图元拾取。算法没有优化,是教学演示用的。-VC prepared by the graphics algorithm commonly used for the file handling, and can be picked up for map yuan. No optimization algorithm is used to demonstrate the teaching.
- 2022-03-05 10:15:05下载
- 积分:1
-
一种自动图像识别算法,该方法是通过提取图像中的硒…
一种图像自动识别算法,该方法:通过提取图像7个不变矩,结合神经网络(BP)对图像目标进行识别计算.结果表明,
该算法具有很好的识别效果,可以应用于图像小目标的识别.-an automatic image recognition algorithm, the method : extract images through seven unchanged moments, integrated Neural Network (ANN) to the identification of target images calculated. Results show that the algorithm has good recognition results can be applied to image small identify the target.
- 2022-08-20 06:15:23下载
- 积分:1
-
桌面画图程序,对初学者了解vc的代码是个很好的例子,绩好玩又易学...
桌面画图程序,对初学者了解vc的代码是个很好的例子,绩好玩又易学-desktop drawing program for beginners to understand vc code is a good example of an area minded fun
- 2023-05-12 03:50:03下载
- 积分:1
-
roadmap.是一个gis开源软件。可以用于做gis应用开发。可以用在嵌入式中。是做导航软件不可缺少的软件。开源的,纯c代码,移植性好...
roadmap.是一个gis开源软件。可以用于做gis应用开发。可以用在嵌入式中。是做导航软件不可缺少的软件。开源的,纯c代码,移植性好-roadmap. Gis is an open-source software. Gis can be used to do application development. Embedded can be used in China. Navigation software is so indispensable software. Revenue, net c code, good transplant
- 2022-05-18 11:39:53下载
- 积分:1
-
窗体控制,可以使界面安装设定的比较进行放大和缩小
窗体控制,可以使界面安装设定的比较进行放大和缩小-Form control interface can be installed to enable the comparison set for amplification and narrow
- 2022-03-22 11:26:26下载
- 积分:1
-
这是一个用Visual C++6.0编写的已经实现了图像灰度拉伸程序,并且还附带有测试图片,整个程序非常好用。...
这是一个用Visual C++6.0编写的已经实现了图像灰度拉伸程序,并且还附带有测试图片,整个程序非常好用。-This is a work written in Visual C++6.0 has achieved a gray-scale image stretching program, and also comes with a test image, the whole process is very easy to use.
- 2022-06-13 04:04:29下载
- 积分:1
-
16色和256色的位图显示,可以稍作修改可以显示24位真彩色。
16色和256色的位图显示,可以稍作修改可以显示24位真彩色。-16 color and 256 color bitmap, it can be some slight modifications can display 24-bit True Color.
- 2022-05-30 13:20:04下载
- 积分:1
-
透明按钮编程实例上面的键映射,防止闪变…
透明按键编程实例,在按键上面贴图;防止界面闪烁。-Transparent button programming examples above in the key mapping prevent flicker interface.
- 2023-04-20 08:55:05下载
- 积分: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