From 7f9ce2dbede365bf5b479c08680a70d9fbd69f93 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Fri, 11 Jan 2013 17:29:26 -0500 Subject: [PATCH] Changed CSDN to return a matrix of type uchar --- sdk/plugins/filter.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/sdk/plugins/filter.cpp b/sdk/plugins/filter.cpp index 15fe345..1e28ba5 100644 --- a/sdk/plugins/filter.cpp +++ b/sdk/plugins/filter.cpp @@ -153,6 +153,7 @@ class CSDN : public UntrainableTransform } } + m.convertTo(m, CV_8UC1); dst = m; } -- libgit2 0.21.4