summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/cv-point-extractor.cpp
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-13 12:31:56 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-13 12:31:56 +0200
commit4e79bfa83a92fd14ab7f453ac786b682079a0086 (patch)
treee56a4fd9d53e802e189ae170afbeb8378efe5cc8 /tracker-easy/cv-point-extractor.cpp
parent85c7d259a9c08d195c7bb5bf05ca89edbd176862 (diff)
Easy Tracker: Renaming frame to preview.
Diffstat (limited to 'tracker-easy/cv-point-extractor.cpp')
-rw-r--r--tracker-easy/cv-point-extractor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tracker-easy/cv-point-extractor.cpp b/tracker-easy/cv-point-extractor.cpp
index 7c0b00b5..56de4c0b 100644
--- a/tracker-easy/cv-point-extractor.cpp
+++ b/tracker-easy/cv-point-extractor.cpp
@@ -1,5 +1,5 @@
-/* Copyright (c) 2012 Patrick Ruoff
- * Copyright (c) 2015-2017 Stanislaw Halik <sthalik@misaki.pl>
+/*
+ * Copyright (c) 2019 Stephane Lenclud
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -7,7 +7,7 @@
*/
#include "cv-point-extractor.h"
-#include "frame.hpp"
+#include "preview.h"
#include "cv/numeric.hpp"
#include "compat/math.hpp"