[mythtv-commits] mythtv commit: r10319 by rtsai

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Jun 27 21:53:33 UTC 2006


      Author: rtsai
        Date: 2006-06-27 21:53:31 +0000 (Tue, 27 Jun 2006)
New Revision: 10319
   Changeset: http://cvs.mythtv.org/trac/changeset/10319

Added:

   branches/commdetector2/programs/mythcommflag/HistogramAnalyzer.cpp
   branches/commdetector2/programs/mythcommflag/HistogramAnalyzer.h

Removed:

   branches/commdetector2/programs/mythcommflag/BlankFrameDetector.cpp
   branches/commdetector2/programs/mythcommflag/BlankFrameDetector.h

Modified:

   branches/commdetector2/programs/mythcommflag/BorderDetector.cpp
   branches/commdetector2/programs/mythcommflag/BorderDetector.h
   branches/commdetector2/programs/mythcommflag/CommDetector2.cpp
   branches/commdetector2/programs/mythcommflag/CommDetector2.h
   branches/commdetector2/programs/mythcommflag/FrameAnalyzer.cpp
   branches/commdetector2/programs/mythcommflag/FrameAnalyzer.h
   branches/commdetector2/programs/mythcommflag/TemplateFinder.cpp
   branches/commdetector2/programs/mythcommflag/TemplateMatcher.cpp
   branches/commdetector2/programs/mythcommflag/TemplateMatcher.h
   branches/commdetector2/programs/mythcommflag/mythcommflag.pro

Log:

- Re-implement BlankFrameDetector as a special case of HistogramAnalyzer
- Add timing measurements for BorderDetector
- Fix BorderDetector to remove both left AND right margins from calculations
  (instead of just left), and similarly for top and bottom.
- Rewrite debugging-file I/O routines to use stdio instead of QFile streams
  (stdio is much faster).






More information about the mythtv-commits mailing list