Menu

Commit [r3248]  Maximize  Restore  History

This is what I'm calling "version 3 beta" of y4mdenoise! I've finally

found a practical implementation of my original idea.

Now, each matched pixel-group is flood-filled, and the resulting region
is added to the search-border. Matched pixel-groups that already exist
in the search-border are not flood-filled again, saving lots of time.
The match-throttles still exist to keep pathological cases from
happening, but now regions can be removed from the search-border,
pruned of resolved pixels, and re-added to the search-border if it's no
longer the biggest match. y4mdenoise is finally able to apply the
largest matches and work its way down to the smaller matches without
losing any potentially useful information.

This is "beta" because I haven't finished all the performance
improvements I want to do, and I haven't rewritten the manual page yet,
but it's working well enough to unleash on the other mjpegtools
developers for their comments.

ulatec 2009-05-08

changed /trunk/mjpeg_play/y4mdenoise/BitmapRegion2D.hh
changed /trunk/mjpeg_play/y4mdenoise/MotionSearcher.hh
changed /trunk/mjpeg_play/y4mdenoise/Region2D.hh
changed /trunk/mjpeg_play/y4mdenoise/SearchBorder.hh
changed /trunk/mjpeg_play/y4mdenoise/Set.hh
changed /trunk/mjpeg_play/y4mdenoise/SetRegion2D.hh
changed /trunk/mjpeg_play/y4mdenoise/SkipList.hh
added /trunk/mjpeg_play/y4mdenoise/Vector.hh
changed /trunk/mjpeg_play/y4mdenoise/main.c
/trunk/mjpeg_play/y4mdenoise/BitmapRegion2D.hh Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/y4mdenoise/MotionSearcher.hh Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/y4mdenoise/Region2D.hh Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/y4mdenoise/SearchBorder.hh Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/y4mdenoise/Set.hh Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/y4mdenoise/SetRegion2D.hh Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/y4mdenoise/SkipList.hh Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/y4mdenoise/Vector.hh Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/y4mdenoise/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.