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
49d3ef2f9631908933ecb5daa20b6bdf802d5d8f
Authored by
Brendan Klare
2015-03-02 22:08:16 -0500
1 parent
f5a73fe4
Spacing fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/imgproc/cropfrommask.cpp
openbr/plugins/imgproc/cropfrommask.cpp
View file @
49d3ef2
@@ -43,7 +43,7 @@ private:
@@ -43,7 +43,7 @@ private:
43
bottom = j;
43
bottom = j;
44
}
44
}
45
}
45
}
46
-
}
46
+
}
47
47
48
if (fixedAspectRatio) {
48
if (fixedAspectRatio) {
49
h = bottom - top + 1;
49
h = bottom - top + 1;