搜索资源列表
hw11_houghTrans
- Hough transform-Using Matlab,we implement a system that detects the indicated coins.
COIN
- 一、问题叙述: 一摞硬币共m枚,每枚硬币均正面朝上。取最上面的1枚,将它们翻面后放回原处,然后取最上面的2枚硬币,将它们一起翻面后再放回原处。再取3枚,取4枚,…,直至整摞硬币都按上述方法处理过。接下来再从这摞硬币最上面的1枚开始,重复刚才的做法。这样一直下去,直到这摞硬币中的每一个又都是正面朝上为止。问这种情况是否一定出现?如果出现,则一共需做多少次翻面?-1, describes the problem: one pile a total of m gold coins, each c
WORD
- I = imread( C:\MATLAB701\toolbox\images\imdemos\coins.png ) imshow(I) figure, imhist(I,64)
BlobsDemo
- 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
coins
- 计算硬币数量 运用imerode and bwlabel 代码-Calculate coins number using imerode code and bwlabel
matlab-codes
- 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
ImageBinaryzation
- image_binaryzation.m : 图像二值化主函数,调用otsu、kittler otsu.m : 类判别分类法(otsu全局二值化算法) kittler : 最小分类错误(minimum error thresholding)全局二值化算法 image_refining.m : 图像细化主程序,调用otsu、refining refining.m : 计算骨架的一种实用方法对图像进行细化 coins.bmp lenna.bmp woman_
binarization
- 该文件夹中有四个matlab文件,说明如下: binariztion.m: 二值化主程序,分别调用下面三种二值化算法。 otsu.m: 表示otsu全局二值化算法。 kittlerMet.m: 表示kittler 最小分类错误(minimum error thresholding)全局二值化算法。 niblack.m: 表示niblack局部二值化算法。 coins.bmp: 原始灰度图片。 coins_bw_otsu.bmp: otsu全局二值化结果。
Ostu
- 该文件夹中是三种二值化算法的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
Random-simulation-topic-toss-a-coin
- 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
matlab_10-coins
- matlab图像处理的,检测10个硬币的位置-matlab image processing to detect the position of the 10 coins
coin_check
- 基于MATLAB编写的圆形物体识别程序,可以识别硬币等圆形物体。-Circular object recognition based on MATLAB written procedures, identify coins and other round objects.
RegionGrow
- 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
AutoThreshold
- 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
coins
- define and calculate coins with matlab
5454DF
- 【matlab编程代做】基于matlab计算硬币数量算法源码 -[Do] matlab matlab-based programming on behalf of computing the number of coins algorithm source code
ljds23
- 【matlab编程代做】圆形物体识别程序硬币等圆形物体 -[Do] matlab programming generation circular object recognition program coins and other round objects
LJLSD4323
- 【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
MALTHL23
- 【matlab编程代做】圆形物体识别程序硬币等圆形物体 可以作为参考使用学习-[Do] matlab programming generation circular object recognition program coins and other round objects can be used as a reference study
CoTrade
- 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.