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
b328442f94180b32a0a43104e7eccc85676104ff
Authored by
Josh Klontz
2014-06-17 13:05:16 -0400
1 parent
cc3b8544
Download bug fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/plugins/misc.cpp
openbr/plugins/misc.cpp
View file @
b328442
...
...
@@ -142,6 +142,7 @@ private:
142
142
device = NULL;
143
143
144
144
Mat encoded(1, data.size(), CV_8UC1, (void*)data.data());
145
+ encoded = encoded.clone();
145
146
if (mode == Permissive) {
146
147
dst += encoded;
147
148
} else {
...
...