cameracv/libs/opencv/modules/objc/doc
2023-05-18 21:39:43 +03:00
..
README.md initial commit 2023-05-18 21:39:43 +03:00

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