Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7f9ce2dbede365bf5b479c08680a70d9fbd69f93
Authored by
Scott Klum
2013-01-11 17:29:26 -0500
1 parent
7b195032
Changed CSDN to return a matrix of type uchar
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sdk/plugins/filter.cpp
sdk/plugins/filter.cpp
View file @
7f9ce2d
@@ -153,6 +153,7 @@ class CSDN : public UntrainableTransform
@@ -153,6 +153,7 @@ class CSDN : public UntrainableTransform
153
}
153
}
154
}
154
}
155
155
156
+ m.convertTo(m, CV_8UC1);
156
dst = m;
157
dst = m;
157
158
158
}
159
}