|
1 | | -OpenCVForUnity Examples |
2 | | -==================== |
3 | | - |
4 | | -Overview |
5 | | ------ |
6 | | -OpenCVForUnity is required to run example code of this repository. |
7 | | -[https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) |
8 | | - |
9 | | -[](https://www.youtube.com/watch?v=88ftWSdIhwc) |
10 | | - |
11 | | -Setup Guide |
12 | | ------ |
13 | | -[](https://www.youtube.com/watch?v=ZdyQ58rBkyo) |
14 | | - |
15 | | -Demo |
16 | | ------ |
17 | | -- WebGL <https://enoxsoftware.github.io/OpenCVForUnity/webgl_example/index.html> |
18 | | -- WebGL (simd) <https://enoxsoftware.github.io/OpenCVForUnity/webgl_example_simd/index.html> |
19 | | -- WebGL (simd, threads) <https://enoxsoftware.github.io/OpenCVForUnity/webgl_example_simd_threads/index.html> |
20 | | -- Android |
21 | | -<https://github.com/EnoxSoftware/OpenCVForUnity/releases> |
22 | | - |
23 | | -Manual |
24 | | ------ |
| 1 | +# OpenCV for Unity |
| 2 | + |
| 3 | +## Overview |
| 4 | + |
| 5 | +**OpenCV for Unity** is required to run example code of this repository. |
| 6 | + |
| 7 | +[OpenCV for Unity on Unity Asset Store](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) |
| 8 | + |
| 9 | +[](https://www.youtube.com/watch?v=88ftWSdIhwc) |
| 10 | + |
| 11 | +## Setup Guide |
| 12 | + |
| 13 | +[](https://www.youtube.com/watch?v=ZdyQ58rBkyo) |
| 14 | + |
| 15 | +## Demo |
| 16 | + |
| 17 | +- **Web**: [Play Demo](https://enoxsoftware.github.io/OpenCVForUnity/webgl_example/index.html) |
| 18 | +- **Web** (simd): [Play Demo](https://enoxsoftware.github.io/OpenCVForUnity/webgl_example_simd/index.html) |
| 19 | +- **Web** (simd, threads): [Play Demo](https://enoxsoftware.github.io/OpenCVForUnity/webgl_example_simd_threads/index.html) |
| 20 | +- **Android**: [Download APK](https://github.com/EnoxSoftware/OpenCVForUnity/releases) |
| 21 | + |
| 22 | +## Manual |
| 23 | + |
25 | 24 | [ReadMe.pdf](/Assets/OpenCVForUnity/ReadMe.pdf) |
26 | 25 |
|
27 | | -API Reference |
28 | | ------ |
29 | | -<https://enoxsoftware.github.io/OpenCVForUnity/doc/html/annotated.html> |
| 26 | +## API Reference |
| 27 | + |
| 28 | +[API Documentation](https://enoxsoftware.github.io/OpenCVForUnity/doc/html/annotated.html) |
| 29 | + |
| 30 | +## Official Site |
30 | 31 |
|
31 | | -Official Site |
32 | | ------ |
33 | | -<https://enoxsoftware.com/opencvforunity/> |
| 32 | +[OpenCVForUnity Official Website](https://enoxsoftware.com/opencvforunity/) |
34 | 33 |
|
0 commit comments