Menu

Commit [r1458]  Maximize  Restore  History

a the patch from Steven M. Schultz, that disables the sharpening of the images if -S is set to 0.

Also improves the encoding speed of yuvdenoise.

Here is the original patch:
------------------
--- denoise.c.dist Thu Apr 11 14:37:07 2002
+++ denoise.c Sun Jul 7 15:56:58 2002
@@ -558,6 +558,9 @@
register int m;
register int c;

+ if (denoiser.sharpen == 0)
+ return;
+
dst[Yy]=denoiser.frame.avg2[Yy]+32*W;

/* Y */
-------------------

waldviertler 2002-07-11

changed /trunk/mjpeg_play/yuvdenoise/denoise.c
changed /trunk/mjpeg_play/yuvdenoise/main.c
/trunk/mjpeg_play/yuvdenoise/denoise.c Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/yuvdenoise/main.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.