필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
preeti preeti
preeti preeti 2015년 12월 28일
댓글: Brendan Hamm 2015년 12월 28일
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
Brendan Hamm
Brendan Hamm 2015년 12월 28일
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?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by