-
这是一个基于对话框的计算器程序。是使用mfc编的。对初学者有一点帮助...
这是一个基于对话框的计算器程序。是使用mfc编的。对初学者有一点帮助-This is a calculator source code based on dialog box with the help of mfc. It may help the beginner of VC.
- 2023-05-02 06:15:02下载
- 积分:1
-
图形编辑器的VC++原代码,很好的例子,对大家开发图形方面的软件会很有价值....
图形编辑器的VC++原代码,很好的例子,对大家开发图形方面的软件会很有价值.-graphics editor of the VC-source, a very good example for all developing graphics software will be of great value.
- 2022-10-02 06:40:03下载
- 积分:1
-
基于噪声消除算法的非线性总变差
Nonlinear total variation based noise removal algorithms.pdf
Nonlinear total variation based noise removal algorithms.pdf
- 2022-01-31 03:05:37下载
- 积分:1
-
使用了Box平滑模板、高斯平滑模板、拉普拉斯锐化模板对图像进行增强处理。...
使用了Box平滑模板、高斯平滑模板、拉普拉斯锐化模板对图像进行增强处理。-This project make use of Box moduling board,Goss moduling board and Laplas moduling board to enhance the images.
- 2022-01-25 23:06:42下载
- 积分:1
-
飞机的模拟飞行器可在不同地貌下飞行,大家共同学习吧~
飞机的模拟飞行器可在不同地貌下飞行,大家共同学习吧~-aircraft simulated aircraft in flight under different landscape, we learn together it ~
- 2022-05-13 16:24:41下载
- 积分:1
-
Windows DIB程序设计示例,一步一步掌握图像编程的方法
Windows DIB程序设计示例,一步一步掌握图像编程的方法-Windows DIB program design examples, step-by-step master image programming method
- 2023-05-03 00:30:03下载
- 积分:1
-
将源代码拷入硬盘中,用Visual C++打开项目文件,即可编译运行。注意有些程序需要配合硬件编程...
将源代码拷入硬盘中,用Visual C++打开项目文件,即可编译运行。注意有些程序需要配合硬件编程-to the source code it is copyed into your hard disk, open the Visual C project documents can be compiled operation. Attention to the need to meet some of the hardware programming
- 2022-03-19 17:55:35下载
- 积分:1
-
Image Processing of a complete set of procedures for image display, enforceable
图像处理中的一段完整的程序,用于图像的显示,可执行-Image Processing of a complete set of procedures for image display, enforceable
- 2022-03-01 14:52:53下载
- 积分:1
-
A good image sample.
A good image sample.
- 2022-05-21 13:37:52下载
- 积分: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