Banuba SDK
Loading...
Searching...
No Matches
bnb::interfaces::feature_parameter Struct Referencefinal

User configurable parameters for in-CPU calculations during FrameData processing. More...

#include <feature_parameter.hpp>

Public Member Functions

 feature_parameter (float x_, float y_, float z_, float w_)
 

Public Attributes

float x
 
float y
 
float z
 
float w
 

Detailed Description

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.

Definition at line 19 of file feature_parameter.hpp.

Constructor & Destructor Documentation

◆ feature_parameter()

bnb::interfaces::feature_parameter::feature_parameter ( float x_,
float y_,
float z_,
float w_ )
inline

Definition at line 25 of file feature_parameter.hpp.

29 : x(std::move(x_))
30 , y(std::move(y_))
31 , z(std::move(z_))
32 , w(std::move(w_))
33 {}

Member Data Documentation

◆ w

float bnb::interfaces::feature_parameter::w

Definition at line 23 of file feature_parameter.hpp.

◆ x

float bnb::interfaces::feature_parameter::x

Definition at line 20 of file feature_parameter.hpp.

◆ y

float bnb::interfaces::feature_parameter::y

Definition at line 21 of file feature_parameter.hpp.

◆ z

float bnb::interfaces::feature_parameter::z

Definition at line 22 of file feature_parameter.hpp.


The documentation for this struct was generated from the following file: