Class FeatureParameter

java.lang.Object
com.banuba.sdk.types.FeatureParameter

public final class FeatureParameter extends 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 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 String toString()
      Overrides:
      toString in class Object