How to decompose 2D matrix using CHOLESKY decomposition

2 次查看(过去 30 天)
Hello,
How to decompose a 2D matrix (IMAGE) using CHOLESKY decomposition.
  1 个评论
John D'Errico
John D'Errico 2015-7-27
编辑:John D'Errico 2015-7-27
Huh? This fractional question makes no sense at all. Assuming that you actually have a 1-channel image, as a double precision matrix, in order to even TRY to use Cholesky on it, the image array would need to be symmetric and positive definite.
Nor would it make any sense at all to want to form a Cholesky factor for that array.
So this question is simply ridiculous as posted. Sorry, but it is. You may indeed have a valid question deeply hidden in there. But for a useful answer, you need to be far more clear. Or possibly you need to reconsider why you THINK you need to build a cholesky factor for an image.
If your question does not involve an image array (YOU DID EXPLICITLY SAY IMAGE THERE) and you jest need to know how to use chol then just type this:
doc chol
or even
help chol
The help docs already tell you far more than we will tell you in this limited space.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Decomposition 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by