From f1ce81bda06067933b17d1c6e11c227c173c1841 Mon Sep 17 00:00:00 2001 From: M Taborsky Date: Mon, 14 Jan 2013 10:28:06 -0500 Subject: [PATCH] made pixel happy --- sdk/plugins/pixel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/plugins/pixel.cpp b/sdk/plugins/pixel.cpp index ce01991..c86aa2e 100644 --- a/sdk/plugins/pixel.cpp +++ b/sdk/plugins/pixel.cpp @@ -52,7 +52,7 @@ class PerPixelClassifier : public MetaTransform void rotate(Template &src, Template &dst) const { - if (temp.m.cols()%9 != 0) qFatal("Rotation invariance can only be used after Neighbors"); + //if (src.m().cols%9 != 0) qFatal("Rotation invariance can only be used after Neighbors"); int images = (src.m().cols)/9; dst = src; for (int i = 0; i < images; i++){ -- libgit2 0.21.4