MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / outline

Method outline

ij/src/main/java/ij/plugin/filter/Binary.java:170–174  ·  view source on GitHub ↗
(ImageProcessor ip)

Source from the content-addressed store, hash-verified

168 }
169
170 void outline(ImageProcessor ip) {
171 if (Prefs.blackBackground) ip.invert();
172 ((ByteProcessor)ip).outline();
173 if (Prefs.blackBackground) ip.invert();
174 }
175
176 void median(ImageProcessor ip) {
177 ip.resetThreshold();

Callers 1

runMethod · 0.95

Calls 1

invertMethod · 0.45

Tested by

no test coverage detected