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

Method setProcessor

ij/src/main/java/ij/ImagePlus.java:855–857  ·  view source on GitHub ↗

Replaces the ImageProcessor with the one specified and updates the display. With stacks, the ImageProcessor must be the same type as the other images in the stack and it must be the same width and height.

(ImageProcessor ip)

Source from the content-addressed store, hash-verified

853 display. With stacks, the ImageProcessor must be the same type as the
854 other images in the stack and it must be the same width and height. */
855 public void setProcessor(ImageProcessor ip) {
856 setProcessor(null, ip);
857 }
858
859 /** Replaces the ImageProcessor with the one specified and updates the display. With
860 stacks, the ImageProcessor must be the same type as other images in the stack and

Callers 15

ImagePlusMethod · 0.95
updateVirtualSliceMethod · 0.95
setImageMethod · 0.95
setLutMethod · 0.95
undoMethod · 0.95
getHistogramMethod · 0.95
showLutMethod · 0.95
getVirtualStackImageMethod · 0.95
createMaskMethod · 0.95
getVirtualStackImageMethod · 0.95
plotLanesMethod · 0.95
runMethod · 0.95

Calls 8

getStackSizeMethod · 0.95
setStackNullMethod · 0.95
setCurrentSliceMethod · 0.95
setProcessor2Method · 0.95
getPixelsMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45
getBitDepthMethod · 0.45

Tested by

no test coverage detected