搜索资源列表

  1. OTSU方法计算图像二值化的自适应阈值

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1.77kb
    • 提供者:陈其星
  1. othersIPmask

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。 算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-OTSU algorithm can be calculated adaptive threshold (f
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:172.31kb
    • 提供者:electron
  1. BCH_bm_simulation

    1下载:
  2. An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM.Any (valid) code length can be input-An encoder / decoder for binary BCH codes Er Ryan correction using the BERLEKAMP - MAS
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5.29kb
    • 提供者:里海
  1. use_faxmodem_tx_rx_fax

    0下载:
  2. 利用FaxModem通过串口或TAPI接口直接发送和接收传真 一套非常不错的传真库(稳定,高速),几乎支持所有的FaxModem,出自Symantec公司 Winfax 中国作者之手。 一 .Some of the standard features: 1.Comes with Class1, Class1.0, Class2 and Class 2.0 Fax Drivers 2.Class 1 ECM e
  3. 所属分类:传真(Fax)编程

    • 发布日期:2008-10-13
    • 文件大小:339.87kb
    • 提供者:qin
  1. neatHresultToException_src

    0下载:
  2. I ve got this idea as an expansion to HRESULT Error Check Simplifier By Wanderley Caloni, so I guess his introduction would be better than if I wrote one. Many thanks to Wanderley Caloni for writing the article. I l
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:田博
  1. 13225102430

    0下载:
  2. These templates are based on the documented outlines from Tim Ryan s \"The Anatomy of a Design Document\" articles (published on Gamasutra). The filler text comes straight from the articles, and have been slightly ed
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:44.56kb
    • 提供者:洪成秋
  1. winSocketTestApp

    0下载:
  2. WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:42.06kb
    • 提供者:邓影
  1. OTSU

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:林宏津
  1. classic otsu vc++ code

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。
  3. 所属分类:源码下载

    • 发布日期:2011-04-06
    • 文件大小:1.45kb
    • 提供者:shixium@163.com
  1. OTSU

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple
  3. 所属分类:图形图象

    • 发布日期:2025-02-03
    • 文件大小:1kb
    • 提供者:林宏津
  1. OTSU方法计算图像二值化的自适应阈值

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
  3. 所属分类:图形图象

    • 发布日期:2025-02-03
    • 文件大小:2kb
    • 提供者:陈其星
  1. BCH_bm_simulation

    1下载:
  2. An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM.Any (valid) code length can be input-An encoder/decoder for binary BCH codes Er Ryan correction using the BERLEKAMP- MASSEY
  3. 所属分类:通讯编程

    • 发布日期:2025-02-03
    • 文件大小:5kb
    • 提供者:里海
  1. use_faxmodem_tx_rx_fax

    0下载:
  2. 利用FaxModem通过串口或TAPI接口直接发送和接收传真 一套非常不错的传真库(稳定,高速),几乎支持所有的FaxModem,出自Symantec公司 Winfax 中国作者之手。 一 .Some of the standard features: 1.Comes with Class1, Class1.0, Class2 and Class 2.0 Fax Drivers 2.Class 1 ECM e
  3. 所属分类:传真(Fax)编程

    • 发布日期:2025-02-03
    • 文件大小:340kb
    • 提供者:qin
  1. neatHresultToException_src

    0下载:
  2. I ve got this idea as an expansion to HRESULT Error Check Simplifier By Wanderley Caloni, so I guess his introduction would be better than if I wrote one. Many thanks to Wanderley Caloni for writing the article. I l
  3. 所属分类:系统编程

    • 发布日期:2025-02-03
    • 文件大小:1kb
    • 提供者:田博
  1. sht11

    0下载:
  2. sht11的c程序,sht11是瑞士盛世瑞恩传感器公司的温湿度传感器。-sht11 the c procedures, sht11 is Switzerland s prosperity Ryan sensor temperature and humidity sensors.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2025-02-03
    • 文件大小:3kb
    • 提供者:龚挺锋
  1. 13225102430

    0下载:
  2. These templates are based on the documented outlines from Tim Ryan s "The Anatomy of a Design Document" articles (published on Gamasutra). The filler text comes straight from the articles, and have been slightly edit
  3. 所属分类:软件工程

    • 发布日期:2025-02-03
    • 文件大小:44kb
    • 提供者:洪成秋
  1. winSocketTestApp

    0下载:
  2. WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。
  3. 所属分类:其他小程序

    • 发布日期:2025-02-03
    • 文件大小:42kb
    • 提供者:邓影
  1. haiguandasaruodianfangan

    0下载:
  2. 海关大厦弱电工程方案,广州莱安智能化系统开发有限公司开发 -Customs Building, weak engineering programs, Canton Ryan Development Co., Ltd. to develop intelligent system
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-02-03
    • 文件大小:912kb
    • 提供者:eagle
  1. LDPC-Codes_Ryan

    0下载:
  2. an important article introduing LDPC. The author is the prominent person in the field of researching and motivating LDPC.
  3. 所属分类:软件工程

    • 发布日期:2025-02-03
    • 文件大小:203kb
    • 提供者:刘勇
  1. tushuganli

    0下载:
  2. C#统 本系统为商丘师范学院2008届计算机科学系毕业班赖恩平的毕业设计! 基于C#.net+SQL系统! 安装环境说明: 1:请先从网上下载.NET fr a mework 2.0运行环境! 2:请安装SQL Server 2000,然后在企业管理器里将安装目录下data下的文件夹中的数据库文件附加进去就可以了! 账户Admin原始密码是5239898 账户赖恩平原始密码是523 账户梦心原始密码是52
  3. 所属分类:教育/学校应用

    • 发布日期:2025-02-03
    • 文件大小:2.94mb
    • 提供者:jiaolei
« 12 »

源码中国 www.ymcn.org