-
用C #编程语言写的边缘检测可以编写代码优化…
用C#编程语言编写的边缘检测代码,可以编写任意不同的计算方法如分割、预处理等
- 2022-07-24 05:47:23下载
- 积分:1
-
此为图象编程之五,适合于刚入门之选手,请好好使用。
此为图象编程之五,适合于刚入门之选手,请好好使用。-image of this program 5, which is suitable for athletes who are just portal, please make good use of.
- 2022-04-02 09:13:22下载
- 积分:1
-
通过图像编程,在界面中显示木头的纹理!
完全是对图像算法的运用!...
通过图像编程,在界面中显示木头的纹理!
完全是对图像算法的运用!-Programming through the images in the interface to display the wood texture! Algorithm is completely the use of the image!
- 2022-02-25 09:43:52下载
- 积分:1
-
The procedure used to black and white video rendering, based on the brightness o...
该程序用于给黑白视频着色,基于亮度比较的物体运动预测方法,跟踪物体的运动,从而给物体着上合适的颜色。-The procedure used to black and white video rendering, based on the brightness of the object movement compare forecasting methods, tracking the movement of objects, which objects to the appropriate color.
- 2022-03-25 05:11:22下载
- 积分:1
-
这是一个用Visual C++6.0编写的图像轮廓跟踪程序,并且附有测试图片,整个程序非常好用...
这是一个用Visual C++6.0编写的图像轮廓跟踪程序,并且附有测试图片,整个程序非常好用-This is a work written in Visual C++6.0 image contour tracking procedures, and with a test image, the whole process is very easy to use
- 2022-10-18 19:55:03下载
- 积分:1
-
随着鼠标位置的不同,鼠标的形状也相应的变化,请尝试
随着鼠标位置的不同,鼠标的形状也相应的变化,请尝试-position with the different mouse, the mouse in the shape of the corresponding changes, please try
- 2023-07-24 15:20:02下载
- 积分:1
-
创建一个透明的几何图形
创建一个透明的几何图形-create a transparent geometric shapes
- 2022-10-30 04:50:03下载
- 积分:1
-
一个用GDI绘制的仪器仪表,能够动态显示其功能,只要稍加改变,就可以用在其他行业领域,
一个用GDI绘制的仪器仪表,能够动态显示其功能,只要稍加改变,就可以用在其他行业领域,-GDI rendering a used instrument, be able to dynamically display and its function, as long as a little change, you can use in other industries and fields,
- 2022-10-18 18:40:03下载
- 积分: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
-
拟合程序,将三个点拟合成一个曲线,再找到曲线的极值点。并显示出来。运行速度快。
拟合程序,将三个点拟合成一个曲线,再找到曲线的极值点。并显示出来。运行速度快。-Fitting procedures, the three points of a curve to be synthesized, and then find the curves of extremal points. And displayed. Running speed.
- 2022-07-26 17:35:15下载
- 积分:1