搜索资源列表
codebook.rar
- 此代码实现了基于码书的背景建模法在运动目标检测中的运用,This code implementation code book based on background modeling method in target detection exercise in the use of
codebook.rar
- a matlab program that deals with k-means algorithm to cluster the data points and build codebook.,a matlab program that deals with k-means algorithm to cluster the data points and build codebook.
vq.zip
- 自己写的一个矢量量化(VQ)码本生成程序。调试已通过,码本保存目录“../DATA/CODEBOOK/”下。,To write a vector quantization (VQ) codebook generation procedure. Debugging has been passed, the preservation of code directory " ../DATA/CODEBOOK /" under.
codebook.rar
- 实现了基于码书的运动检测,并有与其他的检测算法做对比,例如MOG,Bayes,三帧差分等。,Codebook based on the realization of the motion detection, as well as with other contrast detection algorithm, such as MOG, Bayes, differential, etc. 3.
CodeBook
- Code MATLAB in S. Theodoridis, A. Pikrakis, K. Koutroumbas, D. Cavouras - Introduction to Pattern Recognition: A MATLAB Approach
codebook_learningcode
- codebook高级背景建模的例程,很好的学习资料-codebook high background modeling routines, good learning materials
BGFG_CODEBOOK
- 基于码书的运动目标检测是和混合高斯模型(MoG,GMM)类似的而简单有效的背景剪除方法,附件是VC++6.0编写的基于码书的运动目标检测,可直接读取摄像头,也可改为读取硬盘视频文件,需安装Opencv1.1-Codebook-based moving target detection and Gaussian mixture model (MoG, GMM) and a similar cut off the background simple and effective method of a
Codebook
- 这是背景建模中关于码本模型的经典文章,通过文章可以读者很快了解码本模型。-This is the background modeling yards this model on a classic article, the reader very quickly through the article can decode the model.
codebook
- 用opencv中的codebook法相关函数实现的背景分割程序-The codebook method using opencv in the background correlation function to achieve segmentation procedure
codebook-BGS
- 光流法之一:codebook BGS代码,参考论文Real-time foreground–background segmentation using codebook model (Kyungnam Kima,, Thanarat H. Chalidabhongseb, David Harwooda, Larry Davis),进行了简化。 实验效果:似乎噪声点太多了。-One of the optical flow method: the BGS codebook code, refer
LBG
- Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training sequence. The use of a training sequence bypasses the need for multi-dimensional integration. The LBG algorithm is of iterative type and in each iteration a large set of v
LGB
- LGB码本选择,矢量编码之前的码本选择算法。随机初始码本-Code of the LGB choice, before the vector encoding the code book selection algorithm. Random initial codebook
LBG_algorithm
- LBG算法,初始码本随机给出,然后根据对训练矢量的划分,计算形心,更新码本。原代码中含有去空胞腔的程序。-LBG algorithm, given a random initial codebook, and then based on the division of the training vector, computing the centroid, update this code. Contains the original code to empty cell process.
VQ_LBG_newdistortion
- 语音编码中对LSF系数进行VQ处理,LBG方法生成VQ码书,且采用了新的失真测度-Speech Coding for VQ processing LSF coefficients, LBG method of VQ codebook generation, and adopted a new measure of distortion
codebook
- codebook for speech coding
codebook
- 国外基于codebook目标跟踪,内含有参考论文,国内翻译论文,主要算法源代码,以及程序演示demo-Foreign-based target tracking codebook, which contains a reference paper, the domestic translation of papers, the main algorithm source code, as well as the procedures for presentation demo
Codebook
- 很好的一本代码书,C、C++代码说明,提高-codebook
CodeBook
- 进行LTE的预编码时,所需要的码本,在lTE系统的链路级仿真中,发端的设计编程。-codebook,LTE
Kim-codebook
- 码书模型的经典英文文献,有一定的参考价值,适合做运动检测方面的人使用。-Codebook model of the classic English literature, there is some reference value, suitable for people to use motion detection area.
codebook算法
- codebook的建模效果比平均背景法好很多,建模过程中可以适应运动。CodeBook算法的基本思想是得到每个像素的时间序列模型。这种模型能很好地处理时间起伏,缺点是需要消耗大量的内存。(Image processing, codebook algorithm)