Class MPSDataLayout


  • public final class MPSDataLayout
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long FeatureChannelsxHeightxWidth
      output as order [imageNum][numberOfFeatureChannels][imageHeight][imageWidth]
      static long HeightxWidthxFeatureChannels
      output as order [imageNum][imageHeight][imageWidth][numberOfFeatureChannels]
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • HeightxWidthxFeatureChannels

        public static final long HeightxWidthxFeatureChannels
        output as order [imageNum][imageHeight][imageWidth][numberOfFeatureChannels]
        See Also:
        Constant Field Values
      • FeatureChannelsxHeightxWidth

        public static final long FeatureChannelsxHeightxWidth
        output as order [imageNum][numberOfFeatureChannels][imageHeight][imageWidth]
        See Also:
        Constant Field Values