You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
exercise_2/3rdparty/opencv_src/sources/modules/objc/doc
pbyhqr72x 66641bb3c4
提交了opencv源代码sources以及编译过后的文件build;
3 years ago
..
README.md 提交了opencv源代码sources以及编译过后的文件build; 3 years ago

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