Welcome![Sign In][Sign Up]
Location:
Search - matlab Coins

Search list

[Other resourcehw11_houghTrans

Description: Hough transform-Using Matlab,we implement a system that detects the indicated coins.
Platform: | Size: 521174 | Author: zhihong | Hits:

[Graph RecognizeFindcoins

Description: 这是一个老外写的利用曲率来识别硬币的MATLAB程序。作者所在国家的硬币偏黄色,拍摄的时候反光比较少,容易识别,国内的硬币则不然,特别是1块和1毛的硬币,很容易产生反光,因此识别时要消除反光。但是这种识别方法简单,实时性好,不失一种良好的参考。国内用图像识别硬币作的还很少,一般都是通过考查硬币的材质来判断硬币,成本较高,而软件来识别成本较低,但是有一定的难度。-This is a foreigner to write the use of curvature to identify the coins of the MATLAB program. The author coins the country where the yellow side, when shooting less reflective, easy identification, the coins are not domestic, especially in a coin and one of Mao, it is easy to produce reflective, so to eliminate reflective recognition. However, this identification method is simple, real-time, and losing a good reference. Domestic use image recognition for the few coins, coins are generally through the test material to determine the coin, the higher the cost, and software to identify lower-cost, but have a certain degree of difficulty.
Platform: | Size: 1179648 | Author: 陈墨 | Hits:

[matlabhw11_houghTrans

Description: Hough transform-Using Matlab,we implement a system that detects the indicated coins.-Hough transform-Using Matlab, we implement a system that detects the indicated coins.
Platform: | Size: 521216 | Author: zhihong | Hits:

[OtherCOIN

Description: 一、问题叙述: 一摞硬币共m枚,每枚硬币均正面朝上。取最上面的1枚,将它们翻面后放回原处,然后取最上面的2枚硬币,将它们一起翻面后再放回原处。再取3枚,取4枚,…,直至整摞硬币都按上述方法处理过。接下来再从这摞硬币最上面的1枚开始,重复刚才的做法。这样一直下去,直到这摞硬币中的每一个又都是正面朝上为止。问这种情况是否一定出现?如果出现,则一共需做多少次翻面?-1, describes the problem: one pile a total of m gold coins, each coin are positive upward. Check the top one, turn them back into the original position after the noodle, then check the top two coins and put them together and then turned back into the original noodle. Re-admitted 3, take 4, ..., until the entire pile of coins are handled by the above method. Then again from the top of the pile of coins a start, just repeat the practice. This has been until this pile of coins in each one after another up to date are positive. Must ask whether this is happening? If there is need to make a total of how many times over noodle?
Platform: | Size: 1024 | Author: Abdullah | Hits:

[Program docWORD

Description: I = imread( C:\MATLAB701\toolbox\images\imdemos\coins.png ) imshow(I) figure, imhist(I,64)
Platform: | Size: 17408 | Author: | Hits:

[Windows DevelopBlobsDemo

Description: 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 toolbox. If you have the IPT (you can check by typing ver on the command line), you should be able to run this demo code simply by copying and pasting this code into a new editor window, and then clicking the green "run" triangle on the toolbar.
Platform: | Size: 6144 | Author: zhenhao | Hits:

[assembly languagecoins

Description: 计算硬币数量 运用imerode and bwlabel 代码-Calculate coins number using imerode code and bwlabel
Platform: | Size: 13312 | Author: pat | Hits:

[matlabmatlab-codes

Description: 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
Platform: | Size: 5120 | Author: nashwa | Hits:

[Special EffectsImageBinaryzation

Description: image_binaryzation.m : 图像二值化主函数,调用otsu、kittler otsu.m : 类判别分类法(otsu全局二值化算法) kittler : 最小分类错误(minimum error thresholding)全局二值化算法 image_refining.m : 图像细化主程序,调用otsu、refining refining.m : 计算骨架的一种实用方法对图像进行细化 coins.bmp lenna.bmp woman_v7_5.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-image_binaryzation.m: image binarization main function, call otsu, kittler otsu.m: class discriminant classification (otsu global binarization algorithm) kittler: minimum classification error (minimum error thresholding) global binarization algorithm image_refining.m: thinning the main program, call otsu, refining refining.m: a practical method of calculating the skeleton of the image refinement coins.bmp lenna.bmp woman_v7_5.bmp: original gray-scale image results folder: Save the experiment generated images and the program flow chart
Platform: | Size: 721920 | Author: 许胜强 | Hits:

[Special Effectsbinarization

Description: 该文件夹中有四个matlab文件,说明如下: binariztion.m: 二值化主程序,分别调用下面三种二值化算法。 otsu.m: 表示otsu全局二值化算法。 kittlerMet.m: 表示kittler 最小分类错误(minimum error thresholding)全局二值化算法。 niblack.m: 表示niblack局部二值化算法。 coins.bmp: 原始灰度图片。 coins_bw_otsu.bmp: otsu全局二值化结果。 coins_bw_kittler.bmp: kittler 最小分类错误全局二值化结果。 coins_bw_niblack.bmp: niblack 局部二值化结果。- English Spanish Arabic In that folder there are four matlab file, as follows: binariztion.m: the binarization main program, call the following three binarization algorithms. otsu.m: the otsu global binarization algorithm. kittlerMet.m: kittler minimum classification error (minimum error thresholding) global binarization algorithm. niblack.m: niblack local binarization algorithm. coins.bmp: the original gray-scale images. coins_bw_otsu.bmp: global Otsu binarization results. coins_bw_kittler.bmp: kittler minimum classification error global binarization results. coins_bw_niblack.bmp: niblack local binarization results.
Platform: | Size: 55296 | Author: 小米 | Hits:

[2D GraphicOstu

Description: 该文件夹中是三种二值化算法的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) figure, imshow(I_bw)
Platform: | Size: 4096 | Author: 自己人 | Hits:

[matlabRandom-simulation-topic-toss-a-coin

Description: 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 exchanges analysis
Platform: | Size: 1024 | Author: 谯舟三 | Hits:

[Special Effectsmatlab_10-coins

Description: matlab图像处理的,检测10个硬币的位置-matlab image processing to detect the position of the 10 coins
Platform: | Size: 38912 | Author: 游侠 | Hits:

[Othercoin_check

Description: 基于MATLAB编写的圆形物体识别程序,可以识别硬币等圆形物体。-Circular object recognition based on MATLAB written procedures, identify coins and other round objects.
Platform: | Size: 90112 | Author: 洪依 | Hits:

[OtherRegionGrow

Description: 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 point based region growing calls, image generation, the user with the mouse in which to select a seed point and press Enter button will appear after segmentation.
Platform: | Size: 11264 | Author: 李光 | Hits:

[OtherAutoThreshold

Description: 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
Platform: | Size: 11264 | Author: 李光 | Hits:

[Othercoins

Description: define and calculate coins with matlab
Platform: | Size: 6144 | Author: Faisol | Hits:

[2D Graphic5454DF

Description: 【matlab编程代做】基于matlab计算硬币数量算法源码 -[Do] matlab matlab-based programming on behalf of computing the number of coins algorithm source code
Platform: | Size: 104448 | Author: 俊俊 | Hits:

[OpenGL programljds23

Description: 【matlab编程代做】圆形物体识别程序硬币等圆形物体 -[Do] matlab programming generation circular object recognition program coins and other round objects
Platform: | Size: 160768 | Author: 珺珺 | Hits:

[OtherCoTrade

Description: 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.
Platform: | Size: 112640 | Author: zara-90 | Hits:
« 12 »

CodeBus www.codebus.net