搜索资源列表
lianlun_dlut
- 机械设计类软件,可以输入简单的基本参数,系统自动计算几何参数并绘制工程图.-mechanical design software category, the entry of simple basic parameters, the system automatically calculate the geometric parameters and Engineering Drawings.
abxingtai
- 介绍了数学形态学的滤波原理,并介绍了形态学滤波器的设计,介绍了心态学滤波在旋转机械信号降噪中的应用-Introduced the principle of mathematical morphology filter, and describes the morphological filter design, introduced attitude of Rotating Machinery school filtering noise of the signal
golden-section-method-
- 自己做的黄金分割法小程序,机械优化设计方法,比较精简的版本-The golden section method to do their own small program, the mechanical design optimization method, more streamlined version of the
huangjinfengefa
- 机械优化设计中的一维搜索方法:黄金分割法-Optimization of Mechanical Design of one-dimensional search methods: golden section method
AUTY8
- 机械优化设计的C程序,黄金分割法,解决一维优化问题()
matlab.thresholding-master
- 在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了