From d148cbc8bdbedadcb919efce08e2a90f3f818349 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Wed, 15 Oct 2014 09:39:42 -0400 Subject: [PATCH] Looping over all matrices in Transpose --- openbr/plugins/misc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbr/plugins/misc.cpp b/openbr/plugins/misc.cpp index 79e7b44..9e5928d 100644 --- a/openbr/plugins/misc.cpp +++ b/openbr/plugins/misc.cpp @@ -890,7 +890,8 @@ class TransposeTransform : public UntrainableTransform void project(const Template &src, Template &dst) const { - dst.m() = src.m().t(); + for (int i=0; i