
1/26

OpenCV for Unity 是一款在 Unity 跨平台游戏引擎中使用 OpenCV 的资源插件。
渲染管线兼容性
内置渲染管线是团结引擎/Unity的默认渲染管线,它是一种通用型渲染管线,但可定制化的选项较为有限。通用渲染管线(简称 URP)是一种可编程渲染管线,能够快速、轻松地进行定制,并可在广泛的平台上实现优化的图形效果。高清渲染管线(简称 HDRP)同样是一种可编程渲染管线,能够在高端平台上实现前沿的高保真图形效果。
团结/Unity版本
内置渲染管线
通用渲染管线(URP)
高清渲染管线(HDRP)
团结 1.0.0
兼容
兼容
兼容
团结/Unity版本
内置渲染管线
通用渲染管线(URP)
高清渲染管线(HDRP)
Unity 2021.3.45f2c1
兼容
兼容
兼容
描述
官方网站 | 示例代码 | Android 演示 WebGL 演示 | 产品介绍视频 安装指南视频 | 论坛 | API 参考 | Support Modules | 免费试用版
OUR ASSET FEATURES
- Cross Platform
iOS & Android & Windows10 UWP support.
Win & Mac & Linux Standalone support.
WebGL support.
ChromeOS support.
visionOS support.(beta)
Support for preview in the Editor.
- Support Latest Version
用户可以基于 最新版本 OpenCV (4.13.0) 使用 OpenCV for Unity 进行应用开发。
- OpenCV Java API Supoort
作为 OpenCV Java 的克隆版,意味着您可以使用与 OpenCV Java 4.13.0 完全相同的 API。 OpenCV Java documentation
- Easy to Use
提供 Unity 的 Texture2D 与 OpenCV 的 Mat 之间的转换辅助函数。 许多类实现了 IDisposable 接口,可以通过 using 语句进行资源管理。
- Include Many Examples
包含多种示例场景和脚本代码。运行这些示例应用程序,可有效学习如何开发 OpenCV 应用。
OpenCVForUnity Examples (GitHub)
EnoxSoftware repositories (GitHub)
- AR VR MR
可用于开发 增强现实 (AR)、虚拟现实 (VR) 和混合现实 (MR) 应用。
- Deep Learning
支持 dnn 模块,兼容多种框架(ONNX、TensorFlow、Caffe、Torch、Darknet 等)。 See OpenCV wiki (GitHub)
dnn 模块 支持除 UWP 外的所有平台。 See Support Modules
推理默认使用 CPU 后端;仅在 Windows 平台上可通过额外设置使用 CUDA 后端。
- Use of WebCamTexture
支持 Unity 的 WebCamTexture 输入,可对摄像头画面进行实时图像处理。
- Works with many hardware
支持各种硬件设备,不仅限于 PC 和智能手机:
例如 HoloLens1 / HoloLens2、Nreal Light、Oculus、Kinect、RealSense、ZED 2 或 ZED Mini stereo camera、Raspberry Pi。
- Visual Scripting Support
可以在 Unity 的 Visual Scripting 中充分利用 OpenCV for Unity 的所有功能。可通过 VisualScripting With OpenCVForUnity Example (GitHub) 学习集成方法。
Trial & Demo:
- 免费试用版
- Android 演示
- WebGL 演示
ExampleCode using OpenCV for Unity is available.
MarkerBased AR Example
MarkerLess AR Example
FaceMask Example
RealTime FaceRecognition Example
AVPro With OpenCV for Unity Example
Kinect With OpenCV for Unity Example
HoloLens With OpenCV for Unity Example
VisualScripting With OpenCVForUnity Example
ARFoundation With OpenCVForUnity Example
NrealLight With OpenCVForUnity Example
Ffmpeg With OpenCVForUnity Example
VideoPlayer With OpenCVForUnity Example
NativeGallery With OpenCVForUnity Example
YOLOv5 With OpenCVForUnity Example
YOLOv8 With OpenCVForUnity Example
KlakNDI With OpenCVForUnity Example
InferenceEngine With OpenCVForUnity Example
Quest With OpenCVForUnity Example
PaddleOCR With OpenCVForUnity Example
USBCamera With OpenCVForUnity Example
OpenCV for Unity uses OpenCV under Apache 2 license; see Third-Party Notices.txt file in package for details.
Build Win Standalone & Preview Editor : Windows 8 or later
Build Mac Standalone & Preview Editor : OSX 10.13 or later
Build Linux Standalone & Preview Editor : Ubuntu18.04 or later
Build Android : API level 24 or later
Build iOS : iOS Version 12.0 or later
Build VisionOS : visionOS 1 or later (beta)
More Info >>
OUR ASSET FEATURES
- Cross Platform
iOS & Android & Windows10 UWP support.
Win & Mac & Linux Standalone support.
WebGL support.
ChromeOS support.
visionOS support.(beta)
Support for preview in the Editor.
- Support Latest Version
用户可以基于 最新版本 OpenCV (4.13.0) 使用 OpenCV for Unity 进行应用开发。
- OpenCV Java API Supoort
作为 OpenCV Java 的克隆版,意味着您可以使用与 OpenCV Java 4.13.0 完全相同的 API。 OpenCV Java documentation
- Easy to Use
提供 Unity 的 Texture2D 与 OpenCV 的 Mat 之间的转换辅助函数。 许多类实现了 IDisposable 接口,可以通过 using 语句进行资源管理。
- Include Many Examples
包含多种示例场景和脚本代码。运行这些示例应用程序,可有效学习如何开发 OpenCV 应用。
OpenCVForUnity Examples (GitHub)
EnoxSoftware repositories (GitHub)
- AR VR MR
可用于开发 增强现实 (AR)、虚拟现实 (VR) 和混合现实 (MR) 应用。
- Deep Learning
支持 dnn 模块,兼容多种框架(ONNX、TensorFlow、Caffe、Torch、Darknet 等)。 See OpenCV wiki (GitHub)
dnn 模块 支持除 UWP 外的所有平台。 See Support Modules
推理默认使用 CPU 后端;仅在 Windows 平台上可通过额外设置使用 CUDA 后端。
- Use of WebCamTexture
支持 Unity 的 WebCamTexture 输入,可对摄像头画面进行实时图像处理。
- Works with many hardware
支持各种硬件设备,不仅限于 PC 和智能手机:
例如 HoloLens1 / HoloLens2、Nreal Light、Oculus、Kinect、RealSense、ZED 2 或 ZED Mini stereo camera、Raspberry Pi。
- Visual Scripting Support
可以在 Unity 的 Visual Scripting 中充分利用 OpenCV for Unity 的所有功能。可通过 VisualScripting With OpenCVForUnity Example (GitHub) 学习集成方法。
Trial & Demo:
- 免费试用版
- Android 演示
- WebGL 演示
ExampleCode using OpenCV for Unity is available.
MarkerBased AR Example
MarkerLess AR Example
FaceMask Example
RealTime FaceRecognition Example
AVPro With OpenCV for Unity Example
Kinect With OpenCV for Unity Example
HoloLens With OpenCV for Unity Example
VisualScripting With OpenCVForUnity Example
ARFoundation With OpenCVForUnity Example
NrealLight With OpenCVForUnity Example
Ffmpeg With OpenCVForUnity Example
VideoPlayer With OpenCVForUnity Example
NativeGallery With OpenCVForUnity Example
YOLOv5 With OpenCVForUnity Example
YOLOv8 With OpenCVForUnity Example
KlakNDI With OpenCVForUnity Example
InferenceEngine With OpenCVForUnity Example
Quest With OpenCVForUnity Example
PaddleOCR With OpenCVForUnity Example
USBCamera With OpenCVForUnity Example
OpenCV for Unity uses OpenCV under Apache 2 license; see Third-Party Notices.txt file in package for details.
Build Win Standalone & Preview Editor : Windows 8 or later
Build Mac Standalone & Preview Editor : OSX 10.13 or later
Build Linux Standalone & Preview Editor : Ubuntu18.04 or later
Build Android : API level 24 or later
Build iOS : iOS Version 12.0 or later
Build VisionOS : visionOS 1 or later (beta)
More Info >>
技术细节
OpenCV for Unity
Unity 海外资源商店评分
4.6(264条评分)
国内数据
374浏览
1收藏
当前价格
¥464.10
¥663
30% OFF
已享受 平台补贴
席位
仅支持将资源分配给中国区用户,其他区域账号暂不支持
许可证类型
如对许可证类型有疑问,请查阅EULA
席位
文件大小
502.0 MB
最新版本
3.0.2
最新发布日期
2026-01-19
支持Unity版本
2021.3.45f2c1或更高
支持的团结引擎版本
1.0.0或更高
