From 5865a6c15c2fb947476ea7ad35108a85581b915b Mon Sep 17 00:00:00 2001 From: Austin Van Blanton Date: Wed, 31 Jul 2013 13:25:28 -0400 Subject: [PATCH] Setting dst.file to src.file is already done by IndependentTransform::project() --- openbr/plugins/opticalflow.cpp | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/openbr/plugins/opticalflow.cpp b/openbr/plugins/opticalflow.cpp index 31c986d..f5fde4b 100644 --- a/openbr/plugins/opticalflow.cpp +++ b/openbr/plugins/opticalflow.cpp @@ -45,8 +45,6 @@ class OpticalFlowTransform : public UntrainableTransform magnitude(channels[0], channels[1], flowOneCh); dst += flowOneCh; - // propagate interest points thru - dst.file = src.file; } }; -- libgit2 0.21.4