CvVideoCameraDelegate2
Objective-C
@protocol CvVideoCameraDelegate2 <NSObject>
- (void)processImage:(Mat*)image;
@end
Swift
protocol CvVideoCameraDelegate2 : NSObjectProtocol
Objective-C
@protocol CvVideoCameraDelegate2 <NSObject>
- (void)processImage:(Mat*)image;
@end
Swift
protocol CvVideoCameraDelegate2 : NSObjectProtocol