From 6d1a99a0c936fc2e3234f2a346950a66996e108f Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Fri, 8 Aug 2014 18:11:43 -0400 Subject: [PATCH] made note of #234 --- openbr/plugins/filter.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/plugins/filter.cpp b/openbr/plugins/filter.cpp index ef9265f..54b96d4 100644 --- a/openbr/plugins/filter.cpp +++ b/openbr/plugins/filter.cpp @@ -210,6 +210,7 @@ class ContrastEqTransform : public UntrainableTransform for (int i=0; i(i, j) = fast_tanh(p[i*nCols+j]); + // TODO: m.at(i, j) = t * fast_tanh(p[i*nCols+j] / t); dst = m; } -- libgit2 0.21.4