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
00a3e2cfe8aab57e9f36add65a9dac041a37b31f
Authored by
Brendan Klare
2013-10-16 13:50:58 -0400
1 parent
d4b9e953
Fixed a line that was accidentally deleted
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/plugins/regions.cpp
openbr/plugins/regions.cpp
View file @
00a3e2c
...
...
@@ -53,6 +53,7 @@ class RectRegionsTransform : public UntrainableTransform
53
53
dst += m(Rect(x, y, width, height));
54
54
}
55
55
};
56
+BR_REGISTER(Transform, RectRegionsTransform)
56
57
57
58
/*!
58
59
* \ingroup transforms
...
...