Filter löschen
Filter löschen

how do i convert an image into gauss-markov sequence?

2 Ansichten (letzte 30 Tage)
preeti preeti
preeti preeti am 28 Dez. 2015
Kommentiert: Brendan Hamm am 28 Dez. 2015
I have converted an image to a gaussian distribution using the foll code. a=imread('lena.jpg'); A=rgb2gray(a); P1=im2double(A);
K = P1(:) PD=fitdist(K,'normal')
How can i convert the same into a gauss-markov distribution
  1 Kommentar
Brendan Hamm
Brendan Hamm am 28 Dez. 2015
It is not clear what you mean by convert this to a Gauss-Markov Sequence. This sounds a lot like you are trying to create a Gaussian-Markov Process, but this is a time varying process (as the name implies) and I'm not sure how you imagine this pertains to a still image?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by