-
rgbcube
说明: RGB空间图像到CuCb空间的转换,输入一个RGB图像,可以得到一个CuCb空间的图像!(RGB space image to CuCb space conversion, enter a RGB image, you can get a CuCb space images!)
- 2011-03-16 00:20:00下载
- 积分:1
-
canny
matlab源码边缘检测算子canny以及canny的改进(matlab code,edge detect canny and the improved canny)
- 2014-10-24 15:26:00下载
- 积分:1
-
pjimage.m
源码-一个实例搞定MATLAB界面编程_简单易懂适合新手。(Source- an instance to get MATLAB programming interface _ easy to understand for novice.)
- 2014-01-02 18:02:15下载
- 积分:1
-
SPCA_ALM
主要是用PCA主矢量分析的方法在稀疏优化的运用,代码简单易懂,适合初学者(The method is mainly used in the PCA main vector analysis to optimize the use of sparse code easy to understand for beginners)
- 2014-05-20 18:58:12下载
- 积分:1
-
VC-and-MATLAB
VC6_0与MATLAB7_x混合编程方法研究(VC6_0 and MATLAB7_x mixed programming method)
- 2013-11-16 11:01:44下载
- 积分:1
-
MI
说明: estimation of mutual information
- 2015-01-22 01:45:41下载
- 积分:1
-
zhiliudianjitexing
直流电动机的机械特性 matlab 仿真建模(Dc motor mechanical properties of the matlab simulation modeling)
- 2014-02-26 15:52:16下载
- 积分:1
-
uplod4
MIMO OFDM based codings for their resource allocation.
- 2011-02-06 23:01:25下载
- 积分:1
-
yichuan-matlab
帮助您了解遗传算法实例及如火如何通过matlab
实现编程(Examples to help you understand and genetic algorithm matlab realize how fiery programming)
- 2013-08-06 15:29:04下载
- 积分:1
-
车牌识别系统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_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
- 2017-08-13 02:35:37下载
- 积分:1