Package com.banuba.sdk.types
Class FeatureParameter
java.lang.Object
com.banuba.sdk.types.FeatureParameter
public final class FeatureParameter
extends java.lang.Object
User configurable parameters for in-CPU calculations during `FrameData`
processing. Meaning of this parameters are defined by features itself.
Passed in list to `FrameData.addFeatureParameters`.
-
Constructor Summary
Constructors Constructor Description FeatureParameter(float x, float y, float z, float w)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
FeatureParameter
public FeatureParameter(float x, float y, float z, float w)
-
-
Method Details
-
getX
public float getX() -
getY
public float getY() -
getZ
public float getZ() -
getW
public float getW() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-