Clear Filters
Clear Filters

How to decompose 2D matrix using CHOLESKY decomposition

2 views (last 30 days)
Hello,
How to decompose a 2D matrix (IMAGE) using CHOLESKY decomposition.
  1 Comment
John D'Errico
John D'Errico on 27 Jul 2015
Edited: John D'Errico on 27 Jul 2015
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.

Sign in to comment.

Answers (0)

Categories

Find more on Matrix Decomposition in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!