For Programmers: Free Programming Magazines  


Home > Archive > Compression > November 2005 > Talking about prediction









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Talking about prediction
none

2005-11-03, 3:55 am

Could you share your prediction matrix which you use for the pixel
prediction.
I am desperately searching for a nonlinear predictor (3 x 3 pixels) for
grey pixels.

jdallen2000@yahoo.com

2005-11-09, 7:55 am


none wrote:
> Could you share your prediction matrix which you use for the pixel
> prediction.
> I am desperately searching for a nonlinear predictor (3 x 3 pixels) for
> grey pixels.


Here's a *very* simple non-linear predictor using just 3 pels:
A B
C ?

B + C - median(A,B,C) is a fairly good predictor of the target.
This function can be phrased in many ways and, I think, has been
"reinvented" many times. Amazingly, this *extremely*
simple non-linear predictor may outperform big, tuned linear
predictors. It makes one wonder if the linear predictors
are sometimes used in spite of themselves, just out
of some idea of "mathematical purity."

James

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com