View Full Version : spresso? where's the lastest function?
jarthel
14th September 2008, 12:26
I found a post from Didee mentioning the spresso function. I've seen various post of Spresso usage and some of these examples uses "limitc". I cannot see a limitc parameter from the Didee post that I saw.
any ideas where to get the latest Spresso with limitc?
thank you
LaTo
14th September 2008, 13:08
IIRC it's in the SeeSaw thread...
jeffy
14th September 2008, 13:08
I think it's this one:
http://forum.doom9.org/showthread.php?p=867316#post867316
jarthel
15th September 2008, 01:03
thank you :)
Sagekilla
15th September 2008, 02:46
Didee, if you read this thread what ever happened to that temporal version of spresso?
Didée
15th September 2008, 13:16
Nothing happened to TPresso. It's still swimming in the sea of possible realities. ;)
Seriously - implementing TPresso is almost trivial. See:
... this is SPresso, basically:
source = last
spat = source.SomeSpatialDenoiser()
source.LimitChange( source.Merge(spat,bias), limit )
... this is TPresso, basically:
source = last
temp = source.SomeTemporalDenoiser()
source.LimitChange( source.Merge(temp,bias), limit )
Note the dramatic differences between these two scripts, lol.
Comprehension test:
If TPresso is so easy to implement, then why is it not there?
Reflect about what SPresso is actually doing. Having understood that, it becomes immediately obvious why TPresso has no right to exist.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.