luxlabs header browser preview


@interface ADDisparityToDepthLRUParameters : NSObject

@property (nonatomic) unsigned long long capacity;
@property (nonatomic) float threshold;

- (id)init;

@end