Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

OpenCV Plugin and it support UE5.0, UE5.1 UE5.2, UE4.27,and also suppoted Face recognition, object recognition, gender recognition, image conversion, etc

Notifications You must be signed in to change notification settings

VegetableWithChicken/OpenCVForUnreal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCVForUnreal

how to use face/body recognize and more in unreal engine

  1. Currently all compilations are OK on 5.0,and you should download pre-traning-model from https://github.com/spmallick/learnopencv/tree/master/FaceDetectionComparison/models

  2. UE4 uses the OpenCV library plugin

  3. UE4 Multithreaded FRunnable Usage

  4. UE4 asynchronous calls

  5. Use DNN deep neural network face recognition, gender, age, object detection, etc

  6. Comparison of various face recognition models

  7. Mat image to UE4 UTexture2D picture, Mat picture cropping, etc

  8. Adjust the brightness of the picture, for example, the picture is dark at night, you can adjust it

  9. The Python version is used for separate identification, if UE4 does identification and affects other performance, it can be communicated separately through Python scripts

  10. If you need to use version 4.27, use the tag's version,

  11. 目前在4.27编译都是OK的,请使用tag下载

  12. UE4使用OpenCV库插件

  13. UE4多线程FRunnable使用

  14. UE4异步调用

  15. 使用DNN深度神经网络人脸识别,性别,年龄,对象检测等

  16. 各种人脸识别模型对比

  17. Mat 图片转UE4的UTexture2D图片Mat图片裁切等

  18. 调整图片亮度,比如晚上图片比较暗,可以调整

  19. Python版本是用做单独识别,如果UE4里面做识别影响其他性能,可以单独通过Python脚本来通信

最新代码功能请看下面链接:

https://zhuanlan.zhihu.com/p/391870538

ShowPerson 2

About

OpenCV Plugin and it support UE5.0, UE5.1 UE5.2, UE4.27,and also suppoted Face recognition, object recognition, gender recognition, image conversion, etc

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published