mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
af9ee90091
Documentation fixes/improvements * Documentation fixes/improvements * Remove HASH_UTILS defines
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
|