搜索资源列表
多种图像边缘检测与分割处理
- 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-code P0401 Note : Prewitt operator to detect
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
SPTK-3.0.rar
- 一个用matlab写的语音处理工具程序,里面有文字说明的,,using Matlab was a voice processing tools procedure, which has a textual descr iption,
Matla--Image2
- MATLAB图像处理中的实力应用 ,在文字识别,车牌识别中有较为广泛的应用,第2部分-MATLAB image processing in the strength of applications, in character recognition, license plate recognition to have a fairly wide range of applications, Part 2
ex3
- 基于matlab车辆文字识别处理方法-Matlab vehicles based on text recognition processing method
mathcad
- MathCAD是美国Mathsoft公司推出的一个交互式的数学软件。该软件定位于向广大教师、学生、工程人员提供一个兼备文字处理、数学和图形能力的集成工作环境,使他们能方便地准备教案、完成作业和准备科学分析报告。在输入一个数学公式、方程组、矩阵之后,计算机能直接给出结果,而无须去考虑中间计算过程。在加入软件包自带的Maple插件后能直接支持符号运算。你可以在计算机上输入数学公式、符号和等式等,很容易地算出代数、积分、三角以及很多科技领域中的复杂表达式的值,并可显示数学表格和图形,通过对图形结果的分
literacy
- 基于matlab数字图像处理文字识别源文件-Based on digital image processing, character recognition matlab source file
matlab_image
- MATLAB基本图形图像处理操作,包含图像增强,图像分割,特征提取,图像识别,灰度处理线性算法,文字处理等多个压缩包-MATLAB image processing and basic graphics, including image enhancement, image segmentation, feature extraction, image recognition, linear gray-scale processing algorithms, word processing an
fenge
- 文字切割,可用于车牌识别提取 二值化图像后处理 效果还行 可是-for image recognition, face recognition and iris recognition, is a rare procedur
findoutcharactor
- 包括手写文字识别的各个步骤,图像的预处理、裁剪、大小转换、人工神经网络训练和识别等等。-Handwritten character recognition, including the various steps, image preprocessing, cropping, size, conversion, training and recognition of artificial neural networks and so on.
imagdetect
- 学习matlab图像处理的绝对有用的程序,所有程序均调试通过,程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留
4
- MATLAB的图像处理基础的资料\4 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从
image-processing-example
- 几个图像处理算法的源代码 包含了几个文字识别的实例-failed to translate
wavelete-denosing
- 教你学会用小波消噪技术处理实验数据,文字说明很详细-Teaches you how to deal with wavelet de-noising technology experimental data very detailed text descr iption
quanzhong
- 处理原始数据得出各指标的权重,可运行可调试,内含说明文字-Processing the raw data obtained for each index weights, run debug, containing captions
pinghuachuli
- 对原始数据的图象进行平滑化处理,内含各种处理方法的源程序和文字说明-The image of the original data smoothing process, containing source code and text descr iption of various treatment methods
ruanyingyuzhichuliduibi
- 使用小波阈值法对心电信号中噪声进行消除。分别设置软阈值和硬阈值进行处理。程序附有详细文字进行说明。-Wavelet threshold method in ECG noise cancellation. Are provided soft threshold and hard threshold processing. Program with a detailed text will be described.
quanjumorenyuzhquzaoi
- 使用小波阈值法对心电信号中噪声进行消除。设置全局默认阈值进行处理。程序附有详细文字进行说明。-Wavelet threshold method in ECG noise cancellation. Set global default threshold for processing. Program with a detailed text will be described.
车牌识别系统MATLAB源代码完整
- clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_
文字识别MATLAB程序思路
- 简单的文字识别,用于图像文字处理的预处理包括二值化、膨胀腐蚀、分割算法等。(Simple text recognition, image processing for the text of the pretreatment, including two values, expansion corrosion, segmentation algorithm.)
