Commit 5865a6c15c2fb947476ea7ad35108a85581b915b

Authored by Austin Van Blanton
1 parent 98305418

Setting dst.file to src.file is already done by IndependentTransform::project()

openbr/plugins/opticalflow.cpp
@@ -45,8 +45,6 @@ class OpticalFlowTransform : public UntrainableTransform @@ -45,8 +45,6 @@ class OpticalFlowTransform : public UntrainableTransform
45 magnitude(channels[0], channels[1], flowOneCh); 45 magnitude(channels[0], channels[1], flowOneCh);
46 46
47 dst += flowOneCh; 47 dst += flowOneCh;
48 - // propagate interest points thru  
49 - dst.file = src.file;  
50 } 48 }
51 }; 49 };
52 50