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
c4d9dfbc7b3b1b94b5779cb77324f48ac2e0e15b
Authored by
Charles Otto
2013-08-10 16:56:14 -0400
1 parent
caa661c9
Set trainable in Stream::init
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/plugins/stream.cpp
openbr/plugins/stream.cpp
View file @
c4d9dfb
...
...
@@ -1300,6 +1300,7 @@ public:
1300
1300
{
1301
1301
if (!transform)
1302
1302
return;
1303
+ trainable = transform->trainable;
1303
1304
1304
1305
basis.setParent(this->parent());
1305
1306
basis.transforms.clear();
...
...