Package com.banuba.sdk.neuro_beauty
Class NeuroBeautyOutput
java.lang.Object
com.banuba.sdk.neuro_beauty.NeuroBeautyOutput
public final class NeuroBeautyOutput
extends java.lang.Object
Tuple with neuro_beauty output.
-
Constructor Summary
Constructors Constructor Description NeuroBeautyOutput(int width, int height, int channels, Data image)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
NeuroBeautyOutput
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getChannels
public int getChannels() -
getImage
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-