Class ListImg<T>

    • Constructor Detail

      • ListImg

        public ListImg​(long[] dim,
                       T type)
      • ListImg

        public ListImg​(java.util.Collection<T> collection,
                       long... dim)
    • Method Detail

      • copy

        public ListImg<T> copy()
        Returns:
        - A copy of the current Img instance, all pixels are duplicated