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++){