Reputation: 11
I want to detect the whole human body in Unity3D is there any way to do that ? I think there is an easy way to do that in opencv. but I'am pretty new to Unity and I don't know how to use opencv in Unity3D. And can I use OpenCV in Unity3D?
Upvotes: 1
Views: 4029
Reputation: 10551
I don't know what is the meaning "I want to detect the whole human body in Unity3D" But sure you can use openCV in unity and you require to write rapper for it and fortunately there is a paid package available at assetstore.
If you have time and want to avoid expensive plugin then, you can write your own integration for unity using this
Upvotes: 0
Reputation: 505
I don't see an easier way to do that if you are new(even if you are pro i think you would still use openCV)
You can use openCv in unity, there is an asset on asset store, it should be easy to implement and with any luck you will have an ready example for detecting a human body. Sorry to say that to you but the asset is paid.
Of course you can always integrate your openCv in Unity with your solution :)
Upvotes: 1