public class ProjectorUtils extends Object
Constructor and Description |
---|
ProjectorUtils() |
Modifier and Type | Method and Description |
---|---|
static int[] |
getARGBArrayImgData(RandomAccessible<?> img)
Extracts the underlying
int[] array in case img is a
standard ArrayImg<ARGBType> . |
public static int[] getARGBArrayImgData(RandomAccessible<?> img)
int[]
array in case img
is a
standard ArrayImg<ARGBType>
. This supports certain (optional)
optimizations in projector implementations.int[]
array of img
, if it is a
standard ArrayImg<ARGBType>
. Otherwise null
.Copyright © 2015–2021 Fiji. All rights reserved.