-
使用跌代算法实现了一个逼真的树叶的形状,程序中画出的叶子类似于榕树的叶子。...
使用跌代算法实现了一个逼真的树叶的形状,程序中画出的叶子类似于榕树的叶子。-use or generation algorithm to achieve a realistic shape of the leaves, the head of procedures similar to the leaves of the tree leaves.
- 2022-02-05 14:01:16下载
- 积分:1
-
有关图片以及数字识别的有用的源码,大家来探讨一下哈
有关图片以及数字识别的有用的源码,大家来探讨一下哈-Of the picture
- 2022-01-24 16:44:37下载
- 积分:1
-
Delphi的图形绘制flash演示
Delphi的图形绘制flash演示-Delphi graphic flash demo
- 2022-04-01 10:39:50下载
- 积分:1
-
matlab图像处理代码m函数
P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强...
matlab图像处理代码m函数
P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 -matlab image processing function code m
- 2022-11-10 09:50:03下载
- 积分:1
-
黄色占整个图像的比例,vc++环境,txt格式
黄色占整个图像的比例,vc++环境,txt格式-Yellow proportion of the total image
- 2022-03-20 12:23:46下载
- 积分:1
-
添加设置对话框的背景
添加设置对话框的背景-add settings dialog background
- 2022-03-06 05:02:04下载
- 积分:1
-
一个简单的仪表程序,现在好多网站提供的需要注册收费,这是一个免费的,可以参考一下...
一个简单的仪表程序,现在好多网站提供的需要注册收费,这是一个免费的,可以参考一下-A simple instrument procedures, and now needs a lot of website registration fees, this is a free, you can refer to
- 2022-07-03 14:41:11下载
- 积分:1
-
画图本代码
用C#.NET写的程序,欢迎下载学习
画图本代码
用C#.NET写的程序,欢迎下载学习-drawing the code in C#.NET written procedures, welcomed the study and download
- 2022-01-25 21:49:56下载
- 积分:1
-
一个用vc写的利用粒子滤波算法实现目标跟踪的程序,对于理解粒子滤波有指导意义...
一个用vc写的利用粒子滤波算法实现目标跟踪的程序,对于理解粒子滤波有指导意义-Vc wrote with a particle filter algorithm to achieve target tracking procedure, for understanding the particle filter has guiding significance
- 2022-08-30 16:47:18下载
- 积分:1
-
Polygon clipping is one of those humble tasks computers do all the time. It s a...
Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest one (from 1974) is called the Sutherland-Hodgman algorithm. In its basic form, it is relatively simple. It is also very efficient in two important cases, one being when the polygon is completely inside the boundaries, and the other when it s completely outside.
- 2022-09-16 13:35:03下载
- 积分:1