how to use face/body recognize and more in unreal engine
-
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
-
UE4 uses the OpenCV library plugin
-
UE4 Multithreaded FRunnable Usage
-
UE4 asynchronous calls
-
Use DNN deep neural network face recognition, gender, age, object detection, etc
-
Comparison of various face recognition models
-
Mat image to UE4 UTexture2D picture, Mat picture cropping, etc
-
Adjust the brightness of the picture, for example, the picture is dark at night, you can adjust it
-
The Python version is used for separate identification, if UE4 does identification and affects other performance, it can be communicated separately through Python scripts
-
If you need to use version 4.27, use the tag's version,
-
目前在4.27编译都是OK的,请使用tag下载
-
UE4使用OpenCV库插件
-
UE4多线程FRunnable使用
-
UE4异步调用
-
使用DNN深度神经网络人脸识别,性别,年龄,对象检测等
-
各种人脸识别模型对比
-
Mat 图片转UE4的UTexture2D图片Mat图片裁切等
-
调整图片亮度,比如晚上图片比较暗,可以调整
-
Python版本是用做单独识别,如果UE4里面做识别影响其他性能,可以单独通过Python脚本来通信