Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
inovisao
pynovisao
Commits
70591df1
Commit
70591df1
authored
Sep 13, 2018
by
Everton Castelão Tetila
💬
Browse files
otimizacao do tempo da anotacao
parent
71a73cba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/segmentation/skimage_segmenter.py
src/segmentation/skimage_segmenter.py
+1
-1
No files found.
src/segmentation/skimage_segmenter.py
View file @
70591df1
...
...
@@ -25,7 +25,7 @@ class SkimageSegmenter(object):
__metaclass__
=
ABCMeta
# flag FORCE_OPT highly increases speed of method paint_segment_skimage but performs a flawed painting
FORCE_OPT
=
Fals
e
FORCE_OPT
=
Tru
e
def
__init__
(
self
,
border_color
=
'Yellow'
,
border_outline
=
'No'
):
"""Constructor.
...
...
Write
Preview
Markdown
is supported
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