搜索资源列表
直方图
- 统计的直方图vb程序-statistical procedures histogram vb
stat1.0
- 统计软件包,小型的,可以进行方差分析,画直方图等。-statistical packages, the small, analysis of variance, such as painting histogram.
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
GraylevelHistogram
- vc++中图像直方图统计应用程序(经典版) -vc++ application, the image histogram statistics (Classic Edition)
gaosi
- 这是一个产生高斯随机信号的matlab源程序,可以做出统计直方图-Gaussian random signals generated source code matlab
TongJiZhiFangTu
- 本文是编程实现图像的统计直方图,以利于了解直方图修正-This is the image histogram programming to help inform the histogram revised
HistBackground
- 函数HistBackground功能是将高速公路的视频文件中的多帧图片利用统计直方图的方法提取不含运动车辆的背景,-Function HistBackground function is to freeway video files of images using statistical histogram to extract the background without moving vehicles,
histogram
- 画图像的直方图,先通过统计的方法,得到统计块数,可自行定义横纵坐标-Draw image histogram, first by statistical methods, the statistics the number of blocks, you can define horizontal and vertical coordinates
zhiftu
- 在matlab开发环境下,实现数字图像的直方图统计,直接可运行,程序中路径为绝对路径-Development environment in matlab, digital image histogram directly to run the program for the absolute path in the path
identify
- 通信信号的调制信息包含在信号的瞬时幅度、相位、频率的变化之中,不同的信号其频谱也呈现不同的特征,通过提取瞬时幅度、相位、频率以及频谱的参数统计特征,可以识别不同的通信信号。通常是利用对瞬时幅度、瞬时相位,瞬时频率和信号功率谱进行某种变换而得到可以明显区分各种信号的特征参数。-Communication signal modulation information is contained in the signal instantaneous amplitude, phase, frequency
An-Improved-Mean-Shift-Algorithm
- 奉文主要针对经典的Mean Shift跟踪算法均匀剖分整个颜色空间造成许多空的直方图区间以及不能准确表达目标 颜色分布的缺点,提出J,一种改进算法.该改进算法首先对目标的颜色进行聚类分析,根据聚类结果通过矩阵分解和正交变换 自适席地剖分日标的颜色空间从向确定对戍于每一聚类的子空间.在此基础上定义 一种新的颜色模型,该模型统计落入每 一颜色子空间的像素的加权个数并用高斯分布建模每一个子空间的颜色分布,并推导r一种相似性度量米比较目标和候选目 标的颜色模型之间的相似程度.最后基于该颜
chip_histogram_features
- 特征提取是模式识别中最重要的一个部分,这里提供的matlab代码计算一些基本的话音特征,而且,提供了一个简单的基于直方图的特征分类方法的实现。基本的特征包括:特征统计、Energy Entropy Standard Deviation (std)、均值信息熵、过零率检测、频谱衰减等等六个特征-Pattern recognition feature extraction is the most important part, here' s matlab code to compute so
HistogramPCalculation
- 应用MATLAB(或C)语言编写一幅灰度图像直方图统计程序-Application of MATLAB (or C) written in a gray-scale image histogram statistics program
image-histogram-
- 统计图像直方图参考程序框架(matlab程序)-Procedural framework for statistical reference image histogram matlab program
Histogram
- 柱形统计图,能够直接得出图像的灰度直方图。 里面有程序的源代码-Histogram, can directly draw the image histogram. There are procedures for source code
equationoflightstream
- 数字视频处理光流方程的实现,并绘制运动场,统计直方图,mesh图,并进行运动分割-Digital video processing to achieve the optical flow equation, and draw the playground, the histogram, the mesh in Figure, and motion segmentation
singalframenuc
- 通过统计直方图并作相应的处理完成了红外图像非均匀性校正,特别是针对红外图像中常见的条纹非均匀性-Through statistical histogram and processed accordingly infrared image non-uniformity correction, especially for the common striped infrared image non-uniformity
基于熵理论的英文文本信息量统计
- 进行文章里的字母实验,统计了文章中的26个英文字母的熵,联合熵和条件熵。利用matlab的统计工具进行了联合熵和条件熵的简单计算,得出26个字母在《圣经》中的概率分布直方图。 关键词:熵;信息量;统计理论;联合概率;条件概率(Carry on the letter experiment in the article, count the entropy of the 26 English letters in the article, combine entropy and condition
w1_main
- 实现图像的前景与背景分割,设定三个不同阈值,直接观察分割结果或者利用统计直方图,得到一个自适应的阈值,再观察实验结果;(Segmentation of foreground and background of image, threshold segmentation method)
统计直方图分选法
- 一种统计直方图分选法,主要用于雷达信号的分选识别工作,可以有效的将混叠脉冲中存在的PRI大小识别出来,具有较好的工程实践意义。