diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-13 12:31:56 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-13 12:31:56 +0200 |
commit | 4e79bfa83a92fd14ab7f453ac786b682079a0086 (patch) | |
tree | e56a4fd9d53e802e189ae170afbeb8378efe5cc8 /tracker-easy/cv-point-extractor.cpp | |
parent | 85c7d259a9c08d195c7bb5bf05ca89edbd176862 (diff) |
Easy Tracker: Renaming frame to preview.
Diffstat (limited to 'tracker-easy/cv-point-extractor.cpp')
-rw-r--r-- | tracker-easy/cv-point-extractor.cpp | 6 |
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" |