1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

More data types support in Obj-C and Swift bindings.

This commit is contained in:
Alexander Smorkalov
2024-12-04 12:55:56 +03:00
parent 3b1ec72cf5
commit 644cf0de08
4 changed files with 76 additions and 1 deletions
@@ -7,6 +7,8 @@
#import <XCTest/XCTest.h>
#import <OpenCV/OpenCV.h>
//NOTE: Type constants and related functions are ported from modules/core/include/opencv2/core/hal/interface.h
#define CV_8U 0
#define CV_8S 1
#define CV_16U 2