登录
首页 » matlab » LDA

LDA

于 2020-08-29 发布 文件大小:55KB
0 128
下载积分: 1 下载次数: 1

代码说明:

说明:  线性判别分析(LDA)用于特征选择,可以对数据集或者图像提取有用特征,用于分类或者聚类等机器学习应用中(Linear Discriminant Analysis (LDA) for feature selection, application in dataset or image feature extraction, for classification or clustering applications in machine learning)

文件列表:

线性判别分析LDA
...............\abut
...............\htm" target=_blank>all-correlate
...............\auc.m
...............\backward.m
...............\bernoulli.m
...............\binvar.m
...............\boxplot.m
...............\cauchy.m
...............\cdf_norm.m
...............\check_result
...............\chisq.m
...............\classify.m
...............\classify_new.m
...............\classify_rate.m
...............\clindisc.m
...............\concordance.m
...............\Contents.m
...............\Contents.m~
...............\corr.ptr
...............\corr.pts
...............\cpruned_lindisc.m
...............\culindisc.m
...............\htm" target=_blank>data
...............\deuclid.m
...............\dmeuclid.m
...............\ex_duda.m
...............\htm" target=_blank>format_result
...............\forward
...............\forward.m
...............\forwards.m
...............\forward_class.m
...............\forward_class_patt.m
...............\htm" target=_blank>fwd-linear
...............\gauss.m
...............\gaussian2D.m
...............\getthresh.m
...............\kappa.m
...............\knn.m
...............\ks.m
...............\ksone.m
...............\l1out.m
...............\lclassify.m
...............\lindisc.m
...............\linfwd.m
...............\linnode.m
...............\linreg.m
...............\linsep.m
...............\mad.m
...............\make-col-ones
...............\mlindisc.m
...............\mquaddisc.m
...............\nn.m
...............\nn_class.m
...............\normal.m
...............\normalis.m
...............\htm" target=_blank>nrows
...............\opcurve.m
...............\pauc.m
...............\pchisq.m
...............\pdiff.m
...............\pdiffbin.m
...............\plindisc.m
...............\plot_cauchy_gauss.m
...............\plot_lin_map.m
...............\pnorm.m
...............\probks.m
...............\pruned_lda.m
...............\pruned_lindisc.m
...............\quaddisc.m
...............\quadsep.m
...............\rclassify.m
...............\htm" target=_blank>README
...............\regress.m
...............\skew.m
...............\svd_pinv.m
...............\tab-to-space
...............\test_class.m
...............\htm" target=_blank>tmp-out
...............\tmp2
...............\ttest.m
...............\ttest1.m
...............\ttest_stat.m
...............\ugauss.m
...............\ugaussmix.m
...............\ulin_l1out.m
...............\vars_tmp
...............\xblob.m
...............\xforward.m
...............\xksone.m
...............\xlindisc1.m
...............\xlinsep1.m
...............\xorsep.m
...............\xquadsep1.m
...............\新建 文本文档.txt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BM
    说明:  双目测距bm算法,已经实现,基于vs2015+opencv3.2,测距精度很高,一米内精度一厘米误差(Binocular ranging bm algorithm, which has been implemented, is based on vs2015 + opencv3.2, which has high accuracy and one centimeter error in one meter)
    2017-09-04 19:43:02下载
    积分:1
  • fouriermellin
    本代码是完成傅里叶梅林变换对图像的旋转剪切。没有嵌入水印。(The code is complete Fourier Mellin transform of the image rotation shear. No embedded watermark.)
    2010-05-17 16:29:41下载
    积分:1
  • Logistics-Tracking-System
    网页版物流跟踪,直接登录web服务器进行物流单号查询(Web version logistics tracking, logistics single query)
    2014-04-13 14:10:09下载
    积分:1
  • 灰度
    改变图像灰度,增强图像中需要的信息,可利用与分割前处理(Change the image gray level, increase the information)
    2017-07-16 21:33:42下载
    积分:1
  • coregistration_FFT
    基于FFT的配准程序,用在图像配准中的粗匹配中,对噪声、图像中物体发生运动等极为鲁棒! (FFT-based registration procedure, used in image registration in the coarse matching, noise, motion and other image objects occur very robust!)
    2011-08-31 14:26:10下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分:1
  • 烟雾检测(源代码)
    【实例简介】本设计为基于MATLAB的火焰烟雾火灾检测系统。传统的采用颜色的方法,误识别大,局限性强。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的bishe选题。
    2021-06-17 00:31:26下载
    积分:1
  • yumen
    数字图像处理应用程序,包括灰度化,点运算等(Digital image processing applications, including graying, point operations, etc.)
    2010-05-15 08:52:56下载
    积分:1
  • 0999
    卡尔曼滤波是一种数据处理方法,它是一种线性最小方差无偏估计准则,基于系统 状态估计和当前观测,通过引入状态空间而获得的新的状态估计.本篇论文陈述了卡尔曼滤 波的基本思路和算法;并通过仿真,显示卡尔曼滤波的功能,以及如何用它来跟踪方向确定、速度恒定的飞行器。 (Kalman filter is a data processing method, which is a linear minimum variance unbiased estimation criteria, based on system state estimation and the current observations, obtained by introducing the state space of the new state estimate of the Kalman filter thesis statement the basic ideas and algorithms and through simulation, shows Kalman filtering functions, and how to use it to keep track of the direction determined constant speed aircraft.)
    2013-09-06 10:21:27下载
    积分:1
  • MATLAB条码二维码识别
    说明:  基于MATLAB的条形码识别。带GUI可视化用户操作界面。读取条形码,经过一系列预处理,如灰度化,去噪,直方图增强,中值滤波,二值化,腐蚀,识别等。可识别20多张条形码图片,另外可定制二维码的识别,二维码可自定义生成内容,生成二维码,然后嵌入数字水印进行加密传输,接收方提取水印的二维码,识别。(Bar code recognition based on MATLAB. Visual user interface with GUI. Read bar code, after a series of preprocessing, such as graying, denoising, histogram enhancement, median filtering, binarization, corrosion, recognition and so on. It can identify more than 20 bar code images, and can customize the identification of two-dimensional code. The two-dimensional code can generate the content of the two-dimensional code, generate the two-dimensional code, and then embed the digital watermark for encryption transmission. The receiver can extract the two-dimensional code of the watermark for identification.)
    2021-03-27 19:39:12下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载