File size: 261 Bytes
be94e5d
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 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