mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-07 12:19:55 +01:00
Documentation fixes/improvements * Documentation fixes/improvements * Remove HASH_UTILS defines |
||
|---|---|---|
| .. | ||
| README.md | ||
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