搜索资源列表
diedaifa
- 利用matlab 实现对灰度图象的二值化处理
diedaifa
- 利用matlab 实现对灰度图象的二值化处理-Realize the use of matlab for gray image binarization treatment
Image-inverse-normalization
- 程序实现了图像的二值化,把一幅BMP图像二值化成黑白图像,同时也可以实现黑白的颠倒-Procedures for the realization of the image binarization to a BMP image into a binary black and white images, but also black-and-white reversal can be achieved
diedaifa
- 给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
diedaifa
- 一种数值方法解非线性方程组,可用于工程计算-a method for solving unlining equs.
diedaifatixingxingpusheng
- 迭代法 梯形和辛普生方法 数值计算中经常遇到的问题,也许正是你想要的-tixing diedaifa
diedaifa-erzhihua
- 实现彩色图像灰度化,迭代法实现灰度图像二值化-To achieve gray-scale color images of, iterative method to achieve gray-scale image binarization
diedaifa
- 数值分析中迭代法的使用,其算法相当的简单,可以参考-Numerical analysis of the use of iterative method, its algorithm is quite simple, can refer to
diedaifa
- 这是个关于图像迭代法分割算法的源程序,在matlab上实现-This is iterative image segmentation algorithm on the source, to achieve in matlab
diedaifa
- 迭代法求阈值的原理: 基于逼近的思想,步骤如下: 1. 求出图象的最大灰度值和最小灰度值,分别记为ZMAX和ZMIN,令初始阈值T0=(ZMAX+ZMIN)/2; 2. 根据阈值TK将图象分割为前景和背景,分别求出两者的平均灰度值ZO和ZB 3. 求出新阈值TK+1=(ZO+ZB)/2; 4. 若TK=TK+1,则所得即为阈值;否则转2,迭代计算。 - Iteration method thresh
diedaifa
- 利用迭代法对每段的物性参数和压力降分别进行计算,从而计算垂直井筒中压力分布,并得出了物性参数压力降等随井深的变化规律-Iterative method, one important physical parameters and pressure drop were calculated to estimate the vertical wellbore pressure distribution, and obtained physi
diedaifa
- 这个程序是用MATLAB编的,是用迭代法实现图像的分割,得到感兴趣区域。-This program is retained by MATLAB,and it uses Iterative method to implement image segmentation and obtain the region of interest。
diedaifa
- // 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。-//Compile a program with Iteration Method and the cube root, find the cube root of the ite
diedaifa
- 迭代法 , 迭代速度快, 收敛好, 精度高 , 两种算法-i don t know how to describe it
diedaifa
- 利用迭代法 实现图像的分割,突出感兴趣的部分以便研究-Iterative method used to achieve image segmentation, in order to highlight the interesting part of the study
diedaifa
- 该代码的作用是对灰度图像进行阈值分割,是一种迭代的思想。-The role of the code is gray-scale image segmentation is an iterative thinking.
diedaifa
- 数值分析 课程设计 迭代法 可以用 本人自制-Iterative numerical analysis course design can be made with the I
diedaifa-methods
- 雅克比迭代法,GS迭代法,SOR迭代法。用来求解非线性方程组的解-Jacobi iterative method, GS iteration, SOR iterative method. Used to solve the solution of nonlinear equations
diedaifa
- 牛顿下山法和二分法程序,用来求解方程的解-Newton downhill method, and dichotomy program, the solution used to solve the equation
diedaifa
- 这里讲述的是matlab的迭代问题,含有多个程序可提供参考-About matlab difference, containing more than one program can provide a reference