diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-18 19:46:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-18 19:46:05 +0100 |
commit | f34dca33bc07680d89591ca5a8ac1e5801bf2950 (patch) | |
tree | 43e4f1ecc8d270e0b687bba8a715214ae0e527fe /tracker-pt/point_extractor.cpp | |
parent | fd99faebde3361e5acf1dfc4ebebfe4727a47124 (diff) |
tracker/pt: remove krap
Diffstat (limited to 'tracker-pt/point_extractor.cpp')
-rw-r--r-- | tracker-pt/point_extractor.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tracker-pt/point_extractor.cpp b/tracker-pt/point_extractor.cpp index bd33ffdd..dd36c57f 100644 --- a/tracker-pt/point_extractor.cpp +++ b/tracker-pt/point_extractor.cpp @@ -13,13 +13,9 @@ # include "opentrack-compat/timer.hpp" #endif -PointExtractor::PointExtractor(){ - //if (!AllocConsole()){} - //else SetConsoleTitle("debug"); - //freopen("CON", "w", stdout); - //freopen("CON", "w", stderr); +PointExtractor::PointExtractor() +{ } -// ---------------------------------------------------------------------------- std::vector<cv::Vec2f> PointExtractor::extract_points(cv::Mat& frame) { const int W = frame.cols; |