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

Method skeletonize

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

Source from the content-addressed store, hash-verified

180 }
181
182 void skeletonize(ImageProcessor ip) {
183 int fg = Prefs.blackBackground?255:0;
184 if (ip.isInvertedLut())
185 fg = 255-fg;
186 ((ByteProcessor)ip).skeletonize(fg);
187 }
188
189 // Binary fill by Gabriel Landini, G.Landini at bham.ac.uk
190 // 21/May/2008

Callers 1

runMethod · 0.95

Calls 1

isInvertedLutMethod · 0.45

Tested by

no test coverage detected