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

Method get

ij/src/main/java/ij/process/ImageProcessor.java:1904–1904  ·  view source on GitHub ↗

This is a faster version of getPixel() that does not do bounds checking.

(int x, int y)

Source from the content-addressed store, hash-verified

1902
1903 /** This is a faster version of getPixel() that does not do bounds checking. */
1904 public abstract int get(int x, int y);
1905
1906 public abstract int get(int index);
1907

Callers 4

createRoiMaskMethod · 0.95
getPixelMethod · 0.95
getIntArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected