From a0f729f5a998f6e8efa5686d6a562811046b6bff Mon Sep 17 00:00:00 2001 From: Austin Van Blanton Date: Mon, 5 Aug 2013 14:37:41 -0400 Subject: [PATCH] Remove comment --- openbr/plugins/hist.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbr/plugins/hist.cpp b/openbr/plugins/hist.cpp index d13fdee..1896ae0 100644 --- a/openbr/plugins/hist.cpp +++ b/openbr/plugins/hist.cpp @@ -55,8 +55,7 @@ class HistTransform : public UntrainableTransform Mat hist, chan = mv[i]; // calcHist requires F or U, might as well convert just in case if (mv[i].depth() != CV_8U || mv[i].depth() == CV_32F) - mv[i].convertTo(chan, CV_32FC1); -// qDebug("clust r %i c %i ch %i", chan.rows, chan.cols, chan.channels()); + mv[i].convertTo(chan, CV_32F); calcHist(&chan, 1, channels, Mat(), hist, 1, histSize, ranges); memcpy(m.ptr(i), hist.ptr(), dims * sizeof(float)); } -- libgit2 0.21.4