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

Method getChannelProcessor

ij/src/main/java/ij/ImagePlus.java:467–469  ·  view source on GitHub ↗

Returns a reference to the current ImageProcessor. The CompositeImage class overrides this method to return the processor associated with the current channel.

()

Source from the content-addressed store, hash-verified

465 CompositeImage class overrides this method to return
466 the processor associated with the current channel. */
467 public ImageProcessor getChannelProcessor() {
468 return getProcessor();
469 }
470
471 /** Returns an array containing the lookup tables used by this image,
472 * one per channel, or an empty array if this is an RGB image.

Callers 5

showLutMethod · 0.95
runMethod · 0.95
setupMethod · 0.45
updateLutMethod · 0.45
applyLUTMethod · 0.45

Calls 1

getProcessorMethod · 0.95

Tested by

no test coverage detected