0

I'm working on two-dimensional AR modelling and using the algorithms from Matlab. In matlab there is a commend LPC which can compute the LP coefficients. How can I integrated to two dimension for image ?

enter image description here

The matlab code for one dimension signal is

[a]=lpc(signal,order)
est_signal = filter([0 -a(2:end)],1,signal);
error = signal-est_signal;

However, I dont how I can integrate for image which is 2D.

starblue
  • 55,348
  • 14
  • 97
  • 151
amir nemat
  • 105
  • 1
  • 13

0 Answers0