Class NeuroBeautyOutput


  • public final class NeuroBeautyOutput
    extends java.lang.Object
    Tuple with neuro_beauty output.
    • Constructor Detail

      • NeuroBeautyOutput

        public NeuroBeautyOutput​(int width,
                                 int height,
                                 int channels,
                                 @NonNull
                                 Data image)
    • Method Detail

      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getChannels

        public int getChannels()
      • getImage

        @NonNull
        public Data getImage()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object