Banuba SDK
libs
djinni
generated
objc
BNBFeatureParameter.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file was generated by Djinni from types.djinni
3
4
#import <Foundation/Foundation.h>
5
6
/**
7
* User configurable parameters for in-CPU calculations during `FrameData`
8
* processing. Meaning of this parameters are defined by features itself.
9
* Passed in list to `FrameData.addFeatureParameters`.
10
*/
11
12
#ifndef DJINNI_EXPORT
13
#define DJINNI_EXPORT __attribute__((__visibility__("default")))
14
#endif
15
16
DJINNI_EXPORT
17
@interface
BNBFeatureParameter
: NSObject
18
- (nonnull instancetype)initWithX:(
float
)x
19
y:(
float
)y
20
z:(
float
)z
21
w:(
float
)w;
22
+ (nonnull instancetype)featureParameterWithX:(
float
)x
23
y:(
float
)y
24
z:(
float
)z
25
w:(
float
)w;
26
27
@property
(nonatomic, readonly)
float
x
;
28
29
@property
(nonatomic, readonly)
float
y
;
30
31
@property
(nonatomic, readonly)
float
z
;
32
33
@property
(nonatomic, readonly)
float
w
;
34
35
@end
BNBFeatureParameter
Definition:
BNBFeatureParameter.h:17
BNBFeatureParameter::x
float x
Definition:
BNBFeatureParameter.h:27
DJINNI_EXPORT
#define DJINNI_EXPORT
User configurable parameters for in-CPU calculations during FrameData processing.
Definition:
BNBFeatureParameter.h:13
BNBFeatureParameter::z
float z
Definition:
BNBFeatureParameter.h:31
BNBFeatureParameter::w
float w
Definition:
BNBFeatureParameter.h:33
BNBFeatureParameter::y
float y
Definition:
BNBFeatureParameter.h:29
Generated by
1.8.17