File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
scijava-common3/src/main/java/org/scijava/common3
src/main/java/org/scijava/ops/image/adapt
templates/main/java/org/scijava/ops/image/adapt Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 * A faster version of {@link java.util.Random} functionality,
3939 * built on the Mersenne Twister algorithm.
4040 *
41- * <h3 >MersenneTwister and MersenneTwisterFast</h3 >
41+ * <h2 >MersenneTwister and MersenneTwisterFast</h2 >
4242 * <p>
4343 * <b>Version 17</b>, based on version MT199937(99/10/29) of the Mersenne
4444 * Twister algorithm found at
Original file line number Diff line number Diff line change 5151 * {@link RandomAccessibleInterval}s of those types. An output
5252 * {@link RandomAccessibleInterval} is created based off of the dimensions of
5353 * the first input image and using the output type of the passed
54- * {@link Function}. The {@Function}{@code <I, O>} is then applied iteratively
54+ * {@link Function}. The {@link Function}{@code <I, O>} is then applied iteratively
5555 * over each pixel of the input image(s). NOTE: It is assumed that the input
5656 * {@code RAI}s are the same size. If they are not, the lifted {@link Function}
5757 * will only iteratively process the images until one image runs out of pixels
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import org.scijava.ops.spi.OpDependency;
2323 * {@link RandomAccessibleInterval}s of those types. An output
2424 * {@link RandomAccessibleInterval} is created based off of the dimensions of
2525 * the first input image and using the output type of the passed
26- * {@link Function}. The {@Function}{@code <I, O>} is then applied iteratively
26+ * {@link Function}. The {@link Function}{@code <I, O>} is then applied iteratively
2727 * over each pixel of the input image(s). NOTE: It is assumed that the input
2828 * {@code RAI}s are the same size. If they are not, the lifted {@link Function}
2929 * will only iteratively process the images until one image runs out of pixels
You can’t perform that action at this time.
0 commit comments