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

Search list

[Software EngineeringSVM-MATLAB

Description: 本文是一篇名为“基于SVM的石油勘探算法研究”的硕士论文,文中应用MATLAB进行算法实现,给出了详细的设计思路,各种不同方法的图像对比,区县调整,是一片相当不错的文章。-This is the one entitled "SVM Based Algorithm for oil exploration," the master's thesis, text MATLAB algorithm is given a detailed design ideas, different methods of image contrast. county adjustment is a pretty good article.
Platform: | Size: 737677 | Author: lijianjun | Hits:

[OtherRadar Signal Analysis And Processing Using Matlab

Description: Radar Signal Analysis and Processing Using MATLAB is written so that it can be used as a reference book or as a textbook for two graduate level courses with emphasis on signals and signal processing. Instructors using this book as a text may choose the following chapter breakdown for their curriculum. Chap- ters 1 through Chapter 7 can be used for the first course, while Chapters 8 through 11 may be used for the second course. Chapter 11 (Target Tracking), Chapter 12 (Synthetic Aperture Radar), and Chapter 13 (Radar Cross Section) (R) from my other book Radar Systems Analysis and Design Using MATLAB may also be used to supplement both courses.
Platform: | Size: 5902282 | Author: lgxman | Hits:

[OtherAn Introduction to Matlab

Description: 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calculator 3 4 Numbers & Formats 3 5 Variables 3 5.1 Variable Names . . . . . . . . . . . . 3 6 Suppressing output 4 7 Built{In Functions 4 7.1 Trigonometric Functions . . . . . . . 4 7.2 Other Elementary Functions . . . . . 4 8 Vectors 4 8.1 The Colon Notation . . . . . . . . . 5 8.2 Extracting Bits of a Vector . . . . . 5 8.3 Column Vectors . . . . . . . . . . . . 5 8.4 Transposing . . . . . . . . . . . . . . 5 9 Keeping a record 6 10 Plotting Elementary Functions 6 10.1 Plotting|Titles & Labels . . . . . . 7 10.2 Grids . . . . . . . . . . . . . . . . . . 7 10.3 Line Styles & Colours . . . . . . . . 7 10.4 Multi{plots . . . . . . . . . . . . . . 7 10.5 Hold . . . . . . . . . . . . . . . . . . 7 10.6 Hard Copy . . . . . . . . . . . . . . 8 10.7 Subplot . . . . . . . . . . . . . . . . 8 10.8 Zooming . . . . . . . . . . . . . . . . 8 10.9 Formatted text on Plots . . . . . . . 8 10.10Controlling Axes . . . . . . . . . . . 9 11 Keyboard Accelerators 9 12 Copying to and from Word and other applications 10 12.1 Window Systems . . . . . . . . . . . 10 12.2 Unix Systems . . . . . . . . . . . . . 10 13 Script Files 10 14 Products, Division & Powers of Vectors 11 14.1 Scalar Product (*) . . . . . . . . . . 11 14.2 Dot Product (.*) . . . . . . . . . . . 11 14.3 Dot Division of Arrays (./) . . . . . 12 14.4 Dot Power of Arrays (.^) . . . . . . 12 15 Examples in Plotting 13 16 Matrices|Two{Dimensional Arrays 13 16.1 Size of a matrix . . . . . . . . . . . . 14 16.2 Transpose of a matrix . . . . . . . . 14 16.3 Special Matrices . . . . . . . . . . . 14 16.4 The Identity Matrix . . . . . . . . . 14 16.5 Diagonal Matrices . . . . . . . . . . 15 16.6 Building Matrices . . . . . . . . . . . 15 16.7 Tabulating Functions . . . . . . . . . 15 16.8 Extracting Bits of Matrices . . . . . 16 16.9 Dot product of matrices (.*) . . . . 16 16.10Matrix{vector products . . . . . . . 16 16.11Matrix{Matrix Products . . . . . . . 17 16.12Sparse Matrices . . . . . . . . . . . . 17 17 Systems of Linear Equations 18 17.1 Overdetermined system of linear equations . . . . . . . . . . . . . . . . . . 18 18 Characters, Strings and Text 20 19 Loops 20 20 Logicals 21 20.1 While Loops . . . . . . . . . . . . . . 22 20.2 if...then...else...end . . . . . . 23 21 Function m{ les 23 21.1 Examples of functions . . . . . . . . 24 22 Further Built{in Functions 25 22.1 Rounding Numbers . . . . . . . . . . 25 22.2 The sum Function . . . . . . . . . . . 25 22.3 max & min . . . . . . . . . . . . . . . 26 22.4 Random Numbers . . . . . . . . . . 26 22.5 find for vectors . . . . . . . . . . . . 27 22.6 find for matrices . . . . . . . . . . . 27 23 Plotting Surfaces 27 24 Timing 28 25 On{line Documentation 29 26 Reading and Writing Data Files 29 26.1 Formatted Files . . . . . . . . . . . . 30 26.2 Unformatted Files . . . . . . . . . . 30 27 Graphic User Interfaces 31 28 Command Summary 32
Platform: | Size: 877346 | Author: taffy320 | Hits:

[Graph Recognizec第二章 matlab语言基础h2

Description: 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to delete all current lines, retaining only chip targets
Platform: | Size: 8192 | Author: 肖雷 | Hits:

[Special EffectsAscii text image generator

Description: Description: Starting from an image file, it generates a .txt file containing the image in Ascii text format.
Platform: | Size: 2048 | Author: gz | Hits:

[Software EngineeringSVM-MATLAB

Description: 本文是一篇名为“基于SVM的石油勘探算法研究”的硕士论文,文中应用MATLAB进行算法实现,给出了详细的设计思路,各种不同方法的图像对比,区县调整,是一片相当不错的文章。-This is the one entitled "SVM Based Algorithm for oil exploration," the master's thesis, text MATLAB algorithm is given a detailed design ideas, different methods of image contrast. county adjustment is a pretty good article.
Platform: | Size: 737280 | Author: lijianjun | Hits:

[Special Effectsedge_detect-matlab

Description: 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-Procedure Code Description P0401: detection using Prewitt operator Edge P0402: different σ value Log Operators image edge detection P0403: using Canny edge detection image edge P0404: Image Thresholding P0405: water line threshold Image segmentation method P0406: for the matrix quadtree decomposition P0407: the image is divided into text and non-text for these two types of P0408: morphological gradient detected binary image of the edge of P0409: morphological examples- from the PCB to remove all images current lines, retaining only the target chip
Platform: | Size: 40960 | Author: 张甲杰 | Hits:

[Graph RecognizeMatlab

Description: 本着好东西要分享的原则.现在放出国外的可以用于商业的完整MATLAB车牌识别系统.注意这个代码是国外的.看不懂E文和我无关.接下来还有2个相关的内容一起发上来-The spirit of good things to share principle. Now let abroad can be used for commercial MATLAB complete license plate recognition system. Note this code is abroad. E can not read the text and I had nothing to do. Then there are two relevant content with hair up
Platform: | Size: 3914752 | Author: 2852095 | Hits:

[Special Effectsmatlab

Description: 一个matlab做的图象处理程序. P0801:索书号文字图像分割 P0802:粘连字符切分 P0803:文字识别 P0804:彩色车牌分割 P0805:商标文字分割 Recognition:文字识别的识别子函数 StrDetect01:文字识别的结构特征提取子函数-A matlab to do the image processing procedures. P0801: Call Number text image segmentation P0802: adhesion character segmentation P0803: Character Recognition P0804: Segmentation of color plates P0805: text segmentation trademarks Recognition: Character Recognition Recognition Functions StrDetect01: Text Recognition Structural Feature Extraction Functions
Platform: | Size: 211968 | Author: 嘉川 | Hits:

[Special Effectslsbhide

Description: 实现信息的隐藏,将文本信息隐藏在BMP位图中,实现了信息的隐秘传输和数字水印-Realize the hidden information, the text information hidden in Bitmap BMP, the realization of the secret transmission of information and digital watermark
Platform: | Size: 1024 | Author: 王春辉 | Hits:

[Special Effectslsb

Description: 几个图像中嵌入文本的LSB信息隐藏算法,适合信息隐藏初学者,注释详细-Several images embedded in the text of the LSB Information Hiding Algorithm for Information Hiding beginners, notes in detail
Platform: | Size: 100352 | Author: 林瑞 | Hits:

[GDI-BitmapMatlab-handwrite-recognition-sourse-code

Description: 此程序用matlab开发平台实现对手写文字的识别,效果不错,运行后就知道了!拿来大家共享!-This process development platform using matlab realize handwritten text recognition, good results, run after the know! Brought everyone to share!
Platform: | Size: 152576 | Author: 孟繁荣 | Hits:

[2D Graphicxml

Description: With this tool you can convert strings and files containing XML data to MATLAB struct arrays. Either as one array of structs with all text and tags, or as sub- and subsub-levels of structs for each section enclosed between tags. With xmldata(...) is a "fast" lowlevel interface to read single tags. Compiled mex-files for Linux & Windows. c-source included. Copyright (C) Peter Rydesä ter 2002, Mitthö gskolan, SWEDEN This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License.
Platform: | Size: 28672 | Author: aprist | Hits:

[Special EffectsadaptivethresholdImageSeg_TextDetection

Description: 自适应阈值的图像分割及文字提取技术,matlab,对学习基本原理有帮助-Adaptive threshold for image segmentation and text extraction technology, matlab, the basic principles of learning will help
Platform: | Size: 167936 | Author: nickzhlf | Hits:

[AI-NN-PRMatlab

Description: Matlab实现基于神经网络的文字字母识别,很好用哦,大家下载吧-Matlab neural network-based text-letter identification, very good with Oh, you download it
Platform: | Size: 404480 | Author: maz12 | Hits:

[Special EffectsArithemeticCoding

Description: 这个算术编码是对大量英文文本进行压缩,只适合英文文本压缩(适当修改可以用于图像压缩)-The arithmetic coding is a lot of English text compression, is only suitable for English text compression (with appropriate modifications can be used for image compression)
Platform: | Size: 17408 | Author: 倪广波 | Hits:

[matlabText-File-Array

Description: Matlab实现文本文件读取并存储成矩阵源代码 -这个Matlab程序,可以读取任何文本文件,并返回一个内容的数组。它在执行过程中,对每个字符串进行匹配,每行作为一次匹配的结束。
Platform: | Size: 44032 | Author: tianchui | Hits:

[Speech/Voice recognition/combinetext

Description: 在MATLAB环境下实现基于矢量量化的说话人识别系统。在实时录音的情况下,利用该语音识别系统,对不同的人的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。-In the MATLAB environment VQ-based Speaker Recognition System. In real-time recording, the use of the voice recognition system, for different people to carry out voice recognition. Implementation of automatic text-independent speaker verification of real-time identification.
Platform: | Size: 36864 | Author: candy | Hits:

[matlabMATLAB

Description: 文具体介绍了有关投影法进行字符分割的程序源码-Text details for the projection of the program source code character segmentation
Platform: | Size: 1689600 | Author: 郭伟 | Hits:

[GDI-Bitmapedgebased

Description: 这是使用基于边缘的方法对文本图像中的文字进行检测的算法,可以将图像中的文字提取并标记出来。-This is the way to the edge-based text in the image text detection algorithm can extract the text in the image and mark them.
Platform: | Size: 1024 | Author: 王晓冰 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net