Hi Steven
Can y4mdenoise accept a sequence of TIFF RGB files ? or just YUV colorspace?
To my (limited) knowledge a temporal full RGB denoiser does not exist for Linux ... Or am I wrong :-) ?

Cheers
E

On 09/23/2011 12:00 PM, Steven Boswell II wrote:
y4mdenoise does that sort of threading internally. It'll denoise the intensity plane and color plane separately, plus it has reader threads and writer threads. I wrote a small thread-related class hierarchy that should be reusable. If nothing else, it should be inspirational.

BTW, you probably don't want to literally assign a thread to each individual line -- the system-call overhead of the semaphores would more than outweigh your processing time. Mutexes are by no means free.

Hope that helps.

Steven Boswell


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to