init - 初始化项目
This commit is contained in:
13
modules/objc/doc/README.md
Normal file
13
modules/objc/doc/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user