mirror of
https://github.com/opencv/opencv.git
synced 2024-12-01 06:49:50 +08:00
14 lines
248 B
Markdown
14 lines
248 B
Markdown
|
## 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
|