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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user