Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBDepthMap Class Reference

Results from depth camera. More...

#import <BNBDepthMap.h>

Inheritance diagram for BNBDepthMap:

Instance Methods

(nonnull instancetype) - initWithDepthData:depthMapWidth:depthMapHeight:
 

Class Methods

(nonnull instancetype) + depthMapWithDepthData:depthMapWidth:depthMapHeight:
 

Properties

NSData * depthData
 
int32_t depthMapWidth
 
int32_t depthMapHeight
 

Detailed Description

Results from depth camera.

Definition at line 7 of file BNBDepthMap.h.

Method Documentation

◆ depthMapWithDepthData:depthMapWidth:depthMapHeight:

+ (nonnull instancetype) depthMapWithDepthData: (nonnull NSData *)  depthData
depthMapWidth: (int32_t)  depthMapWidth
depthMapHeight: (int32_t)  depthMapHeight 

◆ initWithDepthData:depthMapWidth:depthMapHeight:

- (nonnull instancetype) initWithDepthData: (nonnull NSData *)  depthData
depthMapWidth: (int32_t)  depthMapWidth
depthMapHeight: (int32_t)  depthMapHeight 

Property Documentation

◆ depthData

- (NSData*) depthData
readnonatomicassign

Definition at line 15 of file BNBDepthMap.h.

◆ depthMapHeight

- (int32_t) depthMapHeight
readnonatomicassign

Definition at line 19 of file BNBDepthMap.h.

◆ depthMapWidth

- (int32_t) depthMapWidth
readnonatomicassign

Definition at line 17 of file BNBDepthMap.h.


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