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
ae3b64a17292ca989bd527605a586b67b9001d4f
Authored by
Scott Klum
2013-03-31 23:52:09 -0400
1 parent
05f1045c
Removed debug statement
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
openbr/core/bee.cpp
openbr/core/bee.cpp
View file @
ae3b64a
...
...
@@ -278,8 +278,6 @@ cv::Mat BEE::makeMask(const br::FileList &targets, const br::FileList &queries,
278
278
}
279
279
}
280
280
281
- qDebug() << targetLabels;
282
-
283
281
return mask;
284
282
}
285
283
...
...