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
Lucy McNeill
synapsis
Commits
0c80dbc4
Commit
0c80dbc4
authored
Jul 13, 2021
by
Lucy McNeill
Browse files
image count is correct now in final print statement
parent
7faa3c20
Changes
2
Hide whitespace changes
Inline
Side-by-side
.DS_Store
View file @
0c80dbc4
No preview for this file type
R/auto_crop_fast.R
View file @
0c80dbc4
...
...
@@ -109,7 +109,7 @@ auto_crop_fast <- function(img_path, max_cell_area = 20000, min_cell_area = 700
}
}
print
(
"out of"
)
print
(
image_count
-1
)
print
(
image_count
)
print
(
"images, we got"
)
print
(
cell_count
)
print
(
"viable cells"
)
...
...
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