-
extractingObjects
This is a program for extracting objects from an image. Written for vehicle number plate segmentation and extraction.
Authors : Jeny Rajan, Chandrashekar P S.
U can use attached test image for testing
input - give the image file name as input. eg :- car3.jpg(This is a program for extracting objects from an image. Written for vehicle number plate segmentation and extraction.
Authors : Jeny Rajan, Chandrashekar P S.
U can use attached test image for testing
input- give the image file name as input. eg :- car3.jpg)
- 2009-10-21 00:40:47下载
- 积分:1
-
test
GMM的matalab实现,通过对多个语种进行训练,然后得出每个语种的GMM模型,最终用于语种识别(GMM' s matalab achieved through training of more than one language, then come to the GMM model for each language, and ultimately for identifying languages)
- 2011-08-04 20:55:38下载
- 积分:1
-
usefull-skills-in-matlab
matlab使用的N个实用技巧及其程序实现。(N-use practical skills and procedures matlab implementation.)
- 2013-11-26 00:25:24下载
- 积分:1
-
盲去卷积滤波法
在matlab中使用盲去卷积滤波法进行图像的复原(Image restoration using blind deconvolution filtering in matlab)
- 2019-04-20 15:02:13下载
- 积分:1
-
diagnose
故障诊断matlab源代码,能够正确识别故障的类型(Fault diagnosis matlab source code, able to correctly identify the type of fault)
- 2020-12-07 14:59:22下载
- 积分:1
-
Unscented-Particle-Filter
Unscented Particle Filter源程序(Unscented Particle Filter PROGRAM)
- 2013-05-07 11:31:15下载
- 积分:1
-
LFM-filter
产生LFM信号-分析其频谱-运用频域匹配滤波器.m(LFM signal is generated- An analysis of the spectrum- the use of the frequency domain matched filter m.)
- 2014-01-09 19:44:02下载
- 积分:1
-
Band_Solve
用matlab求解一个多阶矩阵,n乘以m的矩阵(Using matlab to solve more than one order matrix, n multiplied by m matrix)
- 2015-04-04 03:54:25下载
- 积分:1
-
lagre
一个matlab编写的图片放大程序
可供初学者快速了解学习
掌握基本函数(Write a matlab program to enlarge the picture to learn to master for beginners to quickly understand the basic function)
- 2010-07-30 15:52:00下载
- 积分:1
-
ROC-plot.zip
试者工作特征曲线 (receiver operating characteristic curve,简称ROC曲线),又称为感受性曲线(sensitivity curve)。得此名的原因在于曲线上各点反映着相同的感受性,它们都是对同一信号刺激的反应,只不过是在几种不同的判定标准下所得的结果而已。接受者操作特性曲线就是以虚报概率为横轴,击中概率为纵轴所组成的坐标图,和被试在特定刺激条件下由于采用不同的判断标准得出的不同结果画出的曲线。(PLOTROC Plot receiver operating characteristic.
Syntax
plotroc(targets,outputs)
plotroc(targets1,outputs1, name1 ,targets,outputs2, name2 , ...)
Description
PLOTROC(TARGETS,OUTPUTS) plots the receiver operating characteristic
for each output class. The more each curve hugs the left and top edges
of the plot, the better the classification.
PLOTROC(TARGETS1,OUTPUTS2, name1 ,...) generates multiple plots.
)
- 2012-02-12 11:58:08下载
- 积分:1