From 45998ba0603fde14d1abc54e39f5c5885eb083d6 Mon Sep 17 00:00:00 2001 From: Austin Van Blanton Date: Wed, 31 Jul 2013 13:26:48 -0400 Subject: [PATCH] InterestRegionTransform already existed as ROITransform --- openbr/plugins/regions.cpp | 19 ------------------- 1 file changed, 0 insertions(+), 19 deletions(-) diff --git a/openbr/plugins/regions.cpp b/openbr/plugins/regions.cpp index a47da88..57cbf6f 100644 --- a/openbr/plugins/regions.cpp +++ b/openbr/plugins/regions.cpp @@ -58,25 +58,6 @@ BR_REGISTER(Transform, RectRegionsTransform) /*! * \ingroup transforms - * \brief Subdivide matrix into rectangular subregions based on interest points. - * \author Austin Blanton \cite imaus10 - */ -class InterestRegionsTransform : public UntrainableTransform -{ - Q_OBJECT - - void project(const Template &src, Template &dst) const - { - const Mat &m = src; - foreach (const Rect &rect, OpenCVUtils::toRects(src.file.rects())) - dst += m(rect); - } -}; - -BR_REGISTER(Transform, InterestRegionsTransform) - -/*! - * \ingroup transforms * \brief Turns each row into its own matrix. * \author Josh Klontz \cite jklontz */ -- libgit2 0.21.4