CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab Coins

搜索资源列表

  1. hw11_houghTrans

    0下载:
  2. Hough transform-Using Matlab,we implement a system that detects the indicated coins.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:508.96kb
    • 提供者:zhihong
  1. COIN

    0下载:
  2. 一、问题叙述: 一摞硬币共m枚,每枚硬币均正面朝上。取最上面的1枚,将它们翻面后放回原处,然后取最上面的2枚硬币,将它们一起翻面后再放回原处。再取3枚,取4枚,…,直至整摞硬币都按上述方法处理过。接下来再从这摞硬币最上面的1枚开始,重复刚才的做法。这样一直下去,直到这摞硬币中的每一个又都是正面朝上为止。问这种情况是否一定出现?如果出现,则一共需做多少次翻面?-1, describes the problem: one pile a total of m gold coins, each c
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:914byte
    • 提供者:Abdullah
  1. WORD

    0下载:
  2. I = imread( C:\MATLAB701\toolbox\images\imdemos\coins.png ) imshow(I) figure, imhist(I,64)
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:17.4kb
    • 提供者:
  1. BlobsDemo

    0下载:
  2. Demo to illustrate simple blob detection (sementation), measurement, and filtering. Requires the Image Processing Toolbox (IPT) because it demonstrates some functions supplied by that toolbox, plus it uses the "coins" demo image supplied with that to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5.68kb
    • 提供者:zhenhao
  1. coins

    0下载:
  2. 计算硬币数量 运用imerode and bwlabel 代码-Calculate coins number using imerode code and bwlabel
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:13.04kb
    • 提供者:pat
  1. matlab-codes

    0下载:
  2. matlab programs counting coins finding an object in an image gui in matlab codes in image processing in matlab , math calculator with gui in matlab
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:4.74kb
    • 提供者:nashwa
  1. ImageBinaryzation

    0下载:
  2. image_binaryzation.m : 图像二值化主函数,调用otsu、kittler otsu.m : 类判别分类法(otsu全局二值化算法) kittler : 最小分类错误(minimum error thresholding)全局二值化算法 image_refining.m : 图像细化主程序,调用otsu、refining refining.m : 计算骨架的一种实用方法对图像进行细化 coins.bmp lenna.bmp woman_
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:705.28kb
    • 提供者:许胜强
  1. binarization

    2下载:
  2. 该文件夹中有四个matlab文件,说明如下: binariztion.m: 二值化主程序,分别调用下面三种二值化算法。 otsu.m: 表示otsu全局二值化算法。 kittlerMet.m: 表示kittler 最小分类错误(minimum error thresholding)全局二值化算法。 niblack.m: 表示niblack局部二值化算法。 coins.bmp: 原始灰度图片。 coins_bw_otsu.bmp: otsu全局二值化结果。
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:54kb
    • 提供者:小米
  1. Ostu

    0下载:
  2. 该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) fig
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:3.63kb
    • 提供者:自己人
  1. Random-simulation-topic-toss-a-coin

    0下载:
  2. MATLAB 对抛掷硬币进行仿真分析的源代码,可以直接下载并运行进行分析,调试完全无误,便于相关人员进行分析交流-MATLAB simulation analysis of throwing COINS of the source code, and can directly to download and run to carry on the analysis, debugging completely inerrant, facilitate relative personnel exch
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1.09kb
    • 提供者:谯舟三
  1. matlab_10-coins

    0下载:
  2. matlab图像处理的,检测10个硬币的位置-matlab image processing to detect the position of the 10 coins
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:38.31kb
    • 提供者:游侠
  1. coin_check

    0下载:
  2. 基于MATLAB编写的圆形物体识别程序,可以识别硬币等圆形物体。-Circular object recognition based on MATLAB written procedures, identify coins and other round objects.
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:88.36kb
    • 提供者:洪依
  1. RegionGrow

    1下载:
  2. matlab,区域生长算法,代码为算法函数,文本文档为调用示例,对matlab内置图像coins.png进行基于种子点的区域生长调用,图像生成时,用户用鼠标在其中选取一个种子点并按回车键,之后会出现分割效果。-matlab, region growing algorithm, code for arithmetic functions, the text document is called an example of matlab built-in image coins.png seed p
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:10.9kb
    • 提供者:李光
  1. AutoThreshold

    1下载:
  2. matlab,迭代选择阈值法,代码为算法函数,文本为调用命令,对matlab内置图像coins.png进行自动阈值分割-matlab, iterative threshold selection method, code for arithmetic functions, invoke the command text on the matlab built-in image coins.png automatic thresholding
  3. 所属分类:其他小程序

    • 发布日期:2017-11-09
    • 文件大小:11kb
    • 提供者:李光
  1. coins

    0下载:
  2. define and calculate coins with matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.8kb
    • 提供者:Faisol
  1. 5454DF

    0下载:
  2. 【matlab编程代做】基于matlab计算硬币数量算法源码 -[Do] matlab matlab-based programming on behalf of computing the number of coins algorithm source code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-28
    • 文件大小:101.92kb
    • 提供者:俊俊
  1. ljds23

    0下载:
  2. 【matlab编程代做】圆形物体识别程序硬币等圆形物体 -[Do] matlab programming generation circular object recognition program coins and other round objects
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-26
    • 文件大小:157.06kb
    • 提供者:珺珺
  1. LJLSD4323

    0下载:
  2. 【matlab编程代做】基于matlab计算硬币数量算法源码 可以作为参考使用学习-[Do] matlab programming generation algorithm to calculate the number of coins can be used as a reference source on the use of learning matlab
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:102.16kb
    • 提供者:火箭客
  1. MALTHL23

    0下载:
  2. 【matlab编程代做】圆形物体识别程序硬币等圆形物体 可以作为参考使用学习-[Do] matlab programming generation circular object recognition program coins and other round objects can be used as a reference study
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:157.3kb
    • 提供者:金金
  1. CoTrade

    0下载:
  2. The package includes the Matlab code of COINS, which is designed for learning from multi-label data under the inductive semi-supervised setting by adapting the co-training techniques. Source code as well as running demo are included in the package.
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:110kb
    • 提供者:zara-90
« 12 »
搜珍网 www.dssz.com