luxlabs header browser preview


@class CIContext;

@interface CIVNFaceDetector : CIDetector

@property (readonly, retain) CIContext *context;

- (void)dealloc;
- (id)featuresInImage:(id)a0 options:(id)a1;
- (id)initWithContext:(id)a0 options:(id)a1;

@end