-
一个可移植的C语言Windows图形初始化源程序!
一个可移植的C语言Windows图形初始化源程序!-a portable C-language Windows graphics initialization source!
- 2022-03-16 00:02:00下载
- 积分:1
-
使用CxImage包开发的一些图像格式转换的程序源代码
使用CxImage包开发的一些图像格式转换的程序源代码-use CxImage package developed some image format conversion program source code
- 2022-07-15 07:28:12下载
- 积分:1
-
改工具是一个bmp图片的浏览器。可以打开任意一种bmp格式的图片,如8,24位等等。...
改工具是一个bmp图片的浏览器。可以打开任意一种bmp格式的图片,如8,24位等等。-Change tools is a bmp picture browsers. Can open any of bmp format images, such as 8,24-bit and so on.
- 2022-07-11 13:26:08下载
- 积分:1
-
色彩空间传输的源码,实现色彩空间的传输和变换
色彩空间传输的源码,实现色彩空间的传输和变换-color space transmission source code, the color space to achieve the transmission and transformation
- 2022-03-05 19:20:06下载
- 积分:1
-
编程
鼠标的应用
可供初学者参考使用
编程
鼠标的应用
可供初学者参考使用-Application Programming mouse reference for beginners
- 2022-01-21 18:20:06下载
- 积分:1
-
WPF入门源码,具体有三个例子,可提供对WFC的学习帮助
WPF入门源码,具体有三个例子,可提供对WFC的学习帮助-WPF entry source, there are three specific examples, which could provide learning WFC help
- 2022-05-28 14:53:33下载
- 积分:1
-
计算机图形学 NURBS曲线
计算机图形学 NURBS曲线-computer graphics NURBS curves
- 2022-07-24 19:17:25下载
- 积分:1
-
在VS2005环境下,用GLUT和Cg实现了各向异性的实时渲染。
在VS2005环境下,用GLUT和Cg实现了各向异性的实时渲染。-In the VS2005 environment, using GLUT and Cg anisotropic realize the real-time rendering.
- 2022-03-28 19:01:43下载
- 积分:1
-
bmp supraspinatus Uncle orbits disabled management Northern
bmp冈上肌叔叔眼眶残疾管理
- 2022-08-23 22:56:40下载
- 积分: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