mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Add Objective-C/Swift wrappers for opencv_contrib modules
This commit is contained in:
@@ -39,6 +39,11 @@ CV_EXPORTS @interface Point3d : NSObject
|
||||
- (instancetype)initWithPoint:(Point2d*)point;
|
||||
- (instancetype)initWithVals:(NSArray<NSNumber*>*)vals;
|
||||
|
||||
#ifdef __cplusplus
|
||||
+ (instancetype)fromNative:(cv::Point3d&)point;
|
||||
- (void)update:(cv::Point3d&)point;
|
||||
#endif
|
||||
|
||||
# pragma mark - Methods
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user