Distribution_Service/CC_SDK/Environment/opencv/modules/objc/doc/README.md
2025-11-11 17:46:19 +08:00

248 B

About

This is the documentation for the Objective-C/Swift OpenCV wrapper

To get started: add the OpenCV framework to your project and add the following to your source

###Objective-C

#import <OpenCV/OpenCV.h>

###Swift

import OpenCV