虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

algorIthm-SVMLight

  • The problem of image registration subsumes a number of problems and techniques in multiframe image

    The problem of image registration subsumes a number of problems and techniques in multiframe image analysis, including the computation of optic flow (general pixel-based motion), stereo correspondence, structure from motion, and feature tracking. We present a new registration algorithm based on spline representations of the displacement field which can be specialized to solve all of the above mentioned problems. In particular, we show how to compute local flow, global (parametric) flow, rigid flow resulting from camera egomotion, and multiframe versions of the above problems. Using a spline-based description of the flow removes the need for overlapping correlation windows, and produces an explicit measure of the correlation between adjacent flow estimates. We demonstrate our algorithm on multiframe image registration and the recovery of 3D projective scene geometry. We also provide results on a number of standard motion sequences.

    标签: image registration multiframe techniques

    上传时间: 2016-01-20

    上传用户:520

  • 最新delaunay 算法源代码

    最新delaunay 算法源代码,可以快速划分2维网格!!! The triangulation algorithm used here is very simple.

    标签: delaunay 算法 源代码

    上传时间: 2014-01-21

    上传用户:hewenzhi

  • Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right

    Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.

    标签: Hidden_Markov_model_for_automatic speech_recognition implements left-right

    上传时间: 2016-01-23

    上传用户:569342831

  • 量化程序

    量化程序,采用标准的Loyd-Max algorithm,提供了一个实例,并对结果进行了分析。很有学习的价值。

    标签: 量化 程序

    上传时间: 2014-01-11

    上传用户:天涯

  • 下载的一个不错的HMM程序

    下载的一个不错的HMM程序,主要实现HMM中的viterbi最佳路径选择算法,用vc编写,可以根据自己需要参考修改 this is a excellent HMM program,it completes the VITERBI algorithm in HMM.

    标签: HMM 程序

    上传时间: 2013-12-06

    上传用户:wangyi39

  • The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed. The p

    The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed. The power in parallel channel (after decomposition) is distributed as water-filling algorithm

    标签: antenna The Capacity analyzed

    上传时间: 2016-02-01

    上传用户:225588

  • In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorit

    In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorithm, fixed step size)

    标签: Runge-Kutta-Gill following example Program

    上传时间: 2014-01-16

    上传用户:maizezhen

  • The algorm of viterbi. You talk to your friend three days in a row and discover that on the first da

    The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And what is the most likely sequence of rainy/sunny days that would explain these observations? The first question is answered by the forward algorithm the second question is answered by the Viterbi algorithm. These two algorithms are structurally so similar (in fact, they are both instances of the same abstract algorithm) that they can be implemented in a single function:

    标签: discover viterbi algorm friend

    上传时间: 2016-02-16

    上传用户:xc216

  • % This program calculates Dilution of Precision with respect to a GPS * % receiver given its Cartes

    % This program calculates Dilution of Precision with respect to a GPS * % receiver given its Cartesian ECEF position and the positions of four or * % more visible GPS satellites. It is a validation of the DOP algorithm and * % contains reference positions for which the DOP results are known. *

    标签: calculates Precision Dilution receiver

    上传时间: 2014-01-25

    上传用户:zq70996813

  • 我用matlab写的一个corner detector, 效果比现在流行的harris

    我用matlab写的一个corner detector, 效果比现在流行的harris,susan,CSS等效果要好。 Algorithm is derived from: X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedings of the 17th International Conference on Pattern Recognition, 2:791-794, August 2004. Improved algorithm has been included in A Corner Detector based on Global and Local Curvature Properties and submitted to Optical Engineering.

    标签: detector matlab corner harris

    上传时间: 2013-12-30

    上传用户:569342831