Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aliaksandr Halavatyi
AutoMicTools
Commits
5afc93fa
Commit
5afc93fa
authored
Sep 07, 2021
by
Manuel Gunkel
Browse files
Upload New File
parent
b64562f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
script-and-macro-examples/Segment_nuclei.ijm
0 → 100644
View file @
5afc93fa
//rename("origin");
//closeAllExceptOrigin()
run("Set Measurements...", "area mean centroid center display redirect=None decimal=6");
run("Set Scale...", "distance=0 known=0 unit=pixel");
run("Duplicate...", "duplicate channels=1");
run("Gaussian Blur...", "sigma=2");
setAutoThreshold("Default dark");
roiManager("reset");
//run("Analyze Particles...", "size=100-Infinity pixel display clear include add");
run("Analyze Particles...", "size=2000-Infinity pixel display clear include add exclude");
run("Set Scale...", "distance=0 known=0 unit=pixel");
run("Set Measurements...", "area mean centroid center display redirect=None decimal=6");
//run("Analyze Particles...", "size=100-Infinity display clear include add");
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