luxlabs header browser preview


@class NSDictionary;

@interface BWDeepFusionProcessorControllerConfiguration : BWStillImageProcessorControllerConfiguration

@property (nonatomic) struct { int width; int height; } maxInputDimensions;
@property (nonatomic) struct { int width; int height; } maxOutputDimensions;
@property (nonatomic) BOOL cmiResourceEnabled;
@property (nonatomic) BOOL quadraSupportEnabled;
@property (nonatomic) int stillImageFusionScheme;
@property (nonatomic) int semanticRenderingVersion;
@property (retain, nonatomic) NSDictionary *rawColorCalibrationsByPortType;
@property (retain, nonatomic) NSDictionary *rawLensShadingCorrectionCoefficientsByPortType;
@property (nonatomic) BOOL delayPrepareAndCacheBuffers;

- (void)dealloc;

@end