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

    Modifier and Type Method Description
    float getW()  
    float getX()  
    float getY()  
    float getZ()  
    java.lang.String toString()  

    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 class java.lang.Object