summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-12-18 19:46:05 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-12-18 19:46:05 +0100
commitf34dca33bc07680d89591ca5a8ac1e5801bf2950 (patch)
tree43e4f1ecc8d270e0b687bba8a715214ae0e527fe
parentfd99faebde3361e5acf1dfc4ebebfe4727a47124 (diff)
tracker/pt: remove krap
-rw-r--r--tracker-pt/point_extractor.cpp8
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;