Service_NSSM/CC_SDK/Environment/opencv/modules/objc/doc
2025-09-27 14:24:18 +08:00
..
README.md 重新上传 2025-09-27 14:24:18 +08:00

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