From ac8f7a3e7b29a5ce60ae751ee3a97e3b344c8f3f Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Sat, 13 Apr 2019 12:31:56 +0200 Subject: Easy Tracker: Renaming frame to preview. --- tracker-easy/cv-point-extractor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tracker-easy/cv-point-extractor.cpp') 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 +/* + * 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" -- cgit v1.2.3