参数估计 Resources

Showing items tagged with "参数估计"

This radon-based image motion blur parameter estimation program calculates blur angle and blur scale parameters, though oversized images require preprocessing before use - implementing Radon transform analysis and peak detection algorithms to extract motion blur characteristics from image spectra.

MATLAB 226 views Tagged

In statistical computing, the Expectation-Maximization (EM) algorithm is an iterative method for finding maximum likelihood (MLE) or maximum a posteriori (MAP) estimates of parameters in probabilistic models that depend on unobserved latent variables. The EM algorithm is widely used in machine learning and computer vision for data clustering applications. The algorithm alternates between an expectation step (E-step), which computes the expected value of the latent variables given current parameters, and a maximization step (M-step), which updates parameters to maximize the expected log-likelihood.

MATLAB 288 views Tagged