CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - text matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - text matlab - List
[
Software Engineering
]
SVM-MATLAB
DL : 1
本文是一篇名为“基于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.
Update
: 2008-10-13
Size
: 720.39kb
Publisher
:
lijianjun
[
Other
]
Radar Signal Analysis And Processing Using Matlab
DL : 0
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.
Update
: 2011-12-05
Size
: 5.63mb
Publisher
:
lgxman
[
Other
]
An Introduction to Matlab
DL : 0
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
Update
: 2012-02-26
Size
: 856.78kb
Publisher
:
taffy320
[
Graph Recognize
]
c第二章 matlab语言基础h2
DL : 0
用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
Update
: 2025-02-17
Size
: 8kb
Publisher
:
肖雷
[
Special Effects
]
Ascii text image generator
DL : 0
Description: Starting from an image file, it generates a .txt file containing the image in Ascii text format.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
gz
[
Software Engineering
]
SVM-MATLAB
DL : 0
本文是一篇名为“基于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.
Update
: 2025-02-17
Size
: 720kb
Publisher
:
lijianjun
[
Special Effects
]
edge_detect-matlab
DL : 0
程序代码说明 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
Update
: 2025-02-17
Size
: 40kb
Publisher
:
张甲杰
[
Graph Recognize
]
Matlab
DL : 0
本着好东西要分享的原则.现在放出国外的可以用于商业的完整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
Update
: 2025-02-17
Size
: 3.73mb
Publisher
:
2852095
[
Special Effects
]
matlab
DL : 0
一个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
Update
: 2025-02-17
Size
: 207kb
Publisher
:
嘉川
[
Special Effects
]
lsbhide
DL : 0
实现信息的隐藏,将文本信息隐藏在BMP位图中,实现了信息的隐秘传输和数字水印-Realize the hidden information, the text information hidden in Bitmap BMP, the realization of the secret transmission of information and digital watermark
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王春辉
[
Special Effects
]
lsb
DL : 0
几个图像中嵌入文本的LSB信息隐藏算法,适合信息隐藏初学者,注释详细-Several images embedded in the text of the LSB Information Hiding Algorithm for Information Hiding beginners, notes in detail
Update
: 2025-02-17
Size
: 98kb
Publisher
:
林瑞
[
GDI-Bitmap
]
Matlab-handwrite-recognition-sourse-code
DL : 0
此程序用matlab开发平台实现对手写文字的识别,效果不错,运行后就知道了!拿来大家共享!-This process development platform using matlab realize handwritten text recognition, good results, run after the know! Brought everyone to share!
Update
: 2025-02-17
Size
: 149kb
Publisher
:
孟繁荣
[
2D Graphic
]
xml
DL : 0
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.
Update
: 2025-02-17
Size
: 28kb
Publisher
:
aprist
[
Special Effects
]
adaptivethresholdImageSeg_TextDetection
DL : 0
自适应阈值的图像分割及文字提取技术,matlab,对学习基本原理有帮助-Adaptive threshold for image segmentation and text extraction technology, matlab, the basic principles of learning will help
Update
: 2025-02-17
Size
: 164kb
Publisher
:
nickzhlf
[
AI-NN-PR
]
Matlab
DL : 0
Matlab实现基于神经网络的文字字母识别,很好用哦,大家下载吧-Matlab neural network-based text-letter identification, very good with Oh, you download it
Update
: 2025-02-17
Size
: 395kb
Publisher
:
maz12
[
Special Effects
]
ArithemeticCoding
DL : 0
这个算术编码是对大量英文文本进行压缩,只适合英文文本压缩(适当修改可以用于图像压缩)-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)
Update
: 2025-02-17
Size
: 17kb
Publisher
:
倪广波
[
matlab
]
Text-File-Array
DL : 0
Matlab实现文本文件读取并存储成矩阵源代码 -这个Matlab程序,可以读取任何文本文件,并返回一个内容的数组。它在执行过程中,对每个字符串进行匹配,每行作为一次匹配的结束。
Update
: 2025-02-17
Size
: 43kb
Publisher
:
tianchui
[
Speech/Voice recognition/combine
]
text
DL : 0
在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.
Update
: 2025-02-17
Size
: 36kb
Publisher
:
candy
[
matlab
]
MATLAB
DL : 0
文具体介绍了有关投影法进行字符分割的程序源码-Text details for the projection of the program source code character segmentation
Update
: 2025-02-17
Size
: 1.61mb
Publisher
:
郭伟
[
GDI-Bitmap
]
edgebased
DL : 0
这是使用基于边缘的方法对文本图像中的文字进行检测的算法,可以将图像中的文字提取并标记出来。-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.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王晓冰
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.