搜索资源列表
vbchabu
- 使用的是最小误差法的插补程序,在理论是非常先进的插补程序了,本程序应用于工业打标机-use is the smallest error method of interpolation procedures, the theory is very advanced interpolation procedures. The procedures used in industrial marking machine
EST_Method_and_Programe.rar
- matlab圆度误差的评定算法,最小二乘法,最小包容区域法,最大外接圆法,最小内接圆法,roundness error matlab assessment algorithm, the least square method, the minimum tolerance zone method, the largest circumcircle method, the smallest within the inscribed circle method
filter_all.rar
- 数字滤波器的设计及性能比较 用三种方法设计FIR滤波器:窗口法、最大最小误差法、频率采样法;用两种方法设计IIR滤波器:冲激响应不变法、双线性变换法。很全的matlab滤波器程序!, Digital filter design and performance comparison of three methods to use FIR filter design: the window method, the largest minimum error method, freq
sanciyangtiao
- 三次样条和最小误差法进行曲线拟合,对于离散分布的点通过三次曲线拟合方法生成光滑曲线-Three times spline and minimum error curve fitting method, the distribution of point for discrete, through three spline proceed fitting connate into smooth curve
常用最小二乘法估计极值分布
- :极值分布在计量经济学、金融工程、计算生物学、工程测量中都有用途,一般常用最小二乘法估计 其参数,但最小二乘法的误差较高.极大似然估计具有比最4 -乘法更好的性质,但由于它的计算往往比较麻 烦.通过极大似然法估计了极值分布的参数,同时给出了求参数的数值解的算法,并通过Matlab程序实现了 这一算法. ,: Extreme value distribution in econometrics, financial engineering, computational biology, e
bp.rar
- BP神经网络自适应步长训练算法,采用最小误差法,梯度下降法,自适应调节权值,BP neural network training anaysis, is realized by using error feed back, gradient descent applied updating of synaptic weights
mathworks
- 基于最小二乘法和最小均方误差法的信道估计,包括详细的仿真结果,如误码率和均方误差。-Based on the least squares and minimum mean square error of channel estimation methods, including detailed simulation results, such as error rate and MSE.
selfadaptingthreshold
- 含KSW,最小偏态法;信息熵迭代法;最小误差法的m文件,是我做课题时选择阈值分割方法时自己编的。-Containing KSW, the smallest skewness method information entropy method the smallest error of law m file, I choose to do so when the subject of methods of threshold segmentation of own.
gray
- 针对目前图像匹配算法中存在的匹配精度不高和匹配速度慢的缺点, 对基于灰度相关的 2 类匹配算法——最小误差法和相关系数法进行了改进-Improvemen t of image ma tch ing a lgor ithm ba sed on gray correla t ion
chennl
- 最全的信道估计仿真,包括最小二乘法,最小均方误差法,变换域法。-The most complete simulation of channel estimation, including least squares, minimum mean square error method, transform domain methods.
vb
- vb代码,做最小差值的线性拟合和三次样条曲线拟合的vb代码,有说明,三次样条和最小误差法进行曲线拟合-vb code, so the minimum difference between the linear fit and cubic spline curve fitting of the vb code, descr iption, and minimum error of spline curve fitting method
simplemathodandLS
- 单纯形法是线性规划问题的最优解求解的方法,最小二乘法通过最小化误差平方和寻找数据的最佳函数匹配。这里给提供了源码。-Simplex method linear programming method for solving the optimal solution, the least square method by minimizing the square error function to find the best match the data. Here to provide a so
yuzhihuafenge
- 图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代
Minimum-error-method-
- 最小误差法阈值分割,可用于图像中目标和背景的分割,从而识别目标物。-Minimum error thresholding method extended to minimum error segmentation algorithm for one-dimensional and two-dimensional space, which many complex formulas, to be slowly understanding
sanciyangtiaofa-VB
- 三次样条和最小误差法进行曲线拟合,VB代码-Three times spline and least error method for curve fitting
segmentation
- 主要包括常见的几种图像分割方法,包括全局阈值法、最小误差法、大律法、区域生长法、分水岭方法、分裂-合并方法-ncluding several common image segmentation methods, including global threshold, the minimum error method, large law, region growing, watershed method, split- consolidation method
图像分割最小误差法
- 最小误差法是一种较为常用的自动阈值分割方法,此方法来源于Bayes最小误差分类方法。通常以图像中的灰度为模式特征,假设各模式的灰度是独立分布的随机变量,并假设图像中待分割的模式服从一定的概率分布,则可以获得满足最小误差分类准则的最佳阈值分割。 该算法主要思想是假设图像中只存在背景和目标两种模式,根据目标和背景像素占图像总像素的百分比求出其混合概率密度,选定一个阈值T;再根据将目标像素点错划为背景像素点的概率和把背景像素点错划为目标的概率求出总的错误概率,那么最佳阈值就是使总错误概率最小的阈
medical-Image
- 利用最小误差法分割医学图像,在肺部图像上试了试,还不错的-Using the minimum error method to divide the medical image, in the lung image on the test, also good
AM_RLS
- 实现辅助模型最小二乘和经典最小二乘的仿真算法比较,有辨识误差比较图(The comparison of the simulation algorithms between the least squares and the classical least squares of the auxiliary model has the error comparison diagram of identification.)
第 26 章 基于最小误差法的胸片分割系统
- MATLAB计算机视觉与深度学习实战-运行代码 源代码第26章 基于最小误差法的胸片分割系统(MATLAB computer vision and deep learning - running code,Chest slice segmentation system based on minimum error method)