搜索资源列表

  1. diedaifa

    0下载:
  2. 利用matlab 实现对灰度图象的二值化处理
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者:wangyi
  1. diedaifa

    0下载:
  2. 利用matlab 实现对灰度图象的二值化处理-Realize the use of matlab for gray image binarization treatment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:wangyi
  1. Image-inverse-normalization

    0下载:
  2. 程序实现了图像的二值化,把一幅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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:38912
    • 提供者:王东
  1. diedaifa

    1下载:
  2. 给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:王海
  1. diedaifa

    0下载:
  2. 一种数值方法解非线性方程组,可用于工程计算-a method for solving unlining equs.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:9216
    • 提供者:wang
  1. diedaifatixingxingpusheng

    0下载:
  2. 迭代法 梯形和辛普生方法 数值计算中经常遇到的问题,也许正是你想要的-tixing diedaifa
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:静水深流
  1. diedaifa-erzhihua

    0下载:
  2. 实现彩色图像灰度化,迭代法实现灰度图像二值化-To achieve gray-scale color images of, iterative method to achieve gray-scale image binarization
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:budongwei
  1. diedaifa

    0下载:
  2. 数值分析中迭代法的使用,其算法相当的简单,可以参考-Numerical analysis of the use of iterative method, its algorithm is quite simple, can refer to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:275456
    • 提供者:du
  1. diedaifa

    0下载:
  2. 这是个关于图像迭代法分割算法的源程序,在matlab上实现-This is iterative image segmentation algorithm on the source, to achieve in matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:38912
    • 提供者:yiweibo
  1. diedaifa

    0下载:
  2. 迭代法求阈值的原理: 基于逼近的思想,步骤如下: 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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:qing
  1. diedaifa

    1下载:
  2. 利用迭代法对每段的物性参数和压力降分别进行计算,从而计算垂直井筒中压力分布,并得出了物性参数压力降等随井深的变化规律-Iterative method, one important physical parameters and pressure drop were calculated to estimate the vertical wellbore pressure distribution, and obtained physi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:870400
    • 提供者:yy
  1. diedaifa

    0下载:
  2. 这个程序是用MATLAB编的,是用迭代法实现图像的分割,得到感兴趣区域。-This program is retained by MATLAB,and it uses Iterative method to implement image segmentation and obtain the region of interest。
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:ying
  1. diedaifa

    0下载:
  2. // 编程序 用迭代法求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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:赵汉卿
  1. diedaifa

    0下载:
  2. 迭代法 , 迭代速度快, 收敛好, 精度高 , 两种算法-i don t know how to describe it
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:周三
  1. diedaifa

    0下载:
  2. 利用迭代法 实现图像的分割,突出感兴趣的部分以便研究-Iterative method used to achieve image segmentation, in order to highlight the interesting part of the study
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:刘芝麻
  1. diedaifa

    0下载:
  2. 该代码的作用是对灰度图像进行阈值分割,是一种迭代的思想。-The role of the code is gray-scale image segmentation is an iterative thinking.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:邹雷
  1. diedaifa

    0下载:
  2. 数值分析 课程设计 迭代法 可以用 本人自制-Iterative numerical analysis course design can be made with the I
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:227328
    • 提供者:许之
  1. diedaifa-methods

    0下载:
  2. 雅克比迭代法,GS迭代法,SOR迭代法。用来求解非线性方程组的解-Jacobi iterative method, GS iteration, SOR iterative method. Used to solve the solution of nonlinear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:luoyong
  1. diedaifa

    0下载:
  2. 牛顿下山法和二分法程序,用来求解方程的解-Newton downhill method, and dichotomy program, the solution used to solve the equation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:陈杰
  1. diedaifa

    0下载:
  2. 这里讲述的是matlab的迭代问题,含有多个程序可提供参考-About matlab difference, containing more than one program can provide a reference
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:成哲
« 12 »

源码中国 www.ymcn.org