Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aknecht2
Image Harvest
Commits
1aa70855
Commit
1aa70855
authored
Nov 02, 2015
by
aknecht2
Browse files
Typo fix in getBounds function.
parent
333240f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ih/imgproc.py
View file @
1aa70855
...
...
@@ -892,7 +892,7 @@ class Image(object):
maxx
=
x
+
w
if
(
y
+
h
>
maxy
):
maxy
=
y
+
h
return
[
miny
,
maxy
,
mix
,
maxx
]
return
[
miny
,
maxy
,
mi
n
x
,
maxx
]
def
contourCut
(
self
,
binary
,
basemin
=
100
,
padding
=
[
0
,
0
,
0
,
0
],
resize
=
False
,
returnBound
=
False
,
roiwrite
=
"roi.json"
):
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment