搜索资源列表
aaa111
- 关于Bayes分类器的 实验数据都有 大家相互共享 很好用的软件-Bayesian classifier on the experimental data we have very good mutual sharing of software
readvideongsave
- 读入视频并以单幅图像存起来,对实验数据分析很有帮助。-read into a single video image and save up analysis of the experimental data very helpful.
LDA
- 线性判别分析(LDA)是一种较为普遍的用于特征提取的线性分类方法。但是将LDA直接用于人耳识别会遇到维数问题和“小样本”问题。人们经过研究,通过多种途径解决了这两个问题并实现了基于LDA的人耳识别。文章对几种基于LDA的人耳识别方法做了理论上的比较和实验数据的支持,这些方法包括Fisherears、DLDA、VDLDA及VDFLDA。实验结果表明VDFLDA是其中最好的一种方法
羽毛球拍跟踪
- 羽毛球怕跟踪,图像处理领域经典的跟踪问题,内含matlab代码,我自己因为就是做跟踪的,代码有详细的介绍/图片实验数据/还有我自己写的程序调用说明。希望对做图像跟踪的朋友们有所帮助。
HistogramEqualization.rar
- 本实验要求编写一个计算图像直方图的程序并要求讨论直方图均衡化技术,最后对图3.8(a)进行均衡化处理。直方图是多种空间域处理技术的基础,直方图操作能有效的用于图像增强。在实验中根据直方图对应的离散函数可以编写出计算一个图像直方图的函数,直方图均衡化则是借助于直方图灰度变换实现灰度映射从而达到图像增强的目的。实验通过得到原始图像的直方图,直方图均衡化变换函数图和增强后的图像增强后图像的直方图这些实验数据来解释图像被增强的原因。,In this study requested to prepare
Houghtransformation.rar
- 将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。,The Hough transform and least squares me
Researchontheshapefeatureextractionandrecognition.
- 主分量分析(PCA ) 是统计学中分析数据的一种有效的方法, 可以将数据从高维数据空间变换到低维特征空间, 因而 可以用于数据的特征提取及压缩等方面。在该文的形状识别系统中, 用PCA 法提取图像的形状特征, 能够较好地满足识别 层的输入要求。在识别层研究了3 种识别方法: 最近邻法则、BP 网络及协同神经网络方法, 均取得了满意的实验效果。-Principal component analysis (PCA) is a statistical analysis of data in a
photogrammetric_orientation_element
- 本程序可以求解摄影测量中内外方位元素,根据自己需要您可以改变里面的原始数据,输入你自己的实验数据,可得到对应的元素值。-This procedure can solve the photogrammetric orientation element in the internal and external, in accordance with their needs you can change the inside of the raw data, enter your own experi
tuxiangxihua
- 图像细化的C++程序,包含开发好的框架,实验数据,并好友非常详细的说明-Image thinning of the C++ programs, including the development of a good framework for the experimental data, and friends a very detailed descr iption of
CameraCalibration(zhang)
- 张正友相机参数标定matlab程序,压缩包中包括一份张正友标定的原文论文,一个附带实验数据和图像的matlab程序。-Zhang Zhengyou matlab camera calibration procedures, compressed package includes a calibration Zhang Zhengyou original papers, 1 with experimental data and image matlab program.
StereoVision_SSD
- 本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中
SAR
- 以MSTAR为实验数据,对SAR影像进行杂波统计分析研究。利用高斯、瑞利、对数正态、LN、gamma函数模型对其拟合,通过K-S方法检验拟合精度-The MSTAR the experimental data, statistical analysis of SAR images of clutter. Gaussian, Rayleigh, lognormal, LN, gamma function model to its fitting, fitting by means of check
range-estimate-_match-filter
- 基于消声水池实测实验数据,估计两水听器之间的距离,使用的是匹配滤波器的方法进行的估计实验差,从而确定距离。-based on the real data from waterbank experiment for estimate the range between the two hydrophones. i use the match filter to estimate the delay between the two receivers.
Histogram-Equalization
- (a) 编写一个计算图像直方图的程序。 (b) 实现在 3.3.1节中讨论的直方图均衡化技术。 (c) 对图3.8(a)进行直方图均衡化增强。 本实验报告中至少应包括:原始图像,原始图像的直方图,直方图均衡化变换函数图,增强后的图,增强后 图像的直方图。用上述实验数据解释结果图像被增强的原因。 -(A) preparing a program to calculate the histogram. (B) histogram equalization techniqu
automatic-cloud-detection
- 遥感图像的云层自动识别,内有文档和算法流程和实验数据,可以直接使用。-Clouds automatic identification of remote sensing images, documents and algorithm processes and experimental data can be used directly.
image-classification
- K均值算法和ISODATA算法的源码,用C++编写,内附一张TM的卫星影像作为实验数据,具体算法原理可以参考武大舒宁、马洪超、孙和利版的《模式识别》一书-The source code of K Means and ISODATA algorithm, written in C++, with a TM image attached. For concrete algorithm, you are referred to the book Pattern Recognition written
MatlabImageProcessing
- 遥感图像的读取,显示。包括BSQ、BIL、BIP格式。带实验数据。-Remote sensing image read, display. Including the BSQ, BIL, BJP format. With the experimental data.
2DPCA
- 本程序采用2级PCA提取特征,最小藕欧距离分类器进行人脸识别,实验数据为orl人脸库。-failed to translate
CHUANKOU-SHEJI
- 一个 gui 界面的 matlab 串口通信演示程序,对实验数据进行处理,达到要求-A gui interface, serial communication matlab demo program, the experimental data processing, to meet the requirements
data
- 解析空中三角测量单航带区域网概算(连续法)程序的调试数据,内容均为txt文件(Analytical aerial triangulation)