From c2ec9c16fb5040b17966a82806974b10671d9615 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Thu, 8 Aug 2013 16:25:27 -0400 Subject: [PATCH] Add a qFatal to Stream::train because it does not currently work. --- openbr/plugins/stream.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/plugins/stream.cpp b/openbr/plugins/stream.cpp index 298b822..553393f 100644 --- a/openbr/plugins/stream.cpp +++ b/openbr/plugins/stream.cpp @@ -1024,6 +1024,7 @@ public: void train(const TemplateList & data) { + qFatal("Stream train is currently not implemented."); foreach(Transform * transform, transforms) { transform->train(data); } -- libgit2 0.21.4