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
Plain Diff
Browse Code ยป
Commit
b5c24476e7ac3a7f36b36c604934309187d5b9f8
Authored by
Jordan Cheney
2015-05-21 17:35:38 -0400
2 parents
baa5c5ed
5ece0d8d
Fixed merge
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
openbr/plugins/imgproc/slidingwindow.cpp
openbr/plugins/imgproc/slidingwindow.cpp
View file @
b5c2447
...
...
@@ -29,7 +29,8 @@ namespace br
29
29
* \brief Sliding Window Framework
30
30
* \author Jordan Cheney
31
31
*/
32
-class SlidingWindowTransform : public UntrainableMetaTransform
32
+
33
+class SlidingWindowTransform : public MetaTransform
33
34
{
34
35
Q_OBJECT
35
36
...
...