1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Cleanup unneeded raw pointer handling code

This commit is contained in:
Giles Payne
2020-06-16 08:15:27 +09:00
parent 13962b8533
commit 177fbc7bbb
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -33,7 +33,6 @@ NS_ASSUME_NONNULL_BEGIN
#pragma mark - Constructors
- (instancetype)init;
- (void)dealloc;
#ifdef __cplusplus
- (instancetype)initWithNativeMat:(cv::Ptr<cv::Mat>)nativeMat;
+ (instancetype)fromNativePtr:(cv::Ptr<cv::Mat>)nativePtr;