diff --git a/openbr/plugins/regions.cpp b/openbr/plugins/regions.cpp index e6c30fa..d4363b5 100644 --- a/openbr/plugins/regions.cpp +++ b/openbr/plugins/regions.cpp @@ -141,7 +141,6 @@ class CatColsTransform : public UntrainableMetaTransform void project(const Template &src, Template &dst) const { - if (src.empty()) return; dst.file = src.file; Mat m = OpenCVUtils::toMatByRow(src); // right now this just splits src in half and joins them horizontally