Blame view

3rdparty/opencv-4.5.4/modules/objc/doc/README.md 248 Bytes
f4334277   Hu Chunming   提交3rdparty
1
2
3
4
5
6
7
8
9
10
11
12
13
  ## 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